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/recording_2025-06-16_08-26-12_01310/adjacencies/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/hal+json
Vary: Accept

{
    "_links": {
        "self": {
            "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/?format=api"
        }
    },
    "_embedded": {
        "adjacencies": [
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01310/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01310/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01310/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01310/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01310/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01310/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01310/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932025378219858,
                        52.37396758813577,
                        0.0
                    ]
                },
                "distance": 0.0,
                "direction": null,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01310",
                "timestamp": "2025-06-16T08:46:17Z",
                "filename": "recording_2025-06-16_08-26-12_01310.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "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/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01052/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01052/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01052/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01052/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01052/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01052/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01052/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01052/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01052/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932048391309118,
                        52.37395151296226,
                        0.0
                    ]
                },
                "distance": 2.38,
                "direction": 138.78,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01052",
                "timestamp": "2024-10-23T13:02:01Z",
                "filename": "recording_2024-10-23_12-42-53_01052.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 2.37824413,
                "relative_pitch": 0.0,
                "relative_heading": 138.77548084638934,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931991182928362,
                        52.37397993274945,
                        0.0
                    ]
                },
                "distance": 2.7,
                "direction": 300.53,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01053",
                "timestamp": "2024-10-23T13:02:01Z",
                "filename": "recording_2024-10-23_12-42-53_01053.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 2.70377598,
                "relative_pitch": 0.0,
                "relative_heading": 300.53371420856416,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01309/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01309/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01309/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01309/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01309/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01309/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01309/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01309/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01309/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932082308997555,
                        52.37393919017791,
                        0.0
                    ]
                },
                "distance": 5.0,
                "direction": 129.18,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01309",
                "timestamp": "2025-06-16T08:46:16Z",
                "filename": "recording_2025-06-16_08-26-12_01309.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 5.00182985,
                "relative_pitch": 0.0,
                "relative_heading": 129.1802323550894,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01311/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01311/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01311/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01311/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01311/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01311/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01311/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01311/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01311/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931968257765197,
                        52.37399585950951,
                        0.0
                    ]
                },
                "distance": 5.0,
                "direction": 308.96,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01311",
                "timestamp": "2025-06-16T08:46:18Z",
                "filename": "recording_2025-06-16_08-26-12_01311.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 5.00297897,
                "relative_pitch": 0.0,
                "relative_heading": 308.9617893047,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000717/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000717/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000717/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000717/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000717/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000717/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000717/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000717/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000717/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93196502982177,
                        52.3739246972041,
                        46.7304690638557
                    ]
                },
                "distance": 6.3,
                "direction": 220.73,
                "angle": 82.32,
                "elevation": 46.73,
                "pano_id": "TMX7316010203-001196_pano_0000_000717",
                "timestamp": "2019-05-21T12:08:52.282110Z",
                "filename": "pano_0000_000717.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 6.29843667,
                "relative_pitch": 82.32380674888718,
                "relative_heading": 220.73344260427496,
                "relative_elevation": 46.7304690638557
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005967/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005967/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005967/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005967/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005967/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005967/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005967/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005967/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005967/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93194794074306,
                        52.3739324596795,
                        46.7835298450664
                    ]
                },
                "distance": 6.56,
                "direction": 233.45,
                "angle": 82.01,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-000741_pano_0000_005967",
                "timestamp": "2018-05-17T12:23:15.206470Z",
                "filename": "pano_0000_005967.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 6.56450425,
                "relative_pitch": 82.01260115644088,
                "relative_heading": 233.4546009586567,
                "relative_elevation": 46.7835298450664
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01051/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01051/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01051/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01051/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01051/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01051/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01051/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01051/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01051/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932105513432337,
                        52.37392314826205,
                        0.0
                    ]
                },
                "distance": 7.36,
                "direction": 132.18,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01051",
                "timestamp": "2024-10-23T13:02:00Z",
                "filename": "recording_2024-10-23_12-42-53_01051.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 7.36465344,
                "relative_pitch": 0.0,
                "relative_heading": 132.17931469640823,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01054/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01054/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01054/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01054/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01054/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01054/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01054/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01054/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01054/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931933941413768,
                        52.37400811960649,
                        0.0
                    ]
                },
                "distance": 7.69,
                "direction": 305.91,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01054",
                "timestamp": "2024-10-23T13:02:02Z",
                "filename": "recording_2024-10-23_12-42-53_01054.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 7.68892629,
                "relative_pitch": 0.0,
                "relative_heading": 305.91423361381044,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000718/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000718/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000718/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000718/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000718/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000718/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000718/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000718/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000718/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93191443602596,
                        52.3739545025383,
                        46.7264336980879
                    ]
                },
                "distance": 7.69,
                "direction": 259.09,
                "angle": 80.65,
                "elevation": 46.73,
                "pano_id": "TMX7316010203-001196_pano_0000_000718",
                "timestamp": "2019-05-21T12:08:52.787030Z",
                "filename": "pano_0000_000718.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 7.69466418,
                "relative_pitch": 80.64875693093937,
                "relative_heading": 259.09195510984273,
                "relative_elevation": 46.7264336980879
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005966/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005966/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005966/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005966/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005966/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005966/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005966/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005966/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005966/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93200020252482,
                        52.3739000098819,
                        46.812741943635
                    ]
                },
                "distance": 7.71,
                "direction": 192.84,
                "angle": 80.64,
                "elevation": 46.81,
                "pano_id": "TMX7316010203-000741_pano_0000_005966",
                "timestamp": "2018-05-17T12:23:14.591510Z",
                "filename": "pano_0000_005966.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 7.71272607,
                "relative_pitch": 80.64417032072575,
                "relative_heading": 192.84443086808992,
                "relative_elevation": 46.812741943635
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000628/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000628/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000628/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000628/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000628/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000628/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000628/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000628/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000628/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93195354478712,
                        52.3739104108297,
                        46.771943256259
                    ]
                },
                "distance": 8.03,
                "direction": 217.56,
                "angle": 80.26,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-001667_pano_0000_000628",
                "timestamp": "2020-04-22T08:30:31.572120Z",
                "filename": "pano_0000_000628.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.02577588,
                "relative_pitch": 80.26322459039987,
                "relative_heading": 217.55748859423497,
                "relative_elevation": 46.771943256259
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01526/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01526/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01526/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01526/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01526/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01526/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01526/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01526/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01526/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931971615388468,
                        52.37390336218296,
                        0.0
                    ]
                },
                "distance": 8.03,
                "direction": 207.13,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01526",
                "timestamp": "2025-06-16T10:30:08Z",
                "filename": "recording_2025-06-16_09-52-43_01526.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.03006011,
                "relative_pitch": 0.0,
                "relative_heading": 207.12749625001015,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000130/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000130/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000130/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000130/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000130/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000130/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000130/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000130/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000130/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93195900544702,
                        52.3739071901699,
                        46.9741924824193
                    ]
                },
                "distance": 8.1,
                "direction": 213.92,
                "angle": 80.22,
                "elevation": 46.97,
                "pano_id": "TMX7316010203-002824_pano_0011_000130",
                "timestamp": "2022-10-07T08:44:22.944270Z",
                "filename": "pano_0011_000130.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.09946536,
                "relative_pitch": 80.21704020684105,
                "relative_heading": 213.92418682248862,
                "relative_elevation": 46.9741924824193
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000716/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000716/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000716/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000716/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000716/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000716/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000716/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000716/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000716/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93201528698895,
                        52.3738943077974,
                        46.7440412240103
                    ]
                },
                "distance": 8.18,
                "direction": 184.82,
                "angle": 80.07,
                "elevation": 46.74,
                "pano_id": "TMX7316010203-001196_pano_0000_000716",
                "timestamp": "2019-05-21T12:08:51.797050Z",
                "filename": "pano_0000_000716.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.18313959,
                "relative_pitch": 80.07026702156092,
                "relative_heading": 184.81763258739232,
                "relative_elevation": 46.7440412240103
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002554/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002554/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002554/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002554/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002554/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002554/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002554/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002554/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002554/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93195365128926,
                        52.3739084026979,
                        46.6843370562419
                    ]
                },
                "distance": 8.2,
                "direction": 216.57,
                "angle": 80.04,
                "elevation": 46.68,
                "pano_id": "TMX7316060226-000019_pano_0000_002554",
                "timestamp": "2016-08-15T05:08:11.599170Z",
                "filename": "pano_0000_002554.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.19972486,
                "relative_pitch": 80.03807404184924,
                "relative_heading": 216.56550663188122,
                "relative_elevation": 46.6843370562419
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001315/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001315/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001315/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001315/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001315/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001315/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001315/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001315/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001315/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193534444927,
                        52.3739184238353,
                        46.758710864
                    ]
                },
                "distance": 8.22,
                "direction": 228.26,
                "angle": 80.03,
                "elevation": 46.76,
                "pano_id": "TMX7316010203-001536_pano_0000_001315",
                "timestamp": "2020-01-07T08:52:49.244450Z",
                "filename": "pano_0000_001315.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.21744922,
                "relative_pitch": 80.03253346012367,
                "relative_heading": 228.26048738302,
                "relative_elevation": 46.758710864
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000796/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000796/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000796/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000796/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000796/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000796/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000796/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000796/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000796/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193480427197,
                        52.3739170810632,
                        46.6804734831676
                    ]
                },
                "distance": 8.34,
                "direction": 227.66,
                "angle": 79.86,
                "elevation": 46.68,
                "pano_id": "TMX7315120208-000052_pano_0000_000796",
                "timestamp": "2016-05-17T12:10:04.282560Z",
                "filename": "pano_0000_000796.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.34482672,
                "relative_pitch": 79.86459027195332,
                "relative_heading": 227.6631364828238,
                "relative_elevation": 46.6804734831676
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002090/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002090/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002090/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002090/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002090/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002090/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002090/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002090/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002090/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193339994614,
                        52.3739179690169,
                        46.6854661973193
                    ]
                },
                "distance": 8.35,
                "direction": 228.61,
                "angle": 79.86,
                "elevation": 46.69,
                "pano_id": "TMX7316010203-002136_pano_0000_002090",
                "timestamp": "2021-05-10T11:57:43.875490Z",
                "filename": "pano_0000_002090.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.35011024,
                "relative_pitch": 79.85936828739919,
                "relative_heading": 228.60632021317954,
                "relative_elevation": 46.6854661973193
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002484/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002484/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002484/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002484/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000245_pano_0000_002484/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002484/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002484/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002484/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002484/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93196980621202,
                        52.3739004325948,
                        46.5679461406544
                    ]
                },
                "distance": 8.38,
                "direction": 206.86,
                "angle": 79.8,
                "elevation": 46.57,
                "pano_id": "TMX7316010203-000245_pano_0000_002484",
                "timestamp": "2017-04-05T10:05:47.468570Z",
                "filename": "pano_0000_002484.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.3764601,
                "relative_pitch": 79.80290310686236,
                "relative_heading": 206.86085041361713,
                "relative_elevation": 46.5679461406544
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000020/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000020/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000020/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000020/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000020/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000020/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000020/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000020/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000020/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9319264040847,
                        52.3739225366008,
                        46.7361660003662
                    ]
                },
                "distance": 8.4,
                "direction": 233.36,
                "angle": 79.81,
                "elevation": 46.74,
                "pano_id": "TMX7316010203-001475_pano_0005_000020",
                "timestamp": "2019-11-29T11:49:15.480360Z",
                "filename": "pano_0005_000020.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.40036993,
                "relative_pitch": 79.81044272111589,
                "relative_heading": 233.36115975839462,
                "relative_elevation": 46.7361660003662
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004040/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004040/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004040/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004040/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004040/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004040/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004040/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004040/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004040/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93197701047337,
                        52.3738971178483,
                        46.6362164700404
                    ]
                },
                "distance": 8.51,
                "direction": 202.79,
                "angle": 79.66,
                "elevation": 46.64,
                "pano_id": "TMX7316010203-000299_pano_0002_004040",
                "timestamp": "2017-05-17T11:58:49.041380Z",
                "filename": "pano_0002_004040.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.50532565,
                "relative_pitch": 79.66421983116105,
                "relative_heading": 202.78617887013866,
                "relative_elevation": 46.6362164700404
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00952/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00952/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00952/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00952/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00952/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00952/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00952/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00952/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00952/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931928018456973,
                        52.37391926073231,
                        0.0
                    ]
                },
                "distance": 8.54,
                "direction": 230.96,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00952",
                "timestamp": "2024-09-17T13:29:15Z",
                "filename": "recording_2024-09-17_13-06-25_00952.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.53719705,
                "relative_pitch": 0.0,
                "relative_heading": 230.95708027944912,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000042/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000042/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000042/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000042/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000042/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000042/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000042/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000042/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000042/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193246466078,
                        52.3739157981438,
                        46.7037968691438
                    ]
                },
                "distance": 8.56,
                "direction": 227.68,
                "angle": 79.62,
                "elevation": 46.7,
                "pano_id": "TMX7316010203-002900_pano_0006_000042",
                "timestamp": "2022-12-28T11:25:23.423450Z",
                "filename": "pano_0006_000042.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.55875357,
                "relative_pitch": 79.61542598163379,
                "relative_heading": 227.67510120441153,
                "relative_elevation": 46.7037968691438
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01527/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01527/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01527/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01527/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01527/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01527/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01527/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01527/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01527/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931914145789418,
                        52.37393131761957,
                        0.0
                    ]
                },
                "distance": 8.58,
                "direction": 241.95,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01527",
                "timestamp": "2025-06-16T10:30:08Z",
                "filename": "recording_2025-06-16_09-52-43_01527.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.5834675,
                "relative_pitch": 0.0,
                "relative_heading": 241.95249796463966,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000019/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000019/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000019/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000019/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000019/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000019/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000019/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000019/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000019/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93198480208183,
                        52.3738941625676,
                        46.748741353862
                    ]
                },
                "distance": 8.63,
                "direction": 198.69,
                "angle": 79.55,
                "elevation": 46.75,
                "pano_id": "TMX7316010203-001475_pano_0005_000019",
                "timestamp": "2019-11-29T11:49:15.095440Z",
                "filename": "pano_0005_000019.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.62506229,
                "relative_pitch": 79.54657959507355,
                "relative_heading": 198.68671329480622,
                "relative_elevation": 46.748741353862
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005968/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005968/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005968/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005968/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005968/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005968/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005968/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005968/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005968/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93189583970215,
                        52.3739647063464,
                        46.7946384502575
                    ]
                },
                "distance": 8.83,
                "direction": 267.92,
                "angle": 79.32,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-000741_pano_0000_005968",
                "timestamp": "2018-05-17T12:23:15.826460Z",
                "filename": "pano_0000_005968.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.82795105,
                "relative_pitch": 79.31653714864707,
                "relative_heading": 267.918361825522,
                "relative_elevation": 46.7946384502575
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001314/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001314/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001314/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001314/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001314/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001314/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001314/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001314/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001314/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199082292682,
                        52.3738909141744,
                        46.7756681432948
                    ]
                },
                "distance": 8.85,
                "direction": 195.42,
                "angle": 79.29,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-001536_pano_0000_001314",
                "timestamp": "2020-01-07T08:52:48.834460Z",
                "filename": "pano_0000_001314.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.85047086,
                "relative_pitch": 79.28567059834606,
                "relative_heading": 195.42061579674834,
                "relative_elevation": 46.7756681432948
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00951/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00951/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00951/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00951/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00951/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00951/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00951/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00951/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00951/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931985801292771,
                        52.373891615455484,
                        0.0
                    ]
                },
                "distance": 8.87,
                "direction": 197.68,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00951",
                "timestamp": "2024-09-17T13:29:14Z",
                "filename": "recording_2024-09-17_13-06-25_00951.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.87310552,
                "relative_pitch": 0.0,
                "relative_heading": 197.6840348379863,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002089/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002089/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002089/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002089/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002089/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002089/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002089/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002089/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002089/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199062284304,
                        52.3738897171316,
                        46.7014603661373
                    ]
                },
                "distance": 8.98,
                "direction": 195.28,
                "angle": 79.11,
                "elevation": 46.7,
                "pano_id": "TMX7316010203-002136_pano_0000_002089",
                "timestamp": "2021-05-10T11:57:43.400500Z",
                "filename": "pano_0000_002089.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 8.9825269,
                "relative_pitch": 79.11272572093655,
                "relative_heading": 195.27848639245187,
                "relative_elevation": 46.7014603661373
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000795/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000795/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000795/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000795/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000795/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000795/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000795/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000795/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000795/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199196413281,
                        52.3738888563646,
                        46.6964022610337
                    ]
                },
                "distance": 9.05,
                "direction": 194.56,
                "angle": 79.03,
                "elevation": 46.7,
                "pano_id": "TMX7315120208-000052_pano_0000_000795",
                "timestamp": "2016-05-17T12:10:03.917550Z",
                "filename": "pano_0000_000795.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.05156181,
                "relative_pitch": 79.0299147138753,
                "relative_heading": 194.5609155991491,
                "relative_elevation": 46.6964022610337
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000131/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000131/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000131/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000131/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000131/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000131/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000131/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000131/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000131/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9319011435279,
                        52.373935233689,
                        46.9706325531006
                    ]
                },
                "distance": 9.2,
                "direction": 246.95,
                "angle": 78.92,
                "elevation": 46.97,
                "pano_id": "TMX7316010203-002824_pano_0011_000131",
                "timestamp": "2022-10-07T08:44:23.294280Z",
                "filename": "pano_0011_000131.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.1950359,
                "relative_pitch": 78.92377112490578,
                "relative_heading": 246.9497005295363,
                "relative_elevation": 46.9706325531006
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000041/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000041/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000041/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000041/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000041/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000041/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000041/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000041/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000041/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93198995153927,
                        52.3738874645572,
                        46.7179878493771
                    ]
                },
                "distance": 9.24,
                "direction": 195.14,
                "angle": 78.82,
                "elevation": 46.72,
                "pano_id": "TMX7316010203-002900_pano_0006_000041",
                "timestamp": "2022-12-28T11:25:23.013600Z",
                "filename": "pano_0006_000041.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2022",
                "tags": [
                    "mission-woz",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.23639532,
                "relative_pitch": 78.81654117446269,
                "relative_heading": 195.14234294280726,
                "relative_elevation": 46.7179878493771
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002555/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002555/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002555/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002555/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002555/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002555/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002555/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002555/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002555/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93189511172773,
                        52.373936624524,
                        46.6830445360392
                    ]
                },
                "distance": 9.52,
                "direction": 248.78,
                "angle": 78.48,
                "elevation": 46.68,
                "pano_id": "TMX7316060226-000019_pano_0000_002555",
                "timestamp": "2016-08-15T05:08:12.034330Z",
                "filename": "pano_0000_002555.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.51726611,
                "relative_pitch": 78.47702793607904,
                "relative_heading": 248.7756316267763,
                "relative_elevation": 46.6830445360392
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000629/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000629/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000629/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000629/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000629/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000629/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000629/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000629/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000629/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93189010295795,
                        52.3739412901755,
                        46.7682216838002
                    ]
                },
                "distance": 9.67,
                "direction": 252.38,
                "angle": 78.32,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-001667_pano_0000_000629",
                "timestamp": "2020-04-22T08:30:31.932130Z",
                "filename": "pano_0000_000629.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.66640105,
                "relative_pitch": 78.3221241843706,
                "relative_heading": 252.378521984963,
                "relative_elevation": 46.7682216838002
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002553/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002553/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002553/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002553/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002553/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002553/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002553/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002553/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002553/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93201116079655,
                        52.373880017996,
                        46.7010190999135
                    ]
                },
                "distance": 9.79,
                "direction": 185.67,
                "angle": 78.16,
                "elevation": 46.7,
                "pano_id": "TMX7316060226-000019_pano_0000_002553",
                "timestamp": "2016-08-15T05:08:11.164200Z",
                "filename": "pano_0000_002553.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.79230783,
                "relative_pitch": 78.15773742355036,
                "relative_heading": 185.6747124754064,
                "relative_elevation": 46.7010190999135
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000627/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000627/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000627/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000627/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000627/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000627/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000627/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000627/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000627/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9320159101221,
                        52.3738791973513,
                        46.7922954233363
                    ]
                },
                "distance": 9.86,
                "direction": 183.75,
                "angle": 78.1,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-001667_pano_0000_000627",
                "timestamp": "2020-04-22T08:30:31.217100Z",
                "filename": "pano_0000_000627.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.85674991,
                "relative_pitch": 78.10461154989272,
                "relative_heading": 183.75091330793524,
                "relative_elevation": 46.7922954233363
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000129/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000129/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000129/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000129/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000129/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000129/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000129/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000129/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000129/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93201631378256,
                        52.3738788396581,
                        46.9926739260554
                    ]
                },
                "distance": 9.89,
                "direction": 183.58,
                "angle": 78.11,
                "elevation": 46.99,
                "pano_id": "TMX7316010203-002824_pano_0011_000129",
                "timestamp": "2022-10-07T08:44:22.594290Z",
                "filename": "pano_0011_000129.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.89471392,
                "relative_pitch": 78.10956805576271,
                "relative_heading": 183.57698840543222,
                "relative_elevation": 46.9926739260554
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01312/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01312/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01312/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01312/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01312/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01312/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01312/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01312/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01312/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931911182766543,
                        52.37402398722754,
                        0.0
                    ]
                },
                "distance": 9.99,
                "direction": 308.9,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01312",
                "timestamp": "2025-06-16T08:46:18Z",
                "filename": "recording_2025-06-16_08-26-12_01312.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.99350285,
                "relative_pitch": 0.0,
                "relative_heading": 308.90171898315094,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01308/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01308/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01308/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01308/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01308/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01308/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01308/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01308/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01308/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932138583060984,
                        52.37391038522313,
                        0.0
                    ]
                },
                "distance": 10.0,
                "direction": 129.54,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01308",
                "timestamp": "2025-06-16T08:46:15Z",
                "filename": "recording_2025-06-16_08-26-12_01308.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 9.9978047,
                "relative_pitch": 0.0,
                "relative_heading": 129.5433172892234,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001316/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001316/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001316/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001316/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001316/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001316/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001316/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001316/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001316/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9318788347304,
                        52.3739458544719,
                        46.7576801404357
                    ]
                },
                "distance": 10.27,
                "direction": 256.38,
                "angle": 77.61,
                "elevation": 46.76,
                "pano_id": "TMX7316010203-001536_pano_0000_001316",
                "timestamp": "2020-01-07T08:52:49.654420Z",
                "filename": "pano_0000_001316.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.26907107,
                "relative_pitch": 77.6131757908004,
                "relative_heading": 256.3787581008313,
                "relative_elevation": 46.7576801404357
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01525/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01525/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01525/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01525/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01525/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01525/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01525/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01525/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01525/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932028633393228,
                        52.37387504547516,
                        0.0
                    ]
                },
                "distance": 10.3,
                "direction": 178.77,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01525",
                "timestamp": "2025-06-16T10:30:07Z",
                "filename": "recording_2025-06-16_09-52-43_01525.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.30001939,
                "relative_pitch": 0.0,
                "relative_heading": 178.766703689471,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000797/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000797/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000797/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000797/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000797/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000797/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000797/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000797/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000797/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93187759561855,
                        52.373944837273,
                        46.6791800642386
                    ]
                },
                "distance": 10.38,
                "direction": 255.88,
                "angle": 77.47,
                "elevation": 46.68,
                "pano_id": "TMX7315120208-000052_pano_0000_000797",
                "timestamp": "2016-05-17T12:10:04.647580Z",
                "filename": "pano_0000_000797.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.37813405,
                "relative_pitch": 77.46536401625923,
                "relative_heading": 255.88115681359815,
                "relative_elevation": 46.6791800642386
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002091/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002091/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002091/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002091/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002091/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002091/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002091/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002091/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002091/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93187564122948,
                        52.3739461211705,
                        46.6854596082121
                    ]
                },
                "distance": 10.47,
                "direction": 256.82,
                "angle": 77.36,
                "elevation": 46.69,
                "pano_id": "TMX7316010203-002136_pano_0000_002091",
                "timestamp": "2021-05-10T11:57:44.355450Z",
                "filename": "pano_0000_002091.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.47376188,
                "relative_pitch": 77.35521051887183,
                "relative_heading": 256.8167352252953,
                "relative_elevation": 46.6854596082121
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000043/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000043/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000043/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000043/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000043/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000043/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000043/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000043/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000043/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93187480378417,
                        52.3739439163864,
                        46.7033806610852
                    ]
                },
                "distance": 10.59,
                "direction": 255.59,
                "angle": 77.23,
                "elevation": 46.7,
                "pano_id": "TMX7316010203-002900_pano_0006_000043",
                "timestamp": "2022-12-28T11:25:23.828430Z",
                "filename": "pano_0006_000043.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.58765523,
                "relative_pitch": 77.226942278488,
                "relative_heading": 255.59437168644453,
                "relative_elevation": 46.7033806610852
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00953/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00953/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00953/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00953/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00953/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00953/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00953/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00953/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00953/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931869924605368,
                        52.37394667767455,
                        0.0
                    ]
                },
                "distance": 10.84,
                "direction": 257.6,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00953",
                "timestamp": "2024-09-17T13:29:15Z",
                "filename": "recording_2024-09-17_13-06-25_00953.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.83973006,
                "relative_pitch": 0.0,
                "relative_heading": 257.60478599823057,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000021/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000021/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000021/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000021/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000021/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000021/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000021/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000021/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000021/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93186824867433,
                        52.3739507410229,
                        46.7333655506372
                    ]
                },
                "distance": 10.86,
                "direction": 260.06,
                "angle": 76.91,
                "elevation": 46.73,
                "pano_id": "TMX7316010203-001475_pano_0005_000021",
                "timestamp": "2019-11-29T11:49:15.865410Z",
                "filename": "pano_0005_000021.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 10.86415497,
                "relative_pitch": 76.91284039032753,
                "relative_heading": 260.06371608910644,
                "relative_elevation": 46.7333655506372
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000719/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000719/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000719/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000719/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000719/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000719/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000719/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000719/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000719/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93186307273111,
                        52.3739837746833,
                        46.7231129556894
                    ]
                },
                "distance": 11.2,
                "direction": 279.25,
                "angle": 76.52,
                "elevation": 46.72,
                "pano_id": "TMX7316010203-001196_pano_0000_000719",
                "timestamp": "2019-05-21T12:08:53.322080Z",
                "filename": "pano_0000_000719.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.19947625,
                "relative_pitch": 76.52058294518442,
                "relative_heading": 279.25481530246327,
                "relative_elevation": 46.7231129556894
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005965/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005965/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005965/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005965/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005965/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005965/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005965/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005965/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005965/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93205313114474,
                        52.3738679296852,
                        46.8352151010185
                    ]
                },
                "distance": 11.25,
                "direction": 170.33,
                "angle": 76.49,
                "elevation": 46.84,
                "pano_id": "TMX7316010203-000741_pano_0000_005965",
                "timestamp": "2018-05-17T12:23:13.996480Z",
                "filename": "pano_0000_005965.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.24936055,
                "relative_pitch": 76.4939620214112,
                "relative_heading": 170.32739049100647,
                "relative_elevation": 46.8352151010185
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004041/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004041/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004041/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004041/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004041/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004041/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004041/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004041/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004041/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93186081817799,
                        52.3739531471536,
                        46.6258753258735
                    ]
                },
                "distance": 11.32,
                "direction": 261.84,
                "angle": 76.35,
                "elevation": 46.63,
                "pano_id": "TMX7316010203-000299_pano_0002_004041",
                "timestamp": "2017-05-17T11:58:49.961230Z",
                "filename": "pano_0002_004041.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.32185633,
                "relative_pitch": 76.35140332932386,
                "relative_heading": 261.8405163825251,
                "relative_elevation": 46.6258753258735
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000018/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000018/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000018/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000018/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000018/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000018/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000018/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000018/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000018/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93204330012132,
                        52.3738654887592,
                        46.7659372808412
                    ]
                },
                "distance": 11.43,
                "direction": 173.87,
                "angle": 76.27,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-001475_pano_0005_000018",
                "timestamp": "2019-11-29T11:49:14.705430Z",
                "filename": "pano_0005_000018.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.42642807,
                "relative_pitch": 76.26979606023157,
                "relative_heading": 173.86801779769826,
                "relative_elevation": 46.7659372808412
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01528/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01528/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01528/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01528/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01528/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01528/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01528/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01528/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01528/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931856500552763,
                        52.37395920943914,
                        0.0
                    ]
                },
                "distance": 11.54,
                "direction": 265.37,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01528",
                "timestamp": "2025-06-16T10:30:09Z",
                "filename": "recording_2025-06-16_09-52-43_01528.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.53901678,
                "relative_pitch": 0.0,
                "relative_heading": 265.3656039269443,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00950/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00950/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00950/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00950/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00950/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00950/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00950/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00950/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00950/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932043151328068,
                        52.373863579288226,
                        0.0
                    ]
                },
                "distance": 11.64,
                "direction": 174.03,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00950",
                "timestamp": "2024-09-17T13:29:14Z",
                "filename": "recording_2024-09-17_13-06-25_00950.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.63665142,
                "relative_pitch": 0.0,
                "relative_heading": 174.0293779783723,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001313/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001313/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001313/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001313/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001313/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001313/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001313/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001313/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001313/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93204602740707,
                        52.3738627897297,
                        46.7890609530732
                    ]
                },
                "distance": 11.75,
                "direction": 173.12,
                "angle": 75.91,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-001536_pano_0000_001313",
                "timestamp": "2020-01-07T08:52:48.419390Z",
                "filename": "pano_0000_001313.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.74587455,
                "relative_pitch": 75.90774692205959,
                "relative_heading": 173.12363996320167,
                "relative_elevation": 46.7890609530732
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002485/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002485/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002485/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002485/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000245_pano_0000_002485/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002485/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002485/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002485/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002485/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93185350863789,
                        52.3739540469075,
                        46.5710392091423
                    ]
                },
                "distance": 11.8,
                "direction": 262.66,
                "angle": 75.78,
                "elevation": 46.57,
                "pano_id": "TMX7316010203-000245_pano_0000_002485",
                "timestamp": "2017-04-05T10:05:48.168580Z",
                "filename": "pano_0000_002485.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.80163864,
                "relative_pitch": 75.77993606982717,
                "relative_heading": 262.66471758639443,
                "relative_elevation": 46.5710392091423
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000715/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000715/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000715/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000715/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000715/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000715/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000715/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000715/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000715/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93206481115724,
                        52.3738632283516,
                        46.7750746775419
                    ]
                },
                "distance": 11.92,
                "direction": 166.98,
                "angle": 75.7,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-001196_pano_0000_000715",
                "timestamp": "2019-05-21T12:08:51.322120Z",
                "filename": "pano_0000_000715.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.91906668,
                "relative_pitch": 75.70431370068006,
                "relative_heading": 166.97853482689695,
                "relative_elevation": 46.7750746775419
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002088/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002088/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002088/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002088/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002088/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002088/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002088/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002088/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002088/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93204804959179,
                        52.3738609791556,
                        46.7163368742913
                    ]
                },
                "distance": 11.96,
                "direction": 172.58,
                "angle": 75.64,
                "elevation": 46.72,
                "pano_id": "TMX7316010203-002136_pano_0000_002088",
                "timestamp": "2021-05-10T11:57:42.925470Z",
                "filename": "pano_0000_002088.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 11.96291473,
                "relative_pitch": 75.63659753606245,
                "relative_heading": 172.5843034295673,
                "relative_elevation": 46.7163368742913
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000794/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000794/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000794/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000794/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000794/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000794/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000794/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000794/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000794/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93204829307662,
                        52.3738604178846,
                        46.7087231120095
                    ]
                },
                "distance": 12.03,
                "direction": 172.54,
                "angle": 75.56,
                "elevation": 46.71,
                "pano_id": "TMX7315120208-000052_pano_0000_000794",
                "timestamp": "2016-05-17T12:10:03.557530Z",
                "filename": "pano_0000_000794.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.02699063,
                "relative_pitch": 75.56061648149964,
                "relative_heading": 172.5443683045652,
                "relative_elevation": 46.7087231120095
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000040/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000040/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000040/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000040/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000040/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000040/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000040/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000040/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000040/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9320467113336,
                        52.3738590898216,
                        46.7330005913973
                    ]
                },
                "distance": 12.16,
                "direction": 173.14,
                "angle": 75.41,
                "elevation": 46.73,
                "pano_id": "TMX7316010203-002900_pano_0006_000040",
                "timestamp": "2022-12-28T11:25:22.603460Z",
                "filename": "pano_0006_000040.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2022",
                "tags": [
                    "mission-woz",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.16019539,
                "relative_pitch": 75.41474228882937,
                "relative_heading": 173.13800526833583,
                "relative_elevation": 46.7330005913973
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01050/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01050/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01050/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01050/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01050/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01050/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01050/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01050/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01050/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932161905807185,
                        52.37389431496134,
                        0.0
                    ]
                },
                "distance": 12.37,
                "direction": 131.25,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01050",
                "timestamp": "2024-10-23T13:02:00Z",
                "filename": "recording_2024-10-23_12-42-53_01050.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.3666264,
                "relative_pitch": 0.0,
                "relative_heading": 131.2471641594105,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000132/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000132/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000132/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000132/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000132/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000132/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000132/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000132/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000132/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93184270177484,
                        52.3739629875235,
                        46.9762382693589
                    ]
                },
                "distance": 12.45,
                "direction": 267.64,
                "angle": 75.15,
                "elevation": 46.98,
                "pano_id": "TMX7316010203-002824_pano_0011_000132",
                "timestamp": "2022-10-07T08:44:23.644860Z",
                "filename": "pano_0011_000132.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.45157274,
                "relative_pitch": 75.15450266998761,
                "relative_heading": 267.643765048616,
                "relative_elevation": 46.9762382693589
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01055/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01055/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01055/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01055/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01055/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01055/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01055/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01055/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01055/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931876560344985,
                        52.37403607094596,
                        0.0
                    ]
                },
                "distance": 12.68,
                "direction": 306.94,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01055",
                "timestamp": "2024-10-23T13:02:02Z",
                "filename": "recording_2024-10-23_12-42-53_01055.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.68033992,
                "relative_pitch": 0.0,
                "relative_heading": 306.9387980508818,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005969/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005969/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005969/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005969/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005969/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005969/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005969/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005969/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005969/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93184333725942,
                        52.3739965376543,
                        46.7726694894955
                    ]
                },
                "distance": 12.81,
                "direction": 284.57,
                "angle": 74.68,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-000741_pano_0000_005969",
                "timestamp": "2018-05-17T12:23:16.471500Z",
                "filename": "pano_0000_005969.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.80943061,
                "relative_pitch": 74.68418665949734,
                "relative_heading": 284.5653008535331,
                "relative_elevation": 46.7726694894955
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002556/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002556/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002556/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002556/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002556/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002556/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002556/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002556/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002556/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93183656334219,
                        52.3739645320002,
                        46.6924924878404
                    ]
                },
                "distance": 12.86,
                "direction": 268.49,
                "angle": 74.6,
                "elevation": 46.69,
                "pano_id": "TMX7316060226-000019_pano_0000_002556",
                "timestamp": "2016-08-15T05:08:12.464150Z",
                "filename": "pano_0000_002556.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 12.86359374,
                "relative_pitch": 74.59733279259152,
                "relative_heading": 268.4851921708453,
                "relative_elevation": 46.6924924878404
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002552/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002552/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002552/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002552/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002552/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002552/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002552/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002552/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002552/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93206827972237,
                        52.3738510725607,
                        46.7122830217704
                    ]
                },
                "distance": 13.29,
                "direction": 167.3,
                "angle": 74.12,
                "elevation": 46.71,
                "pano_id": "TMX7316060226-000019_pano_0000_002552",
                "timestamp": "2016-08-15T05:08:10.724200Z",
                "filename": "pano_0000_002552.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 13.29034842,
                "relative_pitch": 74.11814860214363,
                "relative_heading": 167.3002206056911,
                "relative_elevation": 46.7122830217704
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000128/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000128/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000128/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000128/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000128/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000128/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000128/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000128/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000128/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93207300080063,
                        52.3738501364173,
                        47.0080141751096
                    ]
                },
                "distance": 13.47,
                "direction": 166.06,
                "angle": 74.02,
                "elevation": 47.01,
                "pano_id": "TMX7316010203-002824_pano_0011_000128",
                "timestamp": "2022-10-07T08:44:22.244340Z",
                "filename": "pano_0011_000128.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 13.46579325,
                "relative_pitch": 74.0152482043264,
                "relative_heading": 166.0629670147806,
                "relative_elevation": 47.0080141751096
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000630/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000630/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000630/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000630/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000630/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000630/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000630/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000630/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000630/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93182641453198,
                        52.3739714824254,
                        46.778052803129
                    ]
                },
                "distance": 13.56,
                "direction": 271.83,
                "angle": 73.84,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-001667_pano_0000_000630",
                "timestamp": "2020-04-22T08:30:32.292100Z",
                "filename": "pano_0000_000630.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 13.55720118,
                "relative_pitch": 73.83737053725858,
                "relative_heading": 271.8317615852869,
                "relative_elevation": 46.778052803129
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001317/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001317/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001317/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001317/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001317/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001317/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001317/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001317/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001317/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93182214303445,
                        52.3739729847994,
                        46.767582282424
                    ]
                },
                "distance": 13.85,
                "direction": 272.48,
                "angle": 73.5,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-001536_pano_0000_001317",
                "timestamp": "2020-01-07T08:52:50.059400Z",
                "filename": "pano_0000_001317.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 13.85420159,
                "relative_pitch": 73.49885953167296,
                "relative_heading": 272.4843460006824,
                "relative_elevation": 46.767582282424
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000626/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000626/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000626/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000626/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000626/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000626/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000626/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000626/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000626/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93207813911899,
                        52.3738471617378,
                        46.8014692850411
                    ]
                },
                "distance": 13.87,
                "direction": 164.99,
                "angle": 73.49,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-001667_pano_0000_000626",
                "timestamp": "2020-04-22T08:30:30.862130Z",
                "filename": "pano_0000_000626.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 13.87377479,
                "relative_pitch": 73.48812918087897,
                "relative_heading": 164.98950526070053,
                "relative_elevation": 46.8014692850411
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000798/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000798/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000798/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000798/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000798/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000798/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000798/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000798/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000798/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93181959453241,
                        52.3739725664224,
                        46.6877542324364
                    ]
                },
                "distance": 14.03,
                "direction": 272.26,
                "angle": 73.28,
                "elevation": 46.69,
                "pano_id": "TMX7315120208-000052_pano_0000_000798",
                "timestamp": "2016-05-17T12:10:05.017700Z",
                "filename": "pano_0000_000798.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.02568854,
                "relative_pitch": 73.27895860969079,
                "relative_heading": 272.2636141454126,
                "relative_elevation": 46.6877542324364
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01524/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01524/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01524/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01524/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01524/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01524/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01524/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01524/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01524/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932084892356841,
                        52.37384627643836,
                        0.0
                    ]
                },
                "distance": 14.09,
                "direction": 163.29,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01524",
                "timestamp": "2025-06-16T10:30:07Z",
                "filename": "recording_2025-06-16_09-52-43_01524.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.09426427,
                "relative_pitch": 0.0,
                "relative_heading": 163.28708784639073,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002092/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002092/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002092/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002092/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002092/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002092/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002092/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002092/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002092/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9318172696964,
                        52.3739740806588,
                        46.6970259584486
                    ]
                },
                "distance": 14.19,
                "direction": 272.92,
                "angle": 73.1,
                "elevation": 46.7,
                "pano_id": "TMX7316010203-002136_pano_0000_002092",
                "timestamp": "2021-05-10T11:57:44.840480Z",
                "filename": "pano_0000_002092.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.1914768,
                "relative_pitch": 73.09569170944702,
                "relative_heading": 272.91812582803,
                "relative_elevation": 46.6970259584486
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000044/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000044/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000044/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000044/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000044/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000044/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000044/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000044/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000044/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93181699110463,
                        52.3739718377439,
                        46.7116243755445
                    ]
                },
                "distance": 14.2,
                "direction": 271.91,
                "angle": 73.09,
                "elevation": 46.71,
                "pano_id": "TMX7316010203-002900_pano_0006_000044",
                "timestamp": "2022-12-28T11:25:24.228410Z",
                "filename": "pano_0006_000044.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.19992519,
                "relative_pitch": 73.09118699691074,
                "relative_heading": 271.9084464969929,
                "relative_elevation": 46.7116243755445
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000008/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000008/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000008/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000008/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000008/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000008/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000008/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000008/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000008/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93188000750563,
                        52.3738759272344,
                        46.8497422346845
                    ]
                },
                "distance": 14.21,
                "direction": 224.15,
                "angle": 73.12,
                "elevation": 46.85,
                "pano_id": "TMX7316010203-000741_pano_0000_000008",
                "timestamp": "2018-05-17T10:56:49.484330Z",
                "filename": "pano_0000_000008.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.21434325,
                "relative_pitch": 73.12205543573275,
                "relative_heading": 224.14740355523494,
                "relative_elevation": 46.8497422346845
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002483/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002483/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002483/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002483/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000245_pano_0000_002483/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002483/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002483/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002483/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002483/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9320833160117,
                        52.3738442821016,
                        46.5881351223215
                    ]
                },
                "distance": 14.28,
                "direction": 163.96,
                "angle": 72.96,
                "elevation": 46.59,
                "pano_id": "TMX7316010203-000245_pano_0000_002483",
                "timestamp": "2017-04-05T10:05:46.778570Z",
                "filename": "pano_0000_002483.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.27690822,
                "relative_pitch": 72.96234567590022,
                "relative_heading": 163.95585738082562,
                "relative_elevation": 46.5881351223215
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00954/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00954/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00954/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00954/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00954/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00954/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00954/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00954/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00954/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931811760049011,
                        52.37397411825044,
                        0.0
                    ]
                },
                "distance": 14.57,
                "direction": 272.86,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00954",
                "timestamp": "2024-09-17T13:29:16Z",
                "filename": "recording_2024-09-17_13-06-25_00954.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.56644128,
                "relative_pitch": 0.0,
                "relative_heading": 272.85942398867456,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000009/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000009/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000009/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000009/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000009/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000009/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000009/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000009/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000009/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193551935012,
                        52.3738469245414,
                        46.862352755852
                    ]
                },
                "distance": 14.76,
                "direction": 204.5,
                "angle": 72.52,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-000741_pano_0000_000009",
                "timestamp": "2018-05-17T10:56:50.059400Z",
                "filename": "pano_0000_000009.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.75567639,
                "relative_pitch": 72.52220733318036,
                "relative_heading": 204.50302606484655,
                "relative_elevation": 46.862352755852
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000022/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000022/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000022/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000022/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000022/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000022/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000022/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000022/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000022/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9318094200977,
                        52.3739789898081,
                        46.7407108293846
                    ]
                },
                "distance": 14.76,
                "direction": 274.93,
                "angle": 72.47,
                "elevation": 46.74,
                "pano_id": "TMX7316010203-001475_pano_0005_000022",
                "timestamp": "2019-11-29T11:49:16.255440Z",
                "filename": "pano_0005_000022.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.76228563,
                "relative_pitch": 72.47213415702743,
                "relative_heading": 274.9303374946595,
                "relative_elevation": 46.7407108293846
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01313/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01313/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01313/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01313/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01313/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01313/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01313/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01313/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01313/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931853728118497,
                        52.37405189775372,
                        0.0
                    ]
                },
                "distance": 14.99,
                "direction": 308.75,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01313",
                "timestamp": "2025-06-16T08:46:19Z",
                "filename": "recording_2025-06-16_08-26-12_01313.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.9890262,
                "relative_pitch": 0.0,
                "relative_heading": 308.7477295129101,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004039/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004039/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004039/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004039/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004039/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004039/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004039/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004039/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004039/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93209122487336,
                        52.3738390285269,
                        46.6646288149059
                    ]
                },
                "distance": 14.99,
                "direction": 162.59,
                "angle": 72.19,
                "elevation": 46.66,
                "pano_id": "TMX7316010203-000299_pano_0002_004039",
                "timestamp": "2017-05-17T11:58:48.116230Z",
                "filename": "pano_0002_004039.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.99182067,
                "relative_pitch": 72.18948486712284,
                "relative_heading": 162.59485482930535,
                "relative_elevation": 46.6646288149059
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01307/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01307/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01307/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01307/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01307/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01307/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01307/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01307/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01307/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932194259515538,
                        52.37388113754872,
                        0.0
                    ]
                },
                "distance": 14.99,
                "direction": 129.91,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01307",
                "timestamp": "2025-06-16T08:46:15Z",
                "filename": "recording_2025-06-16_08-26-12_01307.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 14.9941655,
                "relative_pitch": 0.0,
                "relative_heading": 129.90859697882573,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000052/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000052/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000052/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000052/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000052/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000052/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000052/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000052/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000052/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93187811405931,
                        52.3738658925007,
                        46.8084512669593
                    ]
                },
                "distance": 15.12,
                "direction": 221.55,
                "angle": 72.1,
                "elevation": 46.81,
                "pano_id": "TMX7315120208-000067_pano_0013_000052",
                "timestamp": "2016-06-06T08:06:02.920780Z",
                "filename": "pano_0013_000052.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.12091657,
                "relative_pitch": 72.09756290115904,
                "relative_heading": 221.5501929368367,
                "relative_elevation": 46.8084512669593
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00573/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00573/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00573/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00573/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_00573/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00573/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00573/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00573/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00573/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931909945082488,
                        52.37385128411306,
                        0.0
                    ]
                },
                "distance": 15.14,
                "direction": 211.28,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_00573",
                "timestamp": "2025-06-16T08:33:42Z",
                "filename": "recording_2025-06-16_08-26-12_00573.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.14232058,
                "relative_pitch": 0.0,
                "relative_heading": 211.27690477821315,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000007/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000007/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000007/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000007/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000007/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000007/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000007/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000007/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000007/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93182537263427,
                        52.3739052884089,
                        46.8606384629384
                    ]
                },
                "distance": 15.28,
                "direction": 243.03,
                "angle": 71.94,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-000741_pano_0000_000007",
                "timestamp": "2018-05-17T10:56:48.884320Z",
                "filename": "pano_0000_000007.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.28384604,
                "relative_pitch": 71.93598820935172,
                "relative_heading": 243.02680644309618,
                "relative_elevation": 46.8606384629384
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00572/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00572/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00572/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00572/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_00572/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00572/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00572/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00572/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00572/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931852577286932,
                        52.37387933877596,
                        0.0
                    ]
                },
                "distance": 15.33,
                "direction": 230.16,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_00572",
                "timestamp": "2025-06-16T08:33:42Z",
                "filename": "recording_2025-06-16_08-26-12_00572.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.32735451,
                "relative_pitch": 0.0,
                "relative_heading": 230.1576743577925,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000017/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000017/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000017/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000017/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000017/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000017/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000017/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000017/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000017/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93210168694747,
                        52.3738367074537,
                        46.7803131500259
                    ]
                },
                "distance": 15.46,
                "direction": 160.36,
                "angle": 71.71,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-001475_pano_0005_000017",
                "timestamp": "2019-11-29T11:49:14.310350Z",
                "filename": "pano_0005_000017.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.46314987,
                "relative_pitch": 71.70878799635064,
                "relative_heading": 160.36134436802428,
                "relative_elevation": 46.7803131500259
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000720/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000720/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000720/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000720/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000720/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000720/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000720/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000720/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000720/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93181014488444,
                        52.3740120074286,
                        46.7495949631557
                    ]
                },
                "distance": 15.47,
                "direction": 288.63,
                "angle": 71.69,
                "elevation": 46.75,
                "pano_id": "TMX7316010203-001196_pano_0000_000720",
                "timestamp": "2019-05-21T12:08:53.897070Z",
                "filename": "pano_0000_000720.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.4692064,
                "relative_pitch": 71.69087951754452,
                "relative_heading": 288.6340290125007,
                "relative_elevation": 46.7495949631557
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00949/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00949/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00949/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00949/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00949/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00949/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00949/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00949/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00949/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932099963203299,
                        52.3738352220231,
                        0.0
                    ]
                },
                "distance": 15.58,
                "direction": 160.97,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00949",
                "timestamp": "2024-09-17T13:29:13Z",
                "filename": "recording_2024-09-17_13-06-25_00949.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.58025649,
                "relative_pitch": 0.0,
                "relative_heading": 160.97224759443034,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01529/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01529/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01529/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01529/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01529/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01529/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01529/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01529/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01529/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931798491643515,
                        52.3739867583,
                        0.0
                    ]
                },
                "distance": 15.6,
                "direction": 277.86,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01529",
                "timestamp": "2025-06-16T10:30:09Z",
                "filename": "recording_2025-06-16_09-52-43_01529.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.59848521,
                "relative_pitch": 0.0,
                "relative_heading": 277.8601257651595,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005964/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005964/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005964/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005964/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005964/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005964/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005964/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005964/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005964/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93210694802486,
                        52.3738365279159,
                        46.8502933494747
                    ]
                },
                "distance": 15.61,
                "direction": 159.15,
                "angle": 71.58,
                "elevation": 46.85,
                "pano_id": "TMX7316010203-000741_pano_0000_005964",
                "timestamp": "2018-05-17T12:23:13.421580Z",
                "filename": "pano_0000_005964.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.60589159,
                "relative_pitch": 71.57701932223635,
                "relative_heading": 159.14694416914514,
                "relative_elevation": 46.8502933494747
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001312/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001312/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001312/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001312/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001312/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001312/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001312/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001312/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001312/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93210022376621,
                        52.3738345390008,
                        46.799965637736
                    ]
                },
                "distance": 15.66,
                "direction": 161.0,
                "angle": 71.5,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-001536_pano_0000_001312",
                "timestamp": "2020-01-07T08:52:48.004580Z",
                "filename": "pano_0000_001312.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.65789422,
                "relative_pitch": 71.50127193208202,
                "relative_heading": 161.00153223975877,
                "relative_elevation": 46.799965637736
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193579768502,
                        52.3738371119762,
                        46.8284268863499
                    ]
                },
                "distance": 15.75,
                "direction": 202.79,
                "angle": 71.41,
                "elevation": 46.83,
                "pano_id": "TMX7315120208-000067_pano_0013_000053",
                "timestamp": "2016-06-06T08:06:03.230880Z",
                "filename": "pano_0013_000053.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.74838477,
                "relative_pitch": 71.41222453826002,
                "relative_heading": 202.79245980919796,
                "relative_elevation": 46.8284268863499
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00785/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00785/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00785/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00785/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_00785/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00785/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00785/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00785/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00785/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93190001716391,
                        52.37384846313259,
                        0.0
                    ]
                },
                "distance": 15.77,
                "direction": 212.78,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_00785",
                "timestamp": "2024-10-23T12:56:18Z",
                "filename": "recording_2024-10-23_12-42-53_00785.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.76709504,
                "relative_pitch": 0.0,
                "relative_heading": 212.78478376478031,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000264/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000264/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000264/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000264/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002534_pano_0001_000264/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000264/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000264/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000264/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000264/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93184695118878,
                        52.3738768988632,
                        46.7941891988739
                    ]
                },
                "distance": 15.8,
                "direction": 230.29,
                "angle": 71.35,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002534_pano_0001_000264",
                "timestamp": "2022-04-21T11:22:53.371370Z",
                "filename": "pano_0001_000264.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.7955374,
                "relative_pitch": 71.34771485549672,
                "relative_heading": 230.29197226324698,
                "relative_elevation": 46.7941891988739
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000265/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000265/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000265/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000265/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002534_pano_0001_000265/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000265/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000265/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000265/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000265/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93190215353222,
                        52.3738469111015,
                        46.806358255446
                    ]
                },
                "distance": 15.83,
                "direction": 212.0,
                "angle": 71.31,
                "elevation": 46.81,
                "pano_id": "TMX7316010203-002534_pano_0001_000265",
                "timestamp": "2022-04-21T11:22:53.801380Z",
                "filename": "pano_0001_000265.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.83497431,
                "relative_pitch": 71.30890075314866,
                "relative_heading": 212.00380164731206,
                "relative_elevation": 46.806358255446
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00784/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00784/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00784/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00784/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_00784/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00784/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00784/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00784/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00784/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931844541543066,
                        52.37387786489913,
                        0.0
                    ]
                },
                "distance": 15.85,
                "direction": 230.97,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_00784",
                "timestamp": "2024-10-23T12:56:18Z",
                "filename": "recording_2024-10-23_12-42-53_00784.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 15.85421972,
                "relative_pitch": 0.0,
                "relative_heading": 230.9697467431447,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000567/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000567/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000567/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000567/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000567/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000567/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000567/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000567/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000567/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93188674270581,
                        52.3738514443566,
                        46.8306179596111
                    ]
                },
                "distance": 16.01,
                "direction": 216.15,
                "angle": 71.13,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-001667_pano_0000_000567",
                "timestamp": "2020-04-22T08:30:02.787320Z",
                "filename": "pano_0000_000567.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.00533819,
                "relative_pitch": 71.13106943554965,
                "relative_heading": 216.15055392008634,
                "relative_elevation": 46.8306179596111
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000827/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000827/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000827/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000827/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000827/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000827/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000827/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000827/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000827/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9318808214224,
                        52.3738539951341,
                        46.8332151761279
                    ]
                },
                "distance": 16.02,
                "direction": 217.91,
                "angle": 71.11,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-001196_pano_0000_000827",
                "timestamp": "2019-05-21T12:10:38.706240Z",
                "filename": "pano_0000_000827.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.02162678,
                "relative_pitch": 71.11420026012378,
                "relative_heading": 217.9140988632016,
                "relative_elevation": 46.8332151761279
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002087/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002087/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002087/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002087/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002087/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002087/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002087/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002087/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002087/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93210515736504,
                        52.3738321105412,
                        46.7285857629031
                    ]
                },
                "distance": 16.02,
                "direction": 160.18,
                "angle": 71.07,
                "elevation": 46.73,
                "pano_id": "TMX7316010203-002136_pano_0000_002087",
                "timestamp": "2021-05-10T11:57:42.455460Z",
                "filename": "pano_0000_002087.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.02442878,
                "relative_pitch": 71.07184540919911,
                "relative_heading": 160.18010655311573,
                "relative_elevation": 46.7285857629031
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004116/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004116/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004116/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004116/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_004116/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004116/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004116/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004116/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004116/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93186573766704,
                        52.373861433671,
                        46.7800067700446
                    ]
                },
                "distance": 16.05,
                "direction": 222.63,
                "angle": 71.06,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-002136_pano_0000_004116",
                "timestamp": "2021-05-10T12:28:18.109220Z",
                "filename": "pano_0000_004116.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.05412697,
                "relative_pitch": 71.05862467265786,
                "relative_heading": 222.62703529976503,
                "relative_elevation": 46.7800067700446
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000793/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000793/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000793/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000793/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000793/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000793/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000793/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000793/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000793/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93210449683896,
                        52.3738314619693,
                        46.7198054725304
                    ]
                },
                "distance": 16.08,
                "direction": 160.42,
                "angle": 71.01,
                "elevation": 46.72,
                "pano_id": "TMX7315120208-000052_pano_0000_000793",
                "timestamp": "2016-05-17T12:10:03.197570Z",
                "filename": "pano_0000_000793.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.07720922,
                "relative_pitch": 71.0106464275938,
                "relative_heading": 160.41813296261262,
                "relative_elevation": 46.7198054725304
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000051/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000051/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000051/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000051/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000051/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000051/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000051/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000051/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000051/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93182032409792,
                        52.3738944395319,
                        46.8077006433159
                    ]
                },
                "distance": 16.16,
                "direction": 239.76,
                "angle": 70.95,
                "elevation": 46.81,
                "pano_id": "TMX7315120208-000067_pano_0013_000051",
                "timestamp": "2016-06-06T08:06:02.610760Z",
                "filename": "pano_0013_000051.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.16402807,
                "relative_pitch": 70.948753098154,
                "relative_heading": 239.76422161117387,
                "relative_elevation": 46.8077006433159
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000097/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000097/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000097/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000097/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002139_pano_0000_000097/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000097/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000097/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000097/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000097/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93186969678685,
                        52.3738577760734,
                        46.8004208058119
                    ]
                },
                "distance": 16.18,
                "direction": 220.95,
                "angle": 70.93,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-002139_pano_0000_000097",
                "timestamp": "2021-05-12T12:11:55.057730Z",
                "filename": "pano_0000_000097.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.17793119,
                "relative_pitch": 70.93079777033728,
                "relative_heading": 220.94801225127213,
                "relative_elevation": 46.8004208058119
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000039/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000039/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000039/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000039/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000039/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000039/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000039/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000039/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000039/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93210345000957,
                        52.3738300464896,
                        46.7473761029541
                    ]
                },
                "distance": 16.2,
                "direction": 160.84,
                "angle": 70.88,
                "elevation": 46.75,
                "pano_id": "TMX7316010203-002900_pano_0006_000039",
                "timestamp": "2022-12-28T11:25:22.188460Z",
                "filename": "pano_0006_000039.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2022",
                "tags": [
                    "mission-woz",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.20215619,
                "relative_pitch": 70.88421365818023,
                "relative_heading": 160.8423491241316,
                "relative_elevation": 46.7473761029541
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000714/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000714/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000714/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000714/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000714/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000714/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000714/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000714/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000714/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93211419049193,
                        52.3738321953833,
                        46.7975297821686
                    ]
                },
                "distance": 16.23,
                "direction": 158.13,
                "angle": 70.87,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-001196_pano_0000_000714",
                "timestamp": "2019-05-21T12:08:50.857060Z",
                "filename": "pano_0000_000714.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.23457179,
                "relative_pitch": 70.86778387887693,
                "relative_heading": 158.12580389690953,
                "relative_elevation": 46.7975297821686
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001614/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001614/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001614/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001614/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001614/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001614/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001614/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001614/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001614/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93188020531403,
                        52.3738517631757,
                        46.7182822581381
                    ]
                },
                "distance": 16.24,
                "direction": 217.49,
                "angle": 70.83,
                "elevation": 46.72,
                "pano_id": "TMX7315120208-000056_pano_0000_001614",
                "timestamp": "2016-05-24T11:38:13.158190Z",
                "filename": "pano_0000_001614.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.24378935,
                "relative_pitch": 70.82760900102217,
                "relative_heading": 217.49256066203603,
                "relative_elevation": 46.7182822581381
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000566/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000566/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000566/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000566/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000566/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000566/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000566/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000566/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000566/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93183139676177,
                        52.3738804871934,
                        46.82307010144
                    ]
                },
                "distance": 16.38,
                "direction": 233.73,
                "angle": 70.71,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-001667_pano_0000_000566",
                "timestamp": "2020-04-22T08:30:02.432300Z",
                "filename": "pano_0000_000566.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.38495895,
                "relative_pitch": 70.71335022968103,
                "relative_heading": 233.73479112556066,
                "relative_elevation": 46.82307010144
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000826/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000826/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000826/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000826/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000826/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000826/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000826/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000826/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000826/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93182589516716,
                        52.373883695552,
                        46.8289601076394
                    ]
                },
                "distance": 16.48,
                "direction": 235.51,
                "angle": 70.61,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-001196_pano_0000_000826",
                "timestamp": "2019-05-21T12:10:38.261340Z",
                "filename": "pano_0000_000826.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.48375629,
                "relative_pitch": 70.60797249549087,
                "relative_heading": 235.50599001734244,
                "relative_elevation": 46.8289601076394
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00574/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00574/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00574/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00574/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_00574/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00574/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00574/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00574/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00574/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931967006927609,
                        52.37382298557867,
                        0.0
                    ]
                },
                "distance": 16.57,
                "direction": 193.88,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_00574",
                "timestamp": "2025-06-16T08:33:42Z",
                "filename": "recording_2025-06-16_08-26-12_00574.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.57437038,
                "relative_pitch": 0.0,
                "relative_heading": 193.87762994668114,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000133/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000133/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000133/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000133/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000133/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000133/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000133/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000133/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000133/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9317840127412,
                        52.3739903228443,
                        46.9837748818099
                    ]
                },
                "distance": 16.63,
                "direction": 278.75,
                "angle": 70.51,
                "elevation": 46.98,
                "pano_id": "TMX7316010203-002824_pano_0011_000133",
                "timestamp": "2022-10-07T08:44:23.994270Z",
                "filename": "pano_0011_000133.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.6315398,
                "relative_pitch": 70.50681339623956,
                "relative_heading": 278.74921018695613,
                "relative_elevation": 46.9837748818099
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001613/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001613/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001613/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001613/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001613/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001613/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001613/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001613/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001613/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93182495504407,
                        52.3738814848526,
                        46.714135337621
                    ]
                },
                "distance": 16.68,
                "direction": 234.93,
                "angle": 70.35,
                "elevation": 46.71,
                "pano_id": "TMX7315120208-000056_pano_0000_001613",
                "timestamp": "2016-05-24T11:38:12.823190Z",
                "filename": "pano_0000_001613.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.67666904,
                "relative_pitch": 70.35373710476185,
                "relative_heading": 234.9339907840289,
                "relative_elevation": 46.714135337621
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004117/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004117/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004117/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004117/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_004117/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004117/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004117/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004117/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004117/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93192062785512,
                        52.373831404101,
                        46.8063322380185
                    ]
                },
                "distance": 16.75,
                "direction": 205.21,
                "angle": 70.31,
                "elevation": 46.81,
                "pano_id": "TMX7316010203-002136_pano_0000_004117",
                "timestamp": "2021-05-10T12:28:18.524180Z",
                "filename": "pano_0000_004117.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.74906231,
                "relative_pitch": 70.31088436444351,
                "relative_heading": 205.20969414165035,
                "relative_elevation": 46.8063322380185
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000010/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000010/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000010/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000010/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000010/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000010/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000010/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000010/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000010/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199148086326,
                        52.3738182125745,
                        46.8765823701397
                    ]
                },
                "distance": 16.78,
                "direction": 187.91,
                "angle": 70.3,
                "elevation": 46.88,
                "pano_id": "TMX7316010203-000741_pano_0000_000010",
                "timestamp": "2018-05-17T10:56:50.624350Z",
                "filename": "pano_0000_000010.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.781233,
                "relative_pitch": 70.30326477147783,
                "relative_heading": 187.90714634754013,
                "relative_elevation": 46.8765823701397
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000096/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000096/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000096/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000096/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002139_pano_0000_000096/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000096/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000096/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000096/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000096/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93181407599759,
                        52.3738879262704,
                        46.792811174877
                    ]
                },
                "distance": 16.9,
                "direction": 238.37,
                "angle": 70.14,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002139_pano_0000_000096",
                "timestamp": "2021-05-12T12:11:54.512720Z",
                "filename": "pano_0000_000096.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.90164338,
                "relative_pitch": 70.14019368200606,
                "relative_heading": 238.36781120142285,
                "relative_elevation": 46.792811174877
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004115/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004115/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004115/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004115/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_004115/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004115/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004115/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004115/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004115/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93181003048672,
                        52.3738915736345,
                        46.785592588596
                    ]
                },
                "distance": 16.93,
                "direction": 240.03,
                "angle": 70.11,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002136_pano_0000_004115",
                "timestamp": "2021-05-10T12:28:17.689450Z",
                "filename": "pano_0000_004115.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 16.93046178,
                "relative_pitch": 70.10615714607123,
                "relative_heading": 240.02649529152234,
                "relative_elevation": 46.785592588596
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000098/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000098/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000098/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000098/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002139_pano_0000_000098/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000098/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000098/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000098/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000098/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93192521246182,
                        52.3738273450207,
                        46.8232840634882
                    ]
                },
                "distance": 17.03,
                "direction": 203.61,
                "angle": 70.01,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-002139_pano_0000_000098",
                "timestamp": "2021-05-12T12:11:55.587820Z",
                "filename": "pano_0000_000098.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.03134721,
                "relative_pitch": 70.01181577774885,
                "relative_heading": 203.61194281638237,
                "relative_elevation": 46.8232840634882
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00571/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00571/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00571/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00571/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_00571/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00571/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00571/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00571/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00571/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931795064329687,
                        52.37390722208681,
                        0.0
                    ]
                },
                "distance": 17.06,
                "direction": 246.82,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_00571",
                "timestamp": "2025-06-16T08:33:41Z",
                "filename": "recording_2025-06-16_08-26-12_00571.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.06316248,
                "relative_pitch": 0.0,
                "relative_heading": 246.81724632872272,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002557/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002557/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002557/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002557/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002557/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002557/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002557/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002557/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002557/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93177782284503,
                        52.3739923927174,
                        46.700722977519
                    ]
                },
                "distance": 17.08,
                "direction": 279.3,
                "angle": 69.91,
                "elevation": 46.7,
                "pano_id": "TMX7316060226-000019_pano_0000_002557",
                "timestamp": "2016-08-15T05:08:12.889160Z",
                "filename": "pano_0000_002557.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.08400903,
                "relative_pitch": 69.90652317123514,
                "relative_heading": 279.2976341107189,
                "relative_elevation": 46.700722977519
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000828/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000828/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000828/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000828/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000828/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000828/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000828/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000828/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000828/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193546019139,
                        52.3738240069457,
                        46.8529536370188
                    ]
                },
                "distance": 17.11,
                "direction": 200.97,
                "angle": 69.94,
                "elevation": 46.85,
                "pano_id": "TMX7316010203-001196_pano_0000_000828",
                "timestamp": "2019-05-21T12:10:39.151320Z",
                "filename": "pano_0000_000828.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.11031694,
                "relative_pitch": 69.93821839721782,
                "relative_heading": 200.9714204926554,
                "relative_elevation": 46.8529536370188
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000568/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000568/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000568/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000568/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000568/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000568/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000568/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000568/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000568/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93194190109896,
                        52.3738220937692,
                        46.8576367264614
                    ]
                },
                "distance": 17.16,
                "direction": 199.35,
                "angle": 69.89,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-001667_pano_0000_000568",
                "timestamp": "2020-04-22T08:30:03.142310Z",
                "filename": "pano_0000_000568.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.15898584,
                "relative_pitch": 69.88757207495767,
                "relative_heading": 199.34909408367545,
                "relative_elevation": 46.8576367264614
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00786/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00786/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00786/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00786/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_00786/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00786/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00786/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00786/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00786/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931955259911065,
                        52.373818852611315,
                        0.0
                    ]
                },
                "distance": 17.23,
                "direction": 196.09,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_00786",
                "timestamp": "2024-10-23T12:56:18Z",
                "filename": "recording_2024-10-23_12-42-53_00786.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.22561827,
                "relative_pitch": 0.0,
                "relative_heading": 196.09465186410839,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000263/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000263/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000263/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000263/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002534_pano_0001_000263/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000263/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000263/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000263/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000263/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93179157458307,
                        52.37390630107,
                        46.7916393186897
                    ]
                },
                "distance": 17.32,
                "direction": 246.82,
                "angle": 69.69,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002534_pano_0001_000263",
                "timestamp": "2022-04-21T11:22:52.941390Z",
                "filename": "pano_0001_000263.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.32198378,
                "relative_pitch": 69.68575035915278,
                "relative_heading": 246.8151020202526,
                "relative_elevation": 46.7916393186897
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001615/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001615/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001615/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001615/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001615/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001615/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001615/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001615/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001615/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93193545147786,
                        52.3738215798419,
                        46.7380505828187
                    ]
                },
                "distance": 17.36,
                "direction": 200.65,
                "angle": 69.62,
                "elevation": 46.74,
                "pano_id": "TMX7315120208-000056_pano_0000_001615",
                "timestamp": "2016-05-24T11:38:13.498190Z",
                "filename": "pano_0000_001615.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.36298007,
                "relative_pitch": 69.62019007865868,
                "relative_heading": 200.65428085415573,
                "relative_elevation": 46.7380505828187
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01049/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01049/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01049/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01049/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01049/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01049/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01049/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01049/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01049/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932217775519812,
                        52.373865105245265,
                        0.0
                    ]
                },
                "distance": 17.37,
                "direction": 131.03,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01049",
                "timestamp": "2024-10-23T13:01:59Z",
                "filename": "recording_2024-10-23_12-42-53_01049.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.37054905,
                "relative_pitch": 0.0,
                "relative_heading": 131.0332412544683,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000266/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000266/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000266/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000266/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002534_pano_0001_000266/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000266/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000266/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000266/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000266/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93195679728258,
                        52.3738165951299,
                        46.8308871677145
                    ]
                },
                "distance": 17.44,
                "direction": 195.54,
                "angle": 69.58,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-002534_pano_0001_000266",
                "timestamp": "2022-04-21T11:22:54.226350Z",
                "filename": "pano_0001_000266.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.43877761,
                "relative_pitch": 69.57579183719355,
                "relative_heading": 195.53532330688378,
                "relative_elevation": 46.8308871677145
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00783/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00783/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00783/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00783/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_00783/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00783/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00783/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00783/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00783/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931788633990867,
                        52.37390703217855,
                        0.0
                    ]
                },
                "distance": 17.47,
                "direction": 247.32,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_00783",
                "timestamp": "2024-10-23T12:56:17Z",
                "filename": "recording_2024-10-23_12-42-53_00783.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.47472307,
                "relative_pitch": 0.0,
                "relative_heading": 247.31882457122234,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005970/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005970/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005970/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005970/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005970/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005970/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005970/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005970/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005970/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93178617093224,
                        52.3740256696293,
                        46.8227269947529
                    ]
                },
                "distance": 17.53,
                "direction": 291.64,
                "angle": 69.48,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-000741_pano_0000_005970",
                "timestamp": "2018-05-17T12:23:17.151490Z",
                "filename": "pano_0000_005970.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.52619943,
                "relative_pitch": 69.47863931115751,
                "relative_heading": 291.6393456241036,
                "relative_elevation": 46.8227269947529
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002551/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002551/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002551/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002551/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002551/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002551/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002551/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002551/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002551/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93212529094177,
                        52.3738215596061,
                        46.7288374835625
                    ]
                },
                "distance": 17.62,
                "direction": 157.28,
                "angle": 69.34,
                "elevation": 46.73,
                "pano_id": "TMX7316060226-000019_pano_0000_002551",
                "timestamp": "2016-08-15T05:08:10.279230Z",
                "filename": "pano_0000_002551.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.61644257,
                "relative_pitch": 69.34391043772247,
                "relative_heading": 157.27809534448969,
                "relative_elevation": 46.7288374835625
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000006/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000006/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000006/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000006/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000006/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000006/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000006/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000006/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000006/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93177129255144,
                        52.3739348991122,
                        46.8654699102044
                    ]
                },
                "distance": 17.68,
                "direction": 258.13,
                "angle": 69.33,
                "elevation": 46.87,
                "pano_id": "TMX7316010203-000741_pano_0000_000006",
                "timestamp": "2018-05-17T10:56:48.259420Z",
                "filename": "pano_0000_000006.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.68249544,
                "relative_pitch": 69.32834439566774,
                "relative_heading": 258.12907912353063,
                "relative_elevation": 46.8654699102044
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01056/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01056/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01056/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01056/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_01056/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01056/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_01056/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01056/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_01056/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931818824485487,
                        52.37406399470214,
                        0.0
                    ]
                },
                "distance": 17.69,
                "direction": 307.33,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_01056",
                "timestamp": "2024-10-23T13:02:03Z",
                "filename": "recording_2024-10-23_12-42-53_01056.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.69085952,
                "relative_pitch": 0.0,
                "relative_heading": 307.32912422149315,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000127/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000127/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000127/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000127/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002824_pano_0011_000127/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000127/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002824_pano_0011_000127/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000127/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/10/07/TMX7316010203-002824/pano_0011_000127/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93212907517325,
                        52.3738211230851,
                        47.0268905479461
                    ]
                },
                "distance": 17.76,
                "direction": 156.57,
                "angle": 69.31,
                "elevation": 47.03,
                "pano_id": "TMX7316010203-002824_pano_0011_000127",
                "timestamp": "2022-10-07T08:44:21.894280Z",
                "filename": "pano_0011_000127.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.76214357,
                "relative_pitch": 69.30835636908496,
                "relative_heading": 156.57177419812658,
                "relative_elevation": 47.0268905479461
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000054/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000054/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000054/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000054/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000054/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000054/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000054/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000054/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000054/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199335937028,
                        52.3738080887148,
                        46.8415537951514
                    ]
                },
                "distance": 17.88,
                "direction": 187.0,
                "angle": 69.11,
                "elevation": 46.84,
                "pano_id": "TMX7315120208-000067_pano_0013_000054",
                "timestamp": "2016-06-06T08:06:03.540770Z",
                "filename": "pano_0013_000054.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 17.88166849,
                "relative_pitch": 69.10574512870501,
                "relative_heading": 187.00452175829037,
                "relative_elevation": 46.8415537951514
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001318/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001318/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001318/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001318/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001318/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001318/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001318/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001318/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001318/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93176534054654,
                        52.3739997426651,
                        46.7757576452568
                    ]
                },
                "distance": 18.07,
                "direction": 281.42,
                "angle": 68.88,
                "elevation": 46.78,
                "pano_id": "TMX7316010203-001536_pano_0000_001318",
                "timestamp": "2020-01-07T08:52:50.459600Z",
                "filename": "pano_0000_001318.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.06749059,
                "relative_pitch": 68.88056873604603,
                "relative_heading": 281.4221193681964,
                "relative_elevation": 46.7757576452568
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000565/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000565/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000565/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000565/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000565/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000565/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000565/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000565/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000565/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93177567931282,
                        52.3739094056517,
                        46.8198305927217
                    ]
                },
                "distance": 18.2,
                "direction": 249.16,
                "angle": 68.76,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-001667_pano_0000_000565",
                "timestamp": "2020-04-22T08:30:02.077330Z",
                "filename": "pano_0000_000565.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.19629062,
                "relative_pitch": 68.76163619086223,
                "relative_heading": 249.15767189675464,
                "relative_elevation": 46.8198305927217
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000631/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000631/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000631/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000631/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000631/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000631/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000631/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000631/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000631/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93176225874588,
                        52.3740010906049,
                        46.7881276551634
                    ]
                },
                "distance": 18.3,
                "direction": 281.75,
                "angle": 68.63,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-001667_pano_0000_000631",
                "timestamp": "2020-04-22T08:30:32.652100Z",
                "filename": "pano_0000_000631.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.30322446,
                "relative_pitch": 68.63487185243507,
                "relative_heading": 281.7522402703019,
                "relative_elevation": 46.7881276551634
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000799/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000799/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000799/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000799/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000799/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000799/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000799/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000799/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000799/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93176140037678,
                        52.3739999473313,
                        46.6949591720477
                    ]
                },
                "distance": 18.34,
                "direction": 281.33,
                "angle": 68.56,
                "elevation": 46.69,
                "pano_id": "TMX7315120208-000052_pano_0000_000799",
                "timestamp": "2016-05-17T12:10:05.387560Z",
                "filename": "pano_0000_000799.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.33505427,
                "relative_pitch": 68.56224985085326,
                "relative_heading": 281.32581738957197,
                "relative_elevation": 46.6949591720477
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000825/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000825/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000825/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000825/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000825/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000825/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000825/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000825/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000825/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93177056594977,
                        52.3739133205782,
                        46.8298815200105
                    ]
                },
                "distance": 18.37,
                "direction": 250.81,
                "angle": 68.58,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-001196_pano_0000_000825",
                "timestamp": "2019-05-21T12:10:37.816260Z",
                "filename": "pano_0000_000825.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.3744217,
                "relative_pitch": 68.57667923616714,
                "relative_heading": 250.81377680732024,
                "relative_elevation": 46.8298815200105
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000045/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000045/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000045/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000045/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000045/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000045/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000045/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000045/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000045/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175913818234,
                        52.3739996036628,
                        46.7215686766431
                    ]
                },
                "distance": 18.48,
                "direction": 281.12,
                "angle": 68.42,
                "elevation": 46.72,
                "pano_id": "TMX7316010203-002900_pano_0006_000045",
                "timestamp": "2022-12-28T11:25:24.623430Z",
                "filename": "pano_0006_000045.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.4787333,
                "relative_pitch": 68.4208287195199,
                "relative_heading": 281.11574032051533,
                "relative_elevation": 46.7215686766431
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01523/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01523/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01523/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01523/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01523/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01523/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01523/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01523/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01523/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932140672108745,
                        52.37381697525976,
                        0.0
                    ]
                },
                "distance": 18.51,
                "direction": 154.9,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01523",
                "timestamp": "2025-06-16T10:30:06Z",
                "filename": "recording_2025-06-16_09-52-43_01523.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.50757908,
                "relative_pitch": 0.0,
                "relative_heading": 154.89614633634568,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002093/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002093/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002093/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002093/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002093/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002093/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002093/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002093/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002093/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175860386436,
                        52.3740017228779,
                        46.7073910338804
                    ]
                },
                "distance": 18.56,
                "direction": 281.81,
                "angle": 68.33,
                "elevation": 46.71,
                "pano_id": "TMX7316010203-002136_pano_0000_002093",
                "timestamp": "2021-05-10T11:57:45.330480Z",
                "filename": "pano_0000_002093.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.56125835,
                "relative_pitch": 68.32740133302977,
                "relative_heading": 281.8083695819286,
                "relative_elevation": 46.7073910338804
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001612/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001612/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001612/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001612/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001612/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001612/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001612/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001612/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001612/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93176871625545,
                        52.373911418014,
                        46.709795399569
                    ]
                },
                "distance": 18.56,
                "direction": 250.32,
                "angle": 68.33,
                "elevation": 46.71,
                "pano_id": "TMX7315120208-000056_pano_0000_001612",
                "timestamp": "2016-05-24T11:38:12.488190Z",
                "filename": "pano_0000_001612.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.5636497,
                "relative_pitch": 68.3258802767454,
                "relative_heading": 250.32442192453757,
                "relative_elevation": 46.709795399569
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000050/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000050/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000050/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000050/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000050/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000050/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000050/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000050/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000050/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93176222089242,
                        52.3739228804009,
                        46.7860826877877
                    ]
                },
                "distance": 18.6,
                "direction": 254.49,
                "angle": 68.32,
                "elevation": 46.79,
                "pano_id": "TMX7315120208-000067_pano_0013_000050",
                "timestamp": "2016-06-06T08:06:02.300860Z",
                "filename": "pano_0013_000050.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.59978923,
                "relative_pitch": 68.3197242664934,
                "relative_heading": 254.4865145197439,
                "relative_elevation": 46.7860826877877
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000625/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000625/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000625/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000625/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000625/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000625/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000625/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000625/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000625/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93213988571914,
                        52.3738145904298,
                        46.8213427932933
                    ]
                },
                "distance": 18.73,
                "direction": 155.39,
                "angle": 68.2,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-001667_pano_0000_000625",
                "timestamp": "2020-04-22T08:30:30.507100Z",
                "filename": "pano_0000_000625.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.725854,
                "relative_pitch": 68.20142105186133,
                "relative_heading": 155.38902235354206,
                "relative_elevation": 46.8213427932933
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00955/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00955/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00955/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00955/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00955/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00955/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00955/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00955/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00955/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175361058094,
                        52.37400154755882,
                        0.0
                    ]
                },
                "distance": 18.89,
                "direction": 281.54,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00955",
                "timestamp": "2024-09-17T13:29:16Z",
                "filename": "recording_2024-09-17_13-06-25_00955.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.89034166,
                "relative_pitch": 0.0,
                "relative_heading": 281.5393812954956,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004118/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004118/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004118/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004118/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_004118/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004118/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004118/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004118/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004118/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93197544330665,
                        52.3738005330662,
                        46.828004273586
                    ]
                },
                "distance": 18.9,
                "direction": 190.37,
                "angle": 68.02,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-002136_pano_0000_004118",
                "timestamp": "2021-05-10T12:28:18.944180Z",
                "filename": "pano_0000_004118.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.89748117,
                "relative_pitch": 68.0234184652404,
                "relative_heading": 190.3674372961929,
                "relative_elevation": 46.828004273586
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000095/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000095/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000095/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000095/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002139_pano_0000_000095/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000095/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000095/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000095/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000095/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175866077218,
                        52.3739180724025,
                        46.7866496527568
                    ]
                },
                "distance": 18.98,
                "direction": 253.13,
                "angle": 67.92,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002139_pano_0000_000095",
                "timestamp": "2021-05-12T12:11:53.947740Z",
                "filename": "pano_0000_000095.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 18.98186349,
                "relative_pitch": 67.91705893389162,
                "relative_heading": 253.12607803470868,
                "relative_elevation": 46.7866496527568
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004114/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004114/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004114/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004114/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_004114/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004114/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_004114/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004114/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_004114/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175398919364,
                        52.3739213143999,
                        46.7711760494858
                    ]
                },
                "distance": 19.19,
                "direction": 254.43,
                "angle": 67.7,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-002136_pano_0000_004114",
                "timestamp": "2021-05-10T12:28:17.274180Z",
                "filename": "pano_0000_004114.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.18659484,
                "relative_pitch": 67.69545160932036,
                "relative_heading": 254.43288060594887,
                "relative_elevation": 46.7711760494858
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000023/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000023/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000023/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000023/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000023/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000023/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000023/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000023/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000023/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175078880287,
                        52.374006922395,
                        46.7449001027271
                    ]
                },
                "distance": 19.21,
                "direction": 283.17,
                "angle": 67.66,
                "elevation": 46.74,
                "pano_id": "TMX7316010203-001475_pano_0005_000023",
                "timestamp": "2019-11-29T11:49:16.645420Z",
                "filename": "pano_0005_000023.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.20607809,
                "relative_pitch": 67.66370898927839,
                "relative_heading": 283.1730638321617,
                "relative_elevation": 46.7449001027271
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000099/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000099/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000099/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000099/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002139_pano_0000_000099/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000099/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002139_pano_0000_000099/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000099/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002139/pano_0000_000099/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93197975556398,
                        52.3737967240146,
                        46.8478512903675
                    ]
                },
                "distance": 19.27,
                "direction": 189.28,
                "angle": 67.65,
                "elevation": 46.85,
                "pano_id": "TMX7316010203-002139_pano_0000_000099",
                "timestamp": "2021-05-12T12:11:56.097730Z",
                "filename": "pano_0000_000099.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.26502138,
                "relative_pitch": 67.64629557277013,
                "relative_heading": 189.28133999480633,
                "relative_elevation": 46.8478512903675
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00575/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00575/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00575/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00575/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_00575/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00575/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00575/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00575/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00575/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932023558073239,
                        52.37379436149701,
                        0.0
                    ]
                },
                "distance": 19.28,
                "direction": 180.37,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_00575",
                "timestamp": "2025-06-16T08:33:43Z",
                "filename": "recording_2025-06-16_08-26-12_00575.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.2760968,
                "relative_pitch": 0.0,
                "relative_heading": 180.36845874845605,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000829/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000829/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000829/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000829/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000829/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000829/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000829/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000829/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000829/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93198933221758,
                        52.3737936284837,
                        46.8675600821152
                    ]
                },
                "distance": 19.51,
                "direction": 187.23,
                "angle": 67.4,
                "elevation": 46.87,
                "pano_id": "TMX7316010203-001196_pano_0000_000829",
                "timestamp": "2019-05-21T12:10:39.596230Z",
                "filename": "pano_0000_000829.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.51230777,
                "relative_pitch": 67.39663928841132,
                "relative_heading": 187.22769000511286,
                "relative_elevation": 46.8675600821152
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000569/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000569/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000569/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000569/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001667_pano_0000_000569/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000569/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001667_pano_0000_000569/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000569/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001667/pano_0000_000569/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199647945698,
                        52.3737923681729,
                        46.8757871380076
                    ]
                },
                "distance": 19.6,
                "direction": 185.76,
                "angle": 67.31,
                "elevation": 46.88,
                "pano_id": "TMX7316010203-001667_pano_0000_000569",
                "timestamp": "2020-04-22T08:30:03.497320Z",
                "filename": "pano_0000_000569.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.59658691,
                "relative_pitch": 67.31246306602908,
                "relative_heading": 185.76408337071038,
                "relative_elevation": 46.8757871380076
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004042/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004042/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004042/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004042/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004042/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004042/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004042/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004042/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004042/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93174291857653,
                        52.3740080991126,
                        46.6380093581975
                    ]
                },
                "distance": 19.76,
                "direction": 283.19,
                "angle": 67.04,
                "elevation": 46.64,
                "pano_id": "TMX7316010203-000299_pano_0002_004042",
                "timestamp": "2017-05-17T11:58:50.881210Z",
                "filename": "pano_0002_004042.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.75781015,
                "relative_pitch": 67.04045379265287,
                "relative_heading": 283.1885653920512,
                "relative_elevation": 46.6380093581975
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001616/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001616/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001616/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001616/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000056_pano_0000_001616/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001616/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000056_pano_0000_001616/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001616/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/24/TMX7315120208-000056/pano_0000_001616/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93199025542495,
                        52.3737907789648,
                        46.7542872373015
                    ]
                },
                "distance": 19.82,
                "direction": 186.93,
                "angle": 67.03,
                "elevation": 46.75,
                "pano_id": "TMX7315120208-000056_pano_0000_001616",
                "timestamp": "2016-05-24T11:38:13.843200Z",
                "filename": "pano_0000_001616.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.81922038,
                "relative_pitch": 67.02783112038102,
                "relative_heading": 186.93204192207943,
                "relative_elevation": 46.7542872373015
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000011/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000011/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000011/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000011/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000011/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000011/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000011/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000011/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000011/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93204725304103,
                        52.373789579179,
                        46.8904938148335
                    ]
                },
                "distance": 19.86,
                "direction": 175.7,
                "angle": 67.04,
                "elevation": 46.89,
                "pano_id": "TMX7316010203-000741_pano_0000_000011",
                "timestamp": "2018-05-17T10:56:51.194320Z",
                "filename": "pano_0000_000011.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.86379272,
                "relative_pitch": 67.04146947119439,
                "relative_heading": 175.6988065468465,
                "relative_elevation": 46.8904938148335
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00787/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00787/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00787/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00787/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_00787/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00787/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00787/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00787/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00787/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932010088669407,
                        52.373788958522105,
                        0.0
                    ]
                },
                "distance": 19.9,
                "direction": 183.0,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_00787",
                "timestamp": "2024-10-23T12:56:19Z",
                "filename": "recording_2024-10-23_12-42-53_00787.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.90416731,
                "relative_pitch": 0.0,
                "relative_heading": 182.99880109216681,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00570/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00570/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00570/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00570/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_00570/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00570/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_00570/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00570/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_00570/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93173721540828,
                        52.37393492432381,
                        0.0
                    ]
                },
                "distance": 19.96,
                "direction": 259.51,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_00570",
                "timestamp": "2025-06-16T08:33:41Z",
                "filename": "recording_2025-06-16_08-26-12_00570.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.95885965,
                "relative_pitch": 0.0,
                "relative_heading": 259.5076046859309,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01314/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01314/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01314/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01314/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01314/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01314/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01314/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01314/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01314/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93179500638417,
                        52.374078778782945,
                        0.0
                    ]
                },
                "distance": 19.98,
                "direction": 308.26,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01314",
                "timestamp": "2025-06-16T08:46:20Z",
                "filename": "recording_2025-06-16_08-26-12_01314.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.98091029,
                "relative_pitch": 0.0,
                "relative_heading": 308.2596486351637,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000721/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000721/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000721/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000721/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000721/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000721/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000721/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000721/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000721/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93175634143326,
                        52.3740395941658,
                        46.7605094760656
                    ]
                },
                "distance": 20.0,
                "direction": 293.62,
                "angle": 66.85,
                "elevation": 46.76,
                "pano_id": "TMX7316010203-001196_pano_0000_000721",
                "timestamp": "2019-05-21T12:08:54.497040Z",
                "filename": "pano_0000_000721.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.99785951,
                "relative_pitch": 66.8452724419599,
                "relative_heading": 293.6198291529777,
                "relative_elevation": 46.7605094760656
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01306/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01306/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01306/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01306/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_08-26-12_01306/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01306/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01306/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01306/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_08-26-12_01306/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93224945611099,
                        52.37385142064488,
                        0.0
                    ]
                },
                "distance": 20.0,
                "direction": 130.27,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_08-26-12_01306",
                "timestamp": "2025-06-16T08:46:14Z",
                "filename": "recording_2025-06-16_08-26-12_01306.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 19.99955067,
                "relative_pitch": 0.0,
                "relative_heading": 130.26599332448475,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000016/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000016/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000016/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000016/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001475_pano_0005_000016/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000016/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001475_pano_0005_000016/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000016/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/29/TMX7316010203-001475/pano_0005_000016/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93215948296754,
                        52.3738076543656,
                        46.8023137720302
                    ]
                },
                "distance": 20.0,
                "direction": 152.83,
                "angle": 66.86,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-001475_pano_0005_000016",
                "timestamp": "2019-11-29T11:49:13.910480Z",
                "filename": "pano_0005_000016.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.00326958,
                "relative_pitch": 66.85817729987738,
                "relative_heading": 152.83321584676364,
                "relative_elevation": 46.8023137720302
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00948/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00948/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00948/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00948/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-17_13-06-25_00948/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00948/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-17_13-06-25_00948/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00948/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-17_13-06-25_00948/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.932156591206335,
                        52.37380656336392,
                        0.0
                    ]
                },
                "distance": 20.02,
                "direction": 153.49,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-17_13-06-25_00948",
                "timestamp": "2024-09-17T13:29:13Z",
                "filename": "recording_2024-09-17_13-06-25_00948.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.0226861,
                "relative_pitch": 0.0,
                "relative_heading": 153.49323075792944,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001311/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001311/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001311/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001311/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001536_pano_0000_001311/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001311/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001536_pano_0000_001311/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001311/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/07/TMX7316010203-001536/pano_0000_001311/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93215430116741,
                        52.373805721167,
                        46.8210319923237
                    ]
                },
                "distance": 20.04,
                "direction": 154.01,
                "angle": 66.83,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-001536_pano_0000_001311",
                "timestamp": "2020-01-07T08:52:47.584450Z",
                "filename": "pano_0000_001311.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.03776492,
                "relative_pitch": 66.83076810816715,
                "relative_heading": 154.0119105950611,
                "relative_elevation": 46.8210319923237
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01530/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01530/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01530/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01530/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_09-52-43_01530/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01530/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_09-52-43_01530/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01530/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_09-52-43_01530/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931740133285189,
                        52.37401400919477,
                        0.0
                    ]
                },
                "distance": 20.1,
                "direction": 284.89,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_09-52-43_01530",
                "timestamp": "2025-06-16T10:30:10Z",
                "filename": "recording_2025-06-16_09-52-43_01530.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.10140754,
                "relative_pitch": 0.0,
                "relative_heading": 284.89051735459174,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000262/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000262/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000262/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000262/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002534_pano_0001_000262/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000262/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000262/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000262/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000262/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93173481266431,
                        52.3739353546006,
                        46.7677829330787
                    ]
                },
                "distance": 20.11,
                "direction": 259.73,
                "angle": 66.73,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-002534_pano_0001_000262",
                "timestamp": "2022-04-21T11:22:52.506350Z",
                "filename": "pano_0001_000262.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.11118836,
                "relative_pitch": 66.73121814755913,
                "relative_heading": 259.72662683559275,
                "relative_elevation": 46.7677829330787
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002486/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002486/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002486/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002486/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000245_pano_0000_002486/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002486/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000245_pano_0000_002486/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002486/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/04/05/TMX7316010203-000245/pano_0000_002486/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93173645750585,
                        52.3740067762343,
                        46.5953162992373
                    ]
                },
                "distance": 20.15,
                "direction": 282.5,
                "angle": 66.61,
                "elevation": 46.6,
                "pano_id": "TMX7316010203-000245_pano_0000_002486",
                "timestamp": "2017-04-05T10:05:48.878550Z",
                "filename": "pano_0000_002486.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.15411959,
                "relative_pitch": 66.60981327081255,
                "relative_heading": 282.4957004697396,
                "relative_elevation": 46.5953162992373
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005963/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005963/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005963/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005963/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005963/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005963/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005963/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005963/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005963/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93216104421456,
                        52.3738055477374,
                        46.8686293242499
                    ]
                },
                "distance": 20.26,
                "direction": 152.87,
                "angle": 66.62,
                "elevation": 46.87,
                "pano_id": "TMX7316010203-000741_pano_0000_005963",
                "timestamp": "2018-05-17T12:23:12.861560Z",
                "filename": "pano_0000_005963.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.2603745,
                "relative_pitch": 66.62213366902736,
                "relative_heading": 152.8683696593289,
                "relative_elevation": 46.8686293242499
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000267/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000267/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000267/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000267/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002534_pano_0001_000267/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000267/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002534_pano_0001_000267/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000267/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/21/TMX7316010203-002534/pano_0001_000267/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9320105691162,
                        52.3737855002234,
                        46.8458715323359
                    ]
                },
                "distance": 20.29,
                "direction": 182.85,
                "angle": 66.58,
                "elevation": 46.85,
                "pano_id": "TMX7316010203-002534_pano_0001_000267",
                "timestamp": "2022-04-21T11:22:54.651400Z",
                "filename": "pano_0001_000267.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.28681758,
                "relative_pitch": 66.58475669469507,
                "relative_heading": 182.84965710282844,
                "relative_elevation": 46.8458715323359
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00782/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00782/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00782/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00782/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-23_12-42-53_00782/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00782/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-23_12-42-53_00782/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00782/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-23_12-42-53_00782/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.931732060928847,
                        52.37393576193447,
                        0.0
                    ]
                },
                "distance": 20.29,
                "direction": 259.95,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-23_12-42-53_00782",
                "timestamp": "2024-10-23T12:56:17Z",
                "filename": "recording_2024-10-23_12-42-53_00782.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.28765501,
                "relative_pitch": 0.0,
                "relative_heading": 259.9469765655941,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002086/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002086/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002086/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002086/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002136_pano_0000_002086/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002086/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002136_pano_0000_002086/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002086/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/10/TMX7316010203-002136/pano_0000_002086/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93216190438517,
                        52.3738029573411,
                        46.7495755329728
                    ]
                },
                "distance": 20.54,
                "direction": 153.09,
                "angle": 66.28,
                "elevation": 46.75,
                "pano_id": "TMX7316010203-002136_pano_0000_002086",
                "timestamp": "2021-05-10T11:57:41.990510Z",
                "filename": "pano_0000_002086.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.54376982,
                "relative_pitch": 66.27725239379947,
                "relative_heading": 153.08957484762848,
                "relative_elevation": 46.7495755329728
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000792/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000792/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000792/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000792/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000052_pano_0000_000792/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000792/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000052_pano_0000_000792/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000792/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000052/pano_0000_000792/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93215993183705,
                        52.373802348572,
                        46.7383434586227
                    ]
                },
                "distance": 20.54,
                "direction": 153.51,
                "angle": 66.27,
                "elevation": 46.74,
                "pano_id": "TMX7315120208-000052_pano_0000_000792",
                "timestamp": "2016-05-17T12:10:02.842550Z",
                "filename": "pano_0000_000792.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.54392459,
                "relative_pitch": 66.27202214281967,
                "relative_heading": 153.50917921303417,
                "relative_elevation": 46.7383434586227
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000038/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000038/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000038/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000038/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002900_pano_0006_000038/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000038/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002900_pano_0006_000038/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000038/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/28/TMX7316010203-002900/pano_0006_000038/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93215915017121,
                        52.3738008135633,
                        46.7706088647246
                    ]
                },
                "distance": 20.67,
                "direction": 153.85,
                "angle": 66.15,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-002900_pano_0006_000038",
                "timestamp": "2022-12-28T11:25:21.778410Z",
                "filename": "pano_0006_000038.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2022",
                "tags": [
                    "mission-woz",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.67342349,
                "relative_pitch": 66.15373675064687,
                "relative_heading": 153.85238545473737,
                "relative_elevation": 46.7706088647246
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000713/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000713/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000713/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000713/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000713/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000713/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000713/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000713/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000713/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93216451217176,
                        52.3738014254139,
                        46.8230119738728
                    ]
                },
                "distance": 20.78,
                "direction": 152.87,
                "angle": 66.07,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-001196_pano_0000_000713",
                "timestamp": "2019-05-21T12:08:50.397070Z",
                "filename": "pano_0000_000713.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.77631621,
                "relative_pitch": 66.07217179021168,
                "relative_heading": 152.86559235845093,
                "relative_elevation": 46.8230119738728
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_08-26-12_01310/adjacencies/recording_2025-06-16_08-26-12_01310/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000005/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000005/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000005/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000005/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000005/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000005/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000005/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000005/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000005/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93171795446672,
                        52.3739649114596,
                        46.8802429521456
                    ]
                },
                "distance": 20.94,
                "direction": 269.19,
                "angle": 65.93,
                "elevation": 46.88,
                "pano_id": "TMX7316010203-000741_pano_0000_000005",
                "timestamp": "2018-05-17T10:56:47.599460Z",
                "filename": "pano_0000_000005.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": "recording_2025-06-16_08-26-12_01310",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124003.178,
                        487441.028
                    ]
                },
                "relative_distance": 20.93898604,
                "relative_pitch": 65.93214868471566,
                "relative_heading": 269.1850930322166,
                "relative_elevation": 46.8802429521456
            }
        ]
    }
}