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-09-04_06-44-53_01930/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-09-04_06-44-53_01930/adjacencies/?format=api"
        }
    },
    "_embedded": {
        "adjacencies": [
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01930/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01930/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01930/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01930/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_01930/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01930/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01930/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472672284084,
                        52.386140260903005,
                        0.0
                    ]
                },
                "distance": 0.0,
                "direction": null,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_01930",
                "timestamp": "2025-09-04T07:27:59Z",
                "filename": "recording_2025-09-04_06-44-53_01930.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "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-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00754/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00754/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00754/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00754/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00754/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00754/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00754/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00754/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00754/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472970785787,
                        52.38615165560314,
                        0.0
                    ]
                },
                "distance": 1.28,
                "direction": 9.11,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00754",
                "timestamp": "2024-10-21T12:17:54Z",
                "filename": "recording_2024-10-21_11-57-59_00754.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 1.28412652,
                "relative_pitch": 0.0,
                "relative_heading": 9.106392092797089,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000348/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000348/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000348/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000348/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000348/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000348/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000348/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000348/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000348/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91474113027035,
                        52.3861494754727,
                        46.8763995328918
                    ]
                },
                "distance": 1.42,
                "direction": 43.73,
                "angle": 88.27,
                "elevation": 46.88,
                "pano_id": "TMX7316010203-002184_pano_0000_000348",
                "timestamp": "2021-06-17T09:38:49.429320Z",
                "filename": "pano_0000_000348.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 1.41900575,
                "relative_pitch": 88.26611640163112,
                "relative_heading": 43.7319103759616,
                "relative_elevation": 46.8763995328918
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000962/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000962/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000962/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000962/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000962/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000962/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000962/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000962/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000962/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91473176697412,
                        52.3861275241386,
                        46.3326091384515
                    ]
                },
                "distance": 1.46,
                "direction": 166.38,
                "angle": 88.2,
                "elevation": 46.33,
                "pano_id": "TMX7316010203-002578_pano_0001_000962",
                "timestamp": "2022-05-12T11:27:17.710360Z",
                "filename": "pano_0001_000962.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 1.45829582,
                "relative_pitch": 88.19723898827696,
                "relative_heading": 166.37874277151667,
                "relative_elevation": 46.3326091384515
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001512/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001512/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001512/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001512/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000297_pano_0000_001512/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001512/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001512/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001512/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001512/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91475075820146,
                        52.3861465524946,
                        46.6353354118764
                    ]
                },
                "distance": 1.78,
                "direction": 66.84,
                "angle": 87.81,
                "elevation": 46.64,
                "pano_id": "TMX7316010203-000297_pano_0000_001512",
                "timestamp": "2017-05-15T09:58:38.340870Z",
                "filename": "pano_0000_001512.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 1.77992553,
                "relative_pitch": 87.81425943427863,
                "relative_heading": 66.83824427819238,
                "relative_elevation": 46.6353354118764
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002057/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002057/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002057/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002057/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002057/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002057/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002057/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002057/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002057/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91469308874127,
                        52.3861383745698,
                        46.803524505347
                    ]
                },
                "distance": 2.3,
                "direction": 264.76,
                "angle": 87.19,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-001513_pano_0002_002057",
                "timestamp": "2019-12-12T10:07:39.571850Z",
                "filename": "pano_0002_002057.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.29959533,
                "relative_pitch": 87.18715120122896,
                "relative_heading": 264.7629132016595,
                "relative_elevation": 46.803524505347
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000684/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000684/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000684/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000684/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000684/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000684/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000684/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000684/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000684/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91473039669389,
                        52.3861610219874,
                        46.8634990463033
                    ]
                },
                "distance": 2.32,
                "direction": 6.18,
                "angle": 87.16,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-000529_pano_0002_000684",
                "timestamp": "2017-12-28T11:49:35.036630Z",
                "filename": "pano_0002_000684.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.32368533,
                "relative_pitch": 87.1613640494593,
                "relative_heading": 6.179652791712473,
                "relative_elevation": 46.8634990463033
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001257/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001257/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001257/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001257/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001257/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001257/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001257/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001257/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001257/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91473703123006,
                        52.3861619438608,
                        46.7870660079643
                    ]
                },
                "distance": 2.51,
                "direction": 16.22,
                "angle": 86.93,
                "elevation": 46.79,
                "pano_id": "TMX7316060226-000023_pano_0000_001257",
                "timestamp": "2016-08-16T12:15:30.228100Z",
                "filename": "pano_0000_001257.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.51277279,
                "relative_pitch": 86.9257937350316,
                "relative_heading": 16.21924787809832,
                "relative_elevation": 46.7870660079643
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003645/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003645/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003645/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003645/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003645/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003645/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003645/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003645/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003645/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91476417917527,
                        52.3861374614886,
                        46.7281035417691
                    ]
                },
                "distance": 2.57,
                "direction": 96.96,
                "angle": 86.85,
                "elevation": 46.73,
                "pano_id": "TMX7316060226-000495_pano_0000_003645",
                "timestamp": "2019-11-15T12:54:01.309300Z",
                "filename": "pano_0000_003645.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.56918883,
                "relative_pitch": 86.85295137975513,
                "relative_heading": 96.96400484749901,
                "relative_elevation": 46.7281035417691
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004684/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004684/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004684/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004684/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002577_pano_0006_004684/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002577_pano_0006_004684/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002577_pano_0006_004684/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004684/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004684/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91471264532901,
                        52.3861618796723,
                        46.9292763983831
                    ]
                },
                "distance": 2.59,
                "direction": 338.28,
                "angle": 86.84,
                "elevation": 46.93,
                "pano_id": "TMX7316010203-002577_pano_0006_004684",
                "timestamp": "2022-05-12T10:20:57.416080Z",
                "filename": "pano_0006_004684.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.58953451,
                "relative_pitch": 86.84164981389493,
                "relative_heading": 338.27612606819326,
                "relative_elevation": 46.9292763983831
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002770/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002770/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002770/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002770/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002770/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002770/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002770/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002770/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002770/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91475774204579,
                        52.3861541216425,
                        46.8321838546544
                    ]
                },
                "distance": 2.62,
                "direction": 53.86,
                "angle": 86.8,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-001258_pano_0000_002770",
                "timestamp": "2019-06-28T07:43:05.928560Z",
                "filename": "pano_0000_002770.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.6151886,
                "relative_pitch": 86.80382591290471,
                "relative_heading": 53.85958297616838,
                "relative_elevation": 46.8321838546544
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003233/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003233/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003233/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003233/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003233/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003233/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003233/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003233/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003233/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91476532737345,
                        52.3861426192163,
                        46.7229168061167
                    ]
                },
                "distance": 2.64,
                "direction": 84.3,
                "angle": 86.76,
                "elevation": 46.72,
                "pano_id": "TMX7316010203-000048_pano_0000_003233",
                "timestamp": "2016-08-05T09:28:18.402750Z",
                "filename": "pano_0000_003233.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.6414777,
                "relative_pitch": 86.76423050621807,
                "relative_heading": 84.29846647089089,
                "relative_elevation": 46.7229168061167
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002058/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002058/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002058/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002058/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002058/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002058/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002058/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002058/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002058/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91476207195763,
                        52.386129439072,
                        46.7570548281074
                    ]
                },
                "distance": 2.69,
                "direction": 116.58,
                "angle": 86.71,
                "elevation": 46.76,
                "pano_id": "TMX7316010203-001513_pano_0002_002058",
                "timestamp": "2019-12-12T10:07:40.686850Z",
                "filename": "pano_0002_002058.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.69120778,
                "relative_pitch": 86.70584660135475,
                "relative_heading": 116.58053506356428,
                "relative_elevation": 46.7570548281074
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000230/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000230/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000230/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000230/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000230/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000230/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000230/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000230/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000230/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91470177134691,
                        52.3861186585726,
                        46.5502531211823
                    ]
                },
                "distance": 2.94,
                "direction": 215.25,
                "angle": 86.38,
                "elevation": 46.55,
                "pano_id": "TMX7316010203-000306_pano_0000_000230",
                "timestamp": "2017-05-23T07:37:42.079030Z",
                "filename": "pano_0000_000230.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 2.94351187,
                "relative_pitch": 86.38183350077684,
                "relative_heading": 215.2500691116061,
                "relative_elevation": 46.5502531211823
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01283/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01283/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01283/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01283/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_07-46-10_01283/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_07-46-10_01283/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_07-46-10_01283/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01283/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01283/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914764699028841,
                        52.38616318715814,
                        0.0
                    ]
                },
                "distance": 3.63,
                "direction": 45.38,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_07-46-10_01283",
                "timestamp": "2025-09-04T08:09:06Z",
                "filename": "recording_2025-09-04_07-46-10_01283.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 3.63230571,
                "relative_pitch": 0.0,
                "relative_heading": 45.384982414488434,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000231/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000231/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000231/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000231/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000231/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000231/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000231/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000231/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000231/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91477013917021,
                        52.3861168642864,
                        46.5114838322625
                    ]
                },
                "distance": 3.94,
                "direction": 131.37,
                "angle": 85.16,
                "elevation": 46.51,
                "pano_id": "TMX7316010203-000306_pano_0000_000231",
                "timestamp": "2017-05-23T07:37:44.914010Z",
                "filename": "pano_0000_000231.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 3.9390404,
                "relative_pitch": 85.15919282097188,
                "relative_heading": 131.37122833441734,
                "relative_elevation": 46.5114838322625
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000685/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000685/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000685/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000685/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000685/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000685/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000685/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000685/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000685/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91478208123696,
                        52.3861293754109,
                        46.7385707953945
                    ]
                },
                "distance": 3.96,
                "direction": 107.82,
                "angle": 85.16,
                "elevation": 46.74,
                "pano_id": "TMX7316010203-000529_pano_0002_000685",
                "timestamp": "2017-12-28T11:49:35.501550Z",
                "filename": "pano_0002_000685.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 3.95895966,
                "relative_pitch": 85.15835621661277,
                "relative_heading": 107.81585140830835,
                "relative_elevation": 46.7385707953945
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001258/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001258/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001258/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001258/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001258/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001258/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001258/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001258/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001258/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91466753607411,
                        52.3861472057889,
                        46.7984311161563
                    ]
                },
                "distance": 4.1,
                "direction": 280.86,
                "angle": 84.99,
                "elevation": 46.8,
                "pano_id": "TMX7316060226-000023_pano_0000_001258",
                "timestamp": "2016-08-16T12:15:31.468020Z",
                "filename": "pano_0000_001258.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.10319247,
                "relative_pitch": 84.98923485402378,
                "relative_heading": 280.8558720090736,
                "relative_elevation": 46.7984311161563
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003644/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003644/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003644/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003644/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003644/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003644/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003644/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003644/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003644/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472878454209,
                        52.3861772383675,
                        46.86875760369
                    ]
                },
                "distance": 4.12,
                "direction": 1.95,
                "angle": 84.98,
                "elevation": 46.87,
                "pano_id": "TMX7316060226-000495_pano_0000_003644",
                "timestamp": "2019-11-15T12:54:00.424320Z",
                "filename": "pano_0000_003644.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.11704917,
                "relative_pitch": 84.97990514274508,
                "relative_heading": 1.9538938996207664,
                "relative_elevation": 46.86875760369
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00755/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00755/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00755/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00755/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00755/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00755/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00755/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00755/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00755/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914780430826914,
                        52.386119216047845,
                        0.0
                    ]
                },
                "distance": 4.34,
                "direction": 122.64,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00755",
                "timestamp": "2024-10-21T12:17:56Z",
                "filename": "recording_2024-10-21_11-57-59_00755.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.34229992,
                "relative_pitch": 0.0,
                "relative_heading": 122.63530648122489,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000194/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000194/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000194/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000194/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000194/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000194/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000194/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000194/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000194/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91478242607572,
                        52.3861641092527,
                        46.8577990923077
                    ]
                },
                "distance": 4.63,
                "direction": 55.02,
                "angle": 84.36,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-002184_pano_0000_000194",
                "timestamp": "2021-06-17T09:36:46.719640Z",
                "filename": "pano_0000_000194.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.62881255,
                "relative_pitch": 84.35838278704689,
                "relative_heading": 55.01902093339737,
                "relative_elevation": 46.8577990923077
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003051/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003051/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003051/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003051/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003051/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003051/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003051/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003051/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003051/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91477709009624,
                        52.3861706172847,
                        46.8213771078736
                    ]
                },
                "distance": 4.81,
                "direction": 45.43,
                "angle": 84.13,
                "elevation": 46.82,
                "pano_id": "TMX7316010203-000886_pano_0000_003051",
                "timestamp": "2018-07-30T12:00:32.509900Z",
                "filename": "pano_0000_003051.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.81353808,
                "relative_pitch": 84.13024761161546,
                "relative_heading": 45.43246668782977,
                "relative_elevation": 46.8213771078736
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003232/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003232/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003232/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003232/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003232/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003232/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003232/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003232/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003232/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91474120066085,
                        52.3861831844445,
                        46.8599226484075
                    ]
                },
                "distance": 4.88,
                "direction": 11.66,
                "angle": 84.06,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-000048_pano_0000_003232",
                "timestamp": "2016-08-05T09:28:17.542760Z",
                "filename": "pano_0000_003232.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.87695969,
                "relative_pitch": 84.05831671530797,
                "relative_heading": 11.660934998694994,
                "relative_elevation": 46.8599226484075
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000961/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000961/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000961/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000961/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000961/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000961/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000961/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000961/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000961/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91465943950546,
                        52.3861245334286,
                        46.3537714919075
                    ]
                },
                "distance": 4.9,
                "direction": 249.09,
                "angle": 83.96,
                "elevation": 46.35,
                "pano_id": "TMX7316010203-002578_pano_0001_000961",
                "timestamp": "2022-05-12T11:27:16.770380Z",
                "filename": "pano_0001_000961.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.90392823,
                "relative_pitch": 83.96094172333169,
                "relative_heading": 249.091870923512,
                "relative_elevation": 46.3537714919075
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01931/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01931/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01931/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01931/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_01931/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01931/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01931/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01931/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01931/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914654272339535,
                        52.386133833268495,
                        0.0
                    ]
                },
                "distance": 4.98,
                "direction": 261.75,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_01931",
                "timestamp": "2025-09-04T07:28:00Z",
                "filename": "recording_2025-09-04_06-44-53_01931.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 4.98441411,
                "relative_pitch": 0.0,
                "relative_heading": 261.7499554223053,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01929/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01929/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01929/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01929/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_01929/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01929/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01929/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01929/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01929/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91479926273953,
                        52.386132784921834,
                        0.0
                    ]
                },
                "distance": 5.01,
                "direction": 99.56,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_01929",
                "timestamp": "2025-09-04T07:27:57Z",
                "filename": "recording_2025-09-04_06-44-53_01929.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.00848771,
                "relative_pitch": 0.0,
                "relative_heading": 99.56085291879792,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002917/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002917/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002917/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002917/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_002917/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002917/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002917/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002917/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002917/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91465602539474,
                        52.3861265893164,
                        46.7544549815357
                    ]
                },
                "distance": 5.05,
                "direction": 252.46,
                "angle": 83.84,
                "elevation": 46.75,
                "pano_id": "TMX7316060226-000495_pano_0000_002917",
                "timestamp": "2019-11-15T12:38:16.204720Z",
                "filename": "pano_0000_002917.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.04815718,
                "relative_pitch": 83.83755131526273,
                "relative_heading": 252.46085576892958,
                "relative_elevation": 46.7544549815357
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003305/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003305/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003305/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003305/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003305/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003305/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003305/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003305/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003305/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91469535751805,
                        52.3861816006143,
                        46.9052023431286
                    ]
                },
                "distance": 5.07,
                "direction": 335.1,
                "angle": 83.83,
                "elevation": 46.91,
                "pano_id": "TMX7316010203-001733_pano_0000_003305",
                "timestamp": "2020-06-02T11:59:40.529030Z",
                "filename": "pano_0000_003305.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.07159166,
                "relative_pitch": 83.82890851234052,
                "relative_heading": 335.0974960638869,
                "relative_elevation": 46.9052023431286
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000229/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000229/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000229/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000229/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000229/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000229/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000229/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000229/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000229/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91465266030615,
                        52.3861485278091,
                        46.6866899272427
                    ]
                },
                "distance": 5.13,
                "direction": 280.34,
                "angle": 83.73,
                "elevation": 46.69,
                "pano_id": "TMX7316010203-000306_pano_0000_000229",
                "timestamp": "2017-05-23T07:37:39.464030Z",
                "filename": "pano_0000_000229.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.12580649,
                "relative_pitch": 83.7344993395432,
                "relative_heading": 280.3385654237726,
                "relative_elevation": 46.6866899272427
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000349/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000349/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000349/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000349/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000349/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000349/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000349/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000349/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000349/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91479304277153,
                        52.3861176714332,
                        46.7406729897484
                    ]
                },
                "distance": 5.17,
                "direction": 119.1,
                "angle": 83.69,
                "elevation": 46.74,
                "pano_id": "TMX7316010203-002184_pano_0000_000349",
                "timestamp": "2021-06-17T09:38:49.979300Z",
                "filename": "pano_0000_000349.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.16792659,
                "relative_pitch": 83.69066499918006,
                "relative_heading": 119.10365885817684,
                "relative_elevation": 46.7406729897484
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000347/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000347/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000347/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000347/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000347/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000347/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000347/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000347/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000347/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91469059764357,
                        52.3861820428025,
                        47.0293168341741
                    ]
                },
                "distance": 5.26,
                "direction": 332.12,
                "angle": 83.62,
                "elevation": 47.03,
                "pano_id": "TMX7316010203-002184_pano_0000_000347",
                "timestamp": "2021-06-17T09:38:48.869330Z",
                "filename": "pano_0000_000347.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.25978426,
                "relative_pitch": 83.61852795889276,
                "relative_heading": 332.1198286657204,
                "relative_elevation": 47.0293168341741
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003950/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003950/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003950/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003950/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003950/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003950/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003950/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003950/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003950/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91476223390555,
                        52.3861823908089,
                        46.7613750807941
                    ]
                },
                "distance": 5.27,
                "direction": 27.28,
                "angle": 83.56,
                "elevation": 46.76,
                "pano_id": "TMX7316010203-001733_pano_0000_003950",
                "timestamp": "2020-06-02T12:10:19.932240Z",
                "filename": "pano_0000_003950.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.27474818,
                "relative_pitch": 83.56416119979619,
                "relative_heading": 27.281990870795,
                "relative_elevation": 46.7613750807941
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000047/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000047/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000047/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000047/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002894_pano_0005_000047/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000047/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000047/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000047/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000047/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91466224487164,
                        52.3861719958209,
                        46.9182004109025
                    ]
                },
                "distance": 5.63,
                "direction": 308.81,
                "angle": 83.15,
                "elevation": 46.92,
                "pano_id": "TMX7316010203-002894_pano_0005_000047",
                "timestamp": "2022-12-27T08:57:45.352060Z",
                "filename": "pano_0005_000047.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.63402731,
                "relative_pitch": 83.15259992635727,
                "relative_heading": 308.8129424838835,
                "relative_elevation": 46.9182004109025
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002771/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002771/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002771/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002771/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002771/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002771/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002771/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002771/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002771/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91479994924667,
                        52.386116149426,
                        46.6835448890924
                    ]
                },
                "distance": 5.66,
                "direction": 118.29,
                "angle": 83.08,
                "elevation": 46.68,
                "pano_id": "TMX7316010203-001258_pano_0000_002771",
                "timestamp": "2019-06-28T07:43:06.728530Z",
                "filename": "pano_0000_002771.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.6617383,
                "relative_pitch": 83.08499088730026,
                "relative_heading": 118.28656413871111,
                "relative_elevation": 46.6835448890924
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001256/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001256/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001256/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001256/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001256/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001256/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001256/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001256/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001256/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91480823233876,
                        52.3861512908631,
                        46.6714719990268
                    ]
                },
                "distance": 5.68,
                "direction": 77.53,
                "angle": 83.06,
                "elevation": 46.67,
                "pano_id": "TMX7316060226-000023_pano_0000_001256",
                "timestamp": "2016-08-16T12:15:28.508030Z",
                "filename": "pano_0000_001256.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.68371795,
                "relative_pitch": 83.0566291774247,
                "relative_heading": 77.5291505271956,
                "relative_elevation": 46.6714719990268
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000232/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000232/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000232/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000232/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000232/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000232/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000232/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000232/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000232/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91480741456749,
                        52.3861571120628,
                        46.5648289127275
                    ]
                },
                "distance": 5.81,
                "direction": 71.15,
                "angle": 82.89,
                "elevation": 46.56,
                "pano_id": "TMX7316010203-000306_pano_0000_000232",
                "timestamp": "2017-05-23T07:37:46.784060Z",
                "filename": "pano_0000_000232.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.80511715,
                "relative_pitch": 82.89374660751116,
                "relative_heading": 71.15494969357462,
                "relative_elevation": 46.5648289127275
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00753/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00753/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00753/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00753/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00753/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00753/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00753/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00753/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00753/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914680516080129,
                        52.38618493623262,
                        0.0
                    ]
                },
                "distance": 5.88,
                "direction": 327.67,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00753",
                "timestamp": "2024-10-21T12:17:52Z",
                "filename": "recording_2024-10-21_11-57-59_00753.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.88307218,
                "relative_pitch": 0.0,
                "relative_heading": 327.6726270044348,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00604/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00604/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00604/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00604/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00604/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00604/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00604/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00604/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00604/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914639307057254,
                        52.38613552340204,
                        0.0
                    ]
                },
                "distance": 5.98,
                "direction": 264.94,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00604",
                "timestamp": "2024-10-22T08:54:06Z",
                "filename": "recording_2024-10-22_08-41-28_00604.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.97505123,
                "relative_pitch": 0.0,
                "relative_heading": 264.93838938620615,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003949/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003949/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003949/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003949/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003949/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003949/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003949/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003949/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003949/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91481300512327,
                        52.3861503311928,
                        46.6345626432449
                    ]
                },
                "distance": 5.98,
                "direction": 79.2,
                "angle": 82.69,
                "elevation": 46.63,
                "pano_id": "TMX7316010203-001733_pano_0000_003949",
                "timestamp": "2020-06-02T12:10:19.387350Z",
                "filename": "pano_0000_003949.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 5.98049329,
                "relative_pitch": 82.69218173373143,
                "relative_heading": 79.20059430857168,
                "relative_elevation": 46.6345626432449
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000963/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000963/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000963/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000963/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000963/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000963/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000963/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000963/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000963/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91480075851104,
                        52.3861107500769,
                        46.2937263390049
                    ]
                },
                "distance": 6.02,
                "direction": 123.08,
                "angle": 82.6,
                "elevation": 46.29,
                "pano_id": "TMX7316010203-002578_pano_0001_000963",
                "timestamp": "2022-05-12T11:27:18.535330Z",
                "filename": "pano_0001_000963.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.01603294,
                "relative_pitch": 82.59570643410039,
                "relative_heading": 123.0822402964942,
                "relative_elevation": 46.2937263390049
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000195/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000195/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000195/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000195/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000195/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000195/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000195/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000195/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000195/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91473085187514,
                        52.3861968371634,
                        46.9925759304315
                    ]
                },
                "distance": 6.3,
                "direction": 2.56,
                "angle": 82.36,
                "elevation": 46.99,
                "pano_id": "TMX7316010203-002184_pano_0000_000195",
                "timestamp": "2021-06-17T09:36:47.319660Z",
                "filename": "pano_0000_000195.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.30177896,
                "relative_pitch": 82.36211222651477,
                "relative_heading": 2.5568567928031607,
                "relative_elevation": 46.9925759304315
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003234/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003234/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003234/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003234/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003234/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003234/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003234/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003234/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003234/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91480197945849,
                        52.386104827869,
                        46.5913928477094
                    ]
                },
                "distance": 6.47,
                "direction": 127.58,
                "angle": 82.1,
                "elevation": 46.59,
                "pano_id": "TMX7316010203-000048_pano_0000_003234",
                "timestamp": "2016-08-05T09:28:19.207780Z",
                "filename": "pano_0000_003234.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.46528471,
                "relative_pitch": 82.09976509525168,
                "relative_heading": 127.57801916915344,
                "relative_elevation": 46.5913928477094
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000431/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000431/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000431/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000431/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001512_pano_0001_000431/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001512_pano_0001_000431/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001512_pano_0001_000431/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000431/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000431/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91468081810565,
                        52.3861914585846,
                        46.9828473534435
                    ]
                },
                "distance": 6.5,
                "direction": 331.25,
                "angle": 82.13,
                "elevation": 46.98,
                "pano_id": "TMX7316010203-001512_pano_0001_000431",
                "timestamp": "2019-12-12T09:12:07.057150Z",
                "filename": "pano_0001_000431.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.49802191,
                "relative_pitch": 82.12559030043947,
                "relative_heading": 331.25030943652297,
                "relative_elevation": 46.9828473534435
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002769/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002769/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002769/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002769/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002769/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002769/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002769/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002769/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002769/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9147343303773,
                        52.3861985299751,
                        46.9404928740114
                    ]
                },
                "distance": 6.5,
                "direction": 4.57,
                "angle": 82.11,
                "elevation": 46.94,
                "pano_id": "TMX7316010203-001258_pano_0000_002769",
                "timestamp": "2019-06-28T07:43:04.918550Z",
                "filename": "pano_0000_002769.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.50452804,
                "relative_pitch": 82.11078251402861,
                "relative_heading": 4.5673597052104355,
                "relative_elevation": 46.9404928740114
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000046/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000046/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000046/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000046/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002894_pano_0005_000046/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000046/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000046/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000046/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000046/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91463237478789,
                        52.3861298917199,
                        46.7688360149041
                    ]
                },
                "distance": 6.53,
                "direction": 259.82,
                "angle": 82.06,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-002894_pano_0005_000046",
                "timestamp": "2022-12-27T08:57:42.297160Z",
                "filename": "pano_0005_000046.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.52654057,
                "relative_pitch": 82.05573931309458,
                "relative_heading": 259.81719188314145,
                "relative_elevation": 46.7688360149041
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001194/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001194/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001194/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001194/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002183_pano_0001_001194/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001194/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001194/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001194/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001194/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91463526751771,
                        52.3861614808657,
                        46.8679045913741
                    ]
                },
                "distance": 6.66,
                "direction": 290.77,
                "angle": 81.91,
                "elevation": 46.87,
                "pano_id": "TMX7316010203-002183_pano_0001_001194",
                "timestamp": "2021-06-17T07:41:36.851140Z",
                "filename": "pano_0001_001194.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.65945211,
                "relative_pitch": 81.9129873612232,
                "relative_heading": 290.7671529813246,
                "relative_elevation": 46.8679045913741
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002056/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002056/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002056/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002056/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002056/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002056/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002056/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002056/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002056/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91463336294718,
                        52.3861213522548,
                        46.7745649553835
                    ]
                },
                "distance": 6.7,
                "direction": 251.68,
                "angle": 81.85,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-001513_pano_0002_002056",
                "timestamp": "2019-12-12T10:07:37.866860Z",
                "filename": "pano_0002_002056.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.69564189,
                "relative_pitch": 81.85361897808947,
                "relative_heading": 251.68496034228207,
                "relative_elevation": 46.7745649553835
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000712/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000712/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000712/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000712/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000712/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000712/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000712/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000712/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000712/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91463331877606,
                        52.3861212136567,
                        46.6810178915039
                    ]
                },
                "distance": 6.7,
                "direction": 251.57,
                "angle": 81.83,
                "elevation": 46.68,
                "pano_id": "TMX7316010203-000886_pano_0000_000712",
                "timestamp": "2018-07-30T11:14:31.873120Z",
                "filename": "pano_0000_000712.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.70335735,
                "relative_pitch": 81.82823494170744,
                "relative_heading": 251.56789489295787,
                "relative_elevation": 46.6810178915039
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000683/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000683/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000683/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000683/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000683/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000683/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000683/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000683/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000683/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91467908191668,
                        52.3861933388558,
                        47.0175164993852
                    ]
                },
                "distance": 6.74,
                "direction": 331.22,
                "angle": 81.84,
                "elevation": 47.02,
                "pano_id": "TMX7316010203-000529_pano_0002_000683",
                "timestamp": "2017-12-28T11:49:34.566570Z",
                "filename": "pano_0002_000683.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.7383144,
                "relative_pitch": 81.84419184586451,
                "relative_heading": 331.22477760691635,
                "relative_elevation": 47.0175164993852
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003050/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003050/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003050/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003050/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003050/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003050/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003050/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003050/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003050/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482935857759,
                        52.3861379402699,
                        46.6835126895458
                    ]
                },
                "distance": 6.99,
                "direction": 92.12,
                "angle": 81.48,
                "elevation": 46.68,
                "pano_id": "TMX7316010203-000886_pano_0000_003050",
                "timestamp": "2018-07-30T12:00:32.054870Z",
                "filename": "pano_0000_003050.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 6.99277864,
                "relative_pitch": 81.48093575012263,
                "relative_heading": 92.11624571979769,
                "relative_elevation": 46.6835126895458
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003052/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003052/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003052/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003052/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003052/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003052/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003052/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003052/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003052/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472594751115,
                        52.3862038549541,
                        46.959244960919
                    ]
                },
                "distance": 7.08,
                "direction": 359.57,
                "angle": 81.43,
                "elevation": 46.96,
                "pano_id": "TMX7316010203-000886_pano_0000_003052",
                "timestamp": "2018-07-30T12:00:32.964910Z",
                "filename": "pano_0000_003052.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.07660449,
                "relative_pitch": 81.4301973274527,
                "relative_heading": 359.5725922669032,
                "relative_elevation": 46.959244960919
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003646/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003646/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003646/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003646/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003646/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003646/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003646/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003646/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003646/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9148110562104,
                        52.3861023208026,
                        46.6070062248036
                    ]
                },
                "distance": 7.13,
                "direction": 126.33,
                "angle": 81.31,
                "elevation": 46.61,
                "pano_id": "TMX7316060226-000495_pano_0000_003646",
                "timestamp": "2019-11-15T12:54:02.119320Z",
                "filename": "pano_0000_003646.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.12689311,
                "relative_pitch": 81.30598336737255,
                "relative_heading": 126.3254855369711,
                "relative_elevation": 46.6070062248036
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004685/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004685/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004685/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004685/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002577_pano_0006_004685/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002577_pano_0006_004685/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002577_pano_0006_004685/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004685/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004685/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472411942866,
                        52.3862069984491,
                        47.0340484511107
                    ]
                },
                "distance": 7.43,
                "direction": 358.63,
                "angle": 81.03,
                "elevation": 47.03,
                "pano_id": "TMX7316010203-002577_pano_0006_004685",
                "timestamp": "2022-05-12T10:20:58.701080Z",
                "filename": "pano_0006_004685.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.42831412,
                "relative_pitch": 81.02513249515327,
                "relative_heading": 358.6326782562907,
                "relative_elevation": 47.0340484511107
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000531/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000531/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000531/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000531/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000531/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000531/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000531/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000531/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000531/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9146310445924,
                        52.3861726288963,
                        46.9147893432528
                    ]
                },
                "distance": 7.44,
                "direction": 298.94,
                "angle": 80.98,
                "elevation": 46.91,
                "pano_id": "TMX7316010203-000886_pano_0000_000531",
                "timestamp": "2018-07-30T11:11:05.418740Z",
                "filename": "pano_0000_000531.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.44369873,
                "relative_pitch": 80.9843624440543,
                "relative_heading": 298.93811120339984,
                "relative_elevation": 46.9147893432528
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000233/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000233/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000233/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000233/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000233/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000233/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000233/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000233/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000233/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9147744468116,
                        52.3862018897914,
                        46.6584623148665
                    ]
                },
                "distance": 7.59,
                "direction": 25.35,
                "angle": 80.76,
                "elevation": 46.66,
                "pano_id": "TMX7316010203-000306_pano_0000_000233",
                "timestamp": "2017-05-23T07:37:48.244080Z",
                "filename": "pano_0000_000233.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.58857956,
                "relative_pitch": 80.76224236052019,
                "relative_heading": 25.35236025725905,
                "relative_elevation": 46.6584623148665
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003306/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003306/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003306/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003306/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003306/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003306/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003306/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003306/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003306/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91462710151879,
                        52.3861709889836,
                        46.9154992466792
                    ]
                },
                "distance": 7.6,
                "direction": 296.75,
                "angle": 80.8,
                "elevation": 46.92,
                "pano_id": "TMX7316010203-001733_pano_0000_003306",
                "timestamp": "2020-06-02T11:59:41.724060Z",
                "filename": "pano_0000_003306.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.59587188,
                "relative_pitch": 80.80330942429751,
                "relative_heading": 296.75314116461306,
                "relative_elevation": 46.9154992466792
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02393/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02393/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02393/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02393/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02393/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02393/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02393/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02393/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02393/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914669705454152,
                        52.386199073439876,
                        0.0
                    ]
                },
                "distance": 7.61,
                "direction": 329.32,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02393",
                "timestamp": "2025-09-04T07:38:19Z",
                "filename": "recording_2025-09-04_06-44-53_02393.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.60912807,
                "relative_pitch": 0.0,
                "relative_heading": 329.3239250469016,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000722/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000722/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000722/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000722/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000296_pano_0000_000722/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000722/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000722/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000722/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000722/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91462068936433,
                        52.3861166608153,
                        46.5597984809428
                    ]
                },
                "distance": 7.68,
                "direction": 250.01,
                "angle": 80.63,
                "elevation": 46.56,
                "pano_id": "TMX7316010203-000296_pano_0000_000722",
                "timestamp": "2017-05-15T07:50:15.758800Z",
                "filename": "pano_0000_000722.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.6821444,
                "relative_pitch": 80.6308812715851,
                "relative_heading": 250.01080394075436,
                "relative_elevation": 46.5597984809428
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002059/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002059/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002059/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002059/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002059/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002059/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002059/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002059/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002059/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482342984253,
                        52.3861042525195,
                        46.6589399045333
                    ]
                },
                "distance": 7.71,
                "direction": 121.32,
                "angle": 80.62,
                "elevation": 46.66,
                "pano_id": "TMX7316010203-001513_pano_0002_002059",
                "timestamp": "2019-12-12T10:07:41.656810Z",
                "filename": "pano_0002_002059.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 7.70767724,
                "relative_pitch": 80.61991360632689,
                "relative_heading": 121.32202366564569,
                "relative_elevation": 46.6589399045333
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001259/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001259/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001259/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001259/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001259/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001259/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001259/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001259/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001259/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91461355161035,
                        52.3861156299512,
                        46.7252609673887
                    ]
                },
                "distance": 8.18,
                "direction": 250.42,
                "angle": 80.07,
                "elevation": 46.73,
                "pano_id": "TMX7316060226-000023_pano_0000_001259",
                "timestamp": "2016-08-16T12:15:32.552950Z",
                "filename": "pano_0000_001259.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 8.17826614,
                "relative_pitch": 80.07215367391755,
                "relative_heading": 250.41946098099888,
                "relative_elevation": 46.7252609673887
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003951/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003951/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003951/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003951/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003951/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003951/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003951/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003951/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003951/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91471183674093,
                        52.386214827274,
                        46.9080266235396
                    ]
                },
                "distance": 8.36,
                "direction": 353.04,
                "angle": 79.9,
                "elevation": 46.91,
                "pano_id": "TMX7316010203-001733_pano_0000_003951",
                "timestamp": "2020-06-02T12:10:20.482260Z",
                "filename": "pano_0000_003951.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 8.35902131,
                "relative_pitch": 79.89594033533747,
                "relative_heading": 353.0357852838968,
                "relative_elevation": 46.9080266235396
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00601/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00601/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00601/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00601/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00601/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00601/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00601/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00601/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00601/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914848171913628,
                        52.38612223155891,
                        0.0
                    ]
                },
                "distance": 8.51,
                "direction": 103.64,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00601",
                "timestamp": "2024-10-22T08:54:02Z",
                "filename": "recording_2024-10-22_08-41-28_00601.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 8.50882039,
                "relative_pitch": 0.0,
                "relative_heading": 103.6375559469211,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000686/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000686/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000686/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000686/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000686/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000686/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000686/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000686/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000686/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91483491803976,
                        52.3860978911696,
                        46.6205171411857
                    ]
                },
                "distance": 8.75,
                "direction": 122.62,
                "angle": 79.37,
                "elevation": 46.62,
                "pano_id": "TMX7316010203-000529_pano_0002_000686",
                "timestamp": "2017-12-28T11:49:35.971600Z",
                "filename": "pano_0002_000686.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 8.74608357,
                "relative_pitch": 79.37472132474728,
                "relative_heading": 122.61974269454068,
                "relative_elevation": 46.6205171411857
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02391/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02391/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02391/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02391/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02391/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02391/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02391/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02391/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02391/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914793996760484,
                        52.38620930292749,
                        0.0
                    ]
                },
                "distance": 8.94,
                "direction": 30.8,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02391",
                "timestamp": "2025-09-04T07:38:07Z",
                "filename": "recording_2025-09-04_06-44-53_02391.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 8.94441975,
                "relative_pitch": 0.0,
                "relative_heading": 30.80333570168263,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000228/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000228/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000228/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000228/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000228/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000228/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000228/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000228/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000228/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9146167388734,
                        52.3861866830891,
                        46.866044591181
                    ]
                },
                "distance": 9.1,
                "direction": 304.6,
                "angle": 79.01,
                "elevation": 46.87,
                "pano_id": "TMX7316010203-000306_pano_0000_000228",
                "timestamp": "2017-05-23T07:37:38.284030Z",
                "filename": "pano_0000_000228.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.09716446,
                "relative_pitch": 79.01492852658079,
                "relative_heading": 304.59886443505167,
                "relative_elevation": 46.866044591181
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003643/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003643/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003643/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003643/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003643/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003643/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003643/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003643/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003643/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472555222764,
                        52.3862223768336,
                        46.9397710962221
                    ]
                },
                "distance": 9.14,
                "direction": 359.5,
                "angle": 78.98,
                "elevation": 46.94,
                "pano_id": "TMX7316060226-000495_pano_0000_003643",
                "timestamp": "2019-11-15T12:53:59.164310Z",
                "filename": "pano_0000_003643.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.13777139,
                "relative_pitch": 78.98399987437124,
                "relative_heading": 359.50024711576907,
                "relative_elevation": 46.9397710962221
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00756/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00756/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00756/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00756/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00756/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00756/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00756/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00756/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00756/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914833809358294,
                        52.38608831693283,
                        0.0
                    ]
                },
                "distance": 9.3,
                "direction": 128.41,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00756",
                "timestamp": "2024-10-21T12:17:57Z",
                "filename": "recording_2024-10-21_11-57-59_00756.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.30421019,
                "relative_pitch": 0.0,
                "relative_heading": 128.405921981973,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02390/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02390/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02390/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02390/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02390/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02390/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02390/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02390/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02390/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914849029998429,
                        52.386179539559826,
                        0.0
                    ]
                },
                "distance": 9.4,
                "direction": 62.31,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02390",
                "timestamp": "2025-09-04T07:38:04Z",
                "filename": "recording_2025-09-04_06-44-53_02390.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.40467213,
                "relative_pitch": 0.0,
                "relative_heading": 62.30660602866403,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003213/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003213/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003213/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003213/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003213/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003213/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003213/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003213/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003213/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91484749684384,
                        52.3861827060892,
                        46.6084701912478
                    ]
                },
                "distance": 9.48,
                "direction": 60.13,
                "angle": 78.5,
                "elevation": 46.61,
                "pano_id": "TMX7316010203-000048_pano_0000_003213",
                "timestamp": "2016-08-05T09:27:39.967980Z",
                "filename": "pano_0000_003213.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.48285185,
                "relative_pitch": 78.49970321815721,
                "relative_heading": 60.127903487036306,
                "relative_elevation": 46.6084701912478
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003231/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003231/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003231/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003231/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003231/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003231/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003231/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003231/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003231/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9147386218462,
                        52.3862253477268,
                        46.9371412442997
                    ]
                },
                "distance": 9.5,
                "direction": 4.89,
                "angle": 78.55,
                "elevation": 46.94,
                "pano_id": "TMX7316010203-000048_pano_0000_003231",
                "timestamp": "2016-08-05T09:28:16.567740Z",
                "filename": "pano_0000_003231.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.5026068,
                "relative_pitch": 78.55494163575861,
                "relative_heading": 4.890711715853978,
                "relative_elevation": 46.9371412442997
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000987/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000987/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000987/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000987/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000987/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000987/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000987/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000987/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000987/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91484951240692,
                        52.386181948094,
                        46.7915349844843
                    ]
                },
                "distance": 9.56,
                "direction": 60.98,
                "angle": 78.45,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002578_pano_0001_000987",
                "timestamp": "2022-05-12T11:27:40.385210Z",
                "filename": "pano_0001_000987.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.56088744,
                "relative_pitch": 78.45175022170027,
                "relative_heading": 60.97584005453666,
                "relative_elevation": 46.7915349844843
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003948/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003948/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003948/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003948/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003948/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003948/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003948/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003948/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003948/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91486419536116,
                        52.3861188440548,
                        46.4970677094534
                    ]
                },
                "distance": 9.66,
                "direction": 104.28,
                "angle": 78.27,
                "elevation": 46.5,
                "pano_id": "TMX7316010203-001733_pano_0000_003948",
                "timestamp": "2020-06-02T12:10:18.847340Z",
                "filename": "pano_0000_003948.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.65851955,
                "relative_pitch": 78.26521922027835,
                "relative_heading": 104.28469100810447,
                "relative_elevation": 46.4970677094534
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02392/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02392/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02392/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02392/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02392/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02392/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02392/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02392/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02392/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914726896091997,
                        52.38622738808196,
                        0.0
                    ]
                },
                "distance": 9.7,
                "direction": 0.07,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02392",
                "timestamp": "2025-09-04T07:38:15Z",
                "filename": "recording_2025-09-04_06-44-53_02392.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.69505603,
                "relative_pitch": 0.0,
                "relative_heading": 0.06971119886202562,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003621/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003621/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003621/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003621/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003621/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003621/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003621/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003621/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003621/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91486052335514,
                        52.3861705438701,
                        46.8953065946698
                    ]
                },
                "distance": 9.71,
                "direction": 69.7,
                "angle": 78.3,
                "elevation": 46.9,
                "pano_id": "TMX7316060226-000495_pano_0000_003621",
                "timestamp": "2019-11-15T12:53:30.229730Z",
                "filename": "pano_0000_003621.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.7131308,
                "relative_pitch": 78.29814936479603,
                "relative_heading": 69.70060074214588,
                "relative_elevation": 46.8953065946698
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003620/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003620/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003620/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003620/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003620/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003620/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003620/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003620/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003620/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91481818851364,
                        52.3862074613868,
                        47.0352583546191
                    ]
                },
                "distance": 9.73,
                "direction": 39.79,
                "angle": 78.31,
                "elevation": 47.04,
                "pano_id": "TMX7316060226-000495_pano_0000_003620",
                "timestamp": "2019-11-15T12:53:29.344660Z",
                "filename": "pano_0000_003620.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.73127652,
                "relative_pitch": 78.31081333866236,
                "relative_heading": 39.78770279166922,
                "relative_elevation": 47.0352583546191
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001255/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001255/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001255/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001255/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001255/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001255/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001255/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001255/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001255/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91486738770322,
                        52.3861239965923,
                        46.5312101263553
                    ]
                },
                "distance": 9.75,
                "direction": 100.7,
                "angle": 78.17,
                "elevation": 46.53,
                "pano_id": "TMX7316060226-000023_pano_0000_001255",
                "timestamp": "2016-08-16T12:15:26.478050Z",
                "filename": "pano_0000_001255.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.74674308,
                "relative_pitch": 78.16948448319802,
                "relative_heading": 100.70090826976445,
                "relative_elevation": 46.5312101263553
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002916/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002916/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002916/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002916/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_002916/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002916/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002916/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002916/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002916/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91459768578811,
                        52.386101984154,
                        46.6976713109761
                    ]
                },
                "distance": 9.76,
                "direction": 244.14,
                "angle": 78.19,
                "elevation": 46.7,
                "pano_id": "TMX7316060226-000495_pano_0000_002916",
                "timestamp": "2019-11-15T12:38:14.439740Z",
                "filename": "pano_0000_002916.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.7635617,
                "relative_pitch": 78.1907011161641,
                "relative_heading": 244.1359794761878,
                "relative_elevation": 46.6976713109761
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000960/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000960/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000960/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000960/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000960/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000960/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000960/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000960/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000960/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91459951824287,
                        52.3860994651976,
                        46.2741980496794
                    ]
                },
                "distance": 9.78,
                "direction": 242.34,
                "angle": 78.07,
                "elevation": 46.27,
                "pano_id": "TMX7316010203-002578_pano_0001_000960",
                "timestamp": "2022-05-12T11:27:15.625330Z",
                "filename": "pano_0001_000960.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.77838061,
                "relative_pitch": 78.06813947623422,
                "relative_heading": 242.33891350022495,
                "relative_elevation": 46.2741980496794
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001195/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001195/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001195/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001195/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002183_pano_0001_001195/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001195/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001195/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001195/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001195/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91458409276837,
                        52.3861282977158,
                        46.7929544448853
                    ]
                },
                "distance": 9.8,
                "direction": 262.19,
                "angle": 78.17,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-002183_pano_0001_001195",
                "timestamp": "2021-06-17T07:41:37.866250Z",
                "filename": "pano_0001_001195.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.8018624,
                "relative_pitch": 78.16914129282034,
                "relative_heading": 262.19454330687245,
                "relative_elevation": 46.7929544448853
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01928/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01928/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01928/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01928/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_01928/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01928/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01928/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01928/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01928/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914865077714004,
                        52.38611265439744,
                        0.0
                    ]
                },
                "distance": 9.91,
                "direction": 108.06,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_01928",
                "timestamp": "2025-09-04T07:27:56Z",
                "filename": "recording_2025-09-04_06-44-53_01928.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 9.90819883,
                "relative_pitch": 0.0,
                "relative_heading": 108.06138583181537,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002055/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002055/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002055/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002055/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002055/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002055/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002055/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002055/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002055/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91459698606849,
                        52.3860973523465,
                        46.6976830996573
                    ]
                },
                "distance": 10.04,
                "direction": 241.61,
                "angle": 77.86,
                "elevation": 46.7,
                "pano_id": "TMX7316010203-001513_pano_0002_002055",
                "timestamp": "2019-12-12T10:07:30.516910Z",
                "filename": "pano_0002_002055.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.04104572,
                "relative_pitch": 77.8648956648341,
                "relative_heading": 241.60737247556327,
                "relative_elevation": 46.6976830996573
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000350/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000350/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000350/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000350/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000350/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000350/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000350/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000350/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000350/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91484631250249,
                        52.386086361632,
                        46.6063728369772
                    ]
                },
                "distance": 10.11,
                "direction": 126.38,
                "angle": 77.76,
                "elevation": 46.61,
                "pano_id": "TMX7316010203-002184_pano_0000_000350",
                "timestamp": "2021-06-17T09:38:50.514310Z",
                "filename": "pano_0000_000350.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.11281595,
                "relative_pitch": 77.75753682314607,
                "relative_heading": 126.37523560950716,
                "relative_elevation": 46.6063728369772
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001838/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001838/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001838/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001838/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_001838/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001838/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001838/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001838/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001838/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91457894103571,
                        52.3861509724516,
                        46.9584626974538
                    ]
                },
                "distance": 10.13,
                "direction": 276.76,
                "angle": 77.82,
                "elevation": 46.96,
                "pano_id": "TMX7316010203-001513_pano_0002_001838",
                "timestamp": "2019-12-12T10:03:29.674120Z",
                "filename": "pano_0002_001838.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.13215379,
                "relative_pitch": 77.82404392875985,
                "relative_heading": 276.7558504530864,
                "relative_elevation": 46.9584626974538
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001511/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001511/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001511/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001511/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000297_pano_0000_001511/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001511/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001511/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001511/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001511/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472338208757,
                        52.3862318536696,
                        46.8774349521846
                    ]
                },
                "distance": 10.19,
                "direction": 358.72,
                "angle": 77.73,
                "elevation": 46.88,
                "pano_id": "TMX7316010203-000297_pano_0000_001511",
                "timestamp": "2017-05-15T09:58:35.305820Z",
                "filename": "pano_0000_001511.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.19449347,
                "relative_pitch": 77.7308535568589,
                "relative_heading": 358.7215275588405,
                "relative_elevation": 46.8774349521846
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000346/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000346/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000346/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000346/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000346/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000346/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000346/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000346/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000346/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914640757893,
                        52.3862153810706,
                        47.1948515577242
                    ]
                },
                "distance": 10.2,
                "direction": 325.0,
                "angle": 77.8,
                "elevation": 47.19,
                "pano_id": "TMX7316010203-002184_pano_0000_000346",
                "timestamp": "2021-06-17T09:38:48.294290Z",
                "filename": "pano_0000_000346.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.20439189,
                "relative_pitch": 77.79941568491533,
                "relative_heading": 325.0002693281547,
                "relative_elevation": 47.1948515577242
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003214/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003214/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003214/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003214/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003214/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003214/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003214/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003214/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003214/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482251050354,
                        52.3862118401424,
                        46.7122687967494
                    ]
                },
                "distance": 10.29,
                "direction": 39.31,
                "angle": 77.57,
                "elevation": 46.71,
                "pano_id": "TMX7316010203-000048_pano_0000_003214",
                "timestamp": "2016-08-05T09:27:45.452940Z",
                "filename": "pano_0000_003214.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.29435507,
                "relative_pitch": 77.57192667661647,
                "relative_heading": 39.310760728063606,
                "relative_elevation": 46.7122687967494
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003307/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003307/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003307/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003307/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003307/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003307/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003307/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003307/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003307/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91457426587763,
                        52.3861407785736,
                        46.8642505286261
                    ]
                },
                "distance": 10.38,
                "direction": 270.32,
                "angle": 77.51,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-001733_pano_0000_003307",
                "timestamp": "2020-06-02T11:59:42.829070Z",
                "filename": "pano_0000_003307.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.38027352,
                "relative_pitch": 77.51081539692376,
                "relative_heading": 270.3180155700068,
                "relative_elevation": 46.8642505286261
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00786/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00786/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00786/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00786/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_10-32-24_00786/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00786/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00786/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00786/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00786/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914587602821407,
                        52.38617899991903,
                        0.0
                    ]
                },
                "distance": 10.41,
                "direction": 294.47,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-30_10-32-24_00786",
                "timestamp": "2025-06-30T10:57:02Z",
                "filename": "recording_2025-06-30_10-32-24_00786.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.40681251,
                "relative_pitch": 0.0,
                "relative_heading": 294.470029011421,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000045/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000045/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000045/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000045/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002894_pano_0005_000045/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000045/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000045/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000045/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000045/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91459489529994,
                        52.3860927941629,
                        46.6244905209169
                    ]
                },
                "distance": 10.41,
                "direction": 239.52,
                "angle": 77.41,
                "elevation": 46.62,
                "pano_id": "TMX7316010203-002894_pano_0005_000045",
                "timestamp": "2022-12-27T08:57:39.757210Z",
                "filename": "pano_0005_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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.414339,
                "relative_pitch": 77.40874245944192,
                "relative_heading": 239.52450659579924,
                "relative_elevation": 46.6244905209169
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000532/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000532/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000532/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000532/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000532/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000532/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000532/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000532/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000532/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914573547864,
                        52.3861461927808,
                        46.8992745634168
                    ]
                },
                "distance": 10.45,
                "direction": 273.62,
                "angle": 77.44,
                "elevation": 46.9,
                "pano_id": "TMX7316010203-000886_pano_0000_000532",
                "timestamp": "2018-07-30T11:11:06.978760Z",
                "filename": "pano_0000_000532.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.44986688,
                "relative_pitch": 77.438825141244,
                "relative_heading": 273.6215702140955,
                "relative_elevation": 46.8992745634168
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00605/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00605/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00605/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00605/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00605/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00605/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00605/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00605/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00605/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914583345503837,
                        52.38610641113804,
                        0.0
                    ]
                },
                "distance": 10.46,
                "direction": 248.9,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00605",
                "timestamp": "2024-10-22T08:54:07Z",
                "filename": "recording_2024-10-22_08-41-28_00605.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.46339541,
                "relative_pitch": 0.0,
                "relative_heading": 248.90103853832372,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001513/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001513/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001513/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001513/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000297_pano_0000_001513/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001513/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001513/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001513/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001513/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91483735129542,
                        52.3860747338661,
                        46.3574106078595
                    ]
                },
                "distance": 10.48,
                "direction": 134.07,
                "angle": 77.26,
                "elevation": 46.36,
                "pano_id": "TMX7316010203-000297_pano_0000_001513",
                "timestamp": "2017-05-15T09:58:40.405800Z",
                "filename": "pano_0000_001513.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.48332258,
                "relative_pitch": 77.25739396831729,
                "relative_heading": 134.0696852849556,
                "relative_elevation": 46.3574106078595
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000234/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000234/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000234/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000234/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000234/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000234/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000234/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000234/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000234/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91471392689603,
                        52.3862346707399,
                        46.8324780538678
                    ]
                },
                "distance": 10.54,
                "direction": 355.26,
                "angle": 77.31,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-000306_pano_0000_000234",
                "timestamp": "2017-05-23T07:37:49.404000Z",
                "filename": "pano_0000_000234.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.54148755,
                "relative_pitch": 77.3147491368066,
                "relative_heading": 355.2592979764695,
                "relative_elevation": 46.8324780538678
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002772/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002772/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002772/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002772/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002772/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002772/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002772/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002772/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002772/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91485017763737,
                        52.3860822546898,
                        46.5426372010261
                    ]
                },
                "distance": 10.6,
                "direction": 127.52,
                "angle": 77.17,
                "elevation": 46.54,
                "pano_id": "TMX7316010203-001258_pano_0000_002772",
                "timestamp": "2019-06-28T07:43:07.398540Z",
                "filename": "pano_0000_002772.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.59785058,
                "relative_pitch": 77.17234978676804,
                "relative_heading": 127.52080657803585,
                "relative_elevation": 46.5426372010261
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00787/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00787/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00787/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00787/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_10-32-24_00787/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00787/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00787/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00787/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00787/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914571015803269,
                        52.38613520870387,
                        0.0
                    ]
                },
                "distance": 10.62,
                "direction": 266.96,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-30_10-32-24_00787",
                "timestamp": "2025-06-30T10:57:03Z",
                "filename": "recording_2025-06-30_10-32-24_00787.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.61629291,
                "relative_pitch": 0.0,
                "relative_heading": 266.96456522865884,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000720/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000720/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000720/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000720/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000296_pano_0000_000720/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000720/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000720/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000720/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000720/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91488015218153,
                        52.3861183564694,
                        46.3482210673392
                    ]
                },
                "distance": 10.73,
                "direction": 103.13,
                "angle": 76.97,
                "elevation": 46.35,
                "pano_id": "TMX7316010203-000296_pano_0000_000720",
                "timestamp": "2017-05-15T07:50:11.258830Z",
                "filename": "pano_0000_000720.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.72690951,
                "relative_pitch": 76.96880891890207,
                "relative_heading": 103.13361744992247,
                "relative_elevation": 46.3482210673392
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000986/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000986/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000986/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000986/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000986/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000986/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000986/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000986/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000986/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91481299278984,
                        52.3862212349679,
                        46.9526777202263
                    ]
                },
                "distance": 10.76,
                "direction": 33.1,
                "angle": 77.1,
                "elevation": 46.95,
                "pano_id": "TMX7316010203-002578_pano_0001_000986",
                "timestamp": "2022-05-12T11:27:39.590220Z",
                "filename": "pano_0001_000986.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.75580534,
                "relative_pitch": 77.09744154240619,
                "relative_heading": 33.09973552268768,
                "relative_elevation": 46.9526777202263
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00752/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00752/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00752/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00752/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00752/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00752/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00752/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00752/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00752/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914631522816165,
                        52.38621839255493,
                        0.0
                    ]
                },
                "distance": 10.84,
                "direction": 323.29,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00752",
                "timestamp": "2024-10-21T12:17:51Z",
                "filename": "recording_2024-10-21_11-57-59_00752.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.84434731,
                "relative_pitch": 0.0,
                "relative_heading": 323.2942112694585,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003212/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003212/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003212/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003212/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003212/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003212/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003212/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003212/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003212/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91488633394112,
                        52.3861491767029,
                        46.5327470665798
                    ]
                },
                "distance": 10.91,
                "direction": 84.78,
                "angle": 76.8,
                "elevation": 46.53,
                "pano_id": "TMX7316010203-000048_pano_0000_003212",
                "timestamp": "2016-08-05T09:27:37.188010Z",
                "filename": "pano_0000_003212.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 10.91239808,
                "relative_pitch": 76.80205318397269,
                "relative_heading": 84.78367721490424,
                "relative_elevation": 46.5327470665798
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000774/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000774/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000774/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000774/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000296_pano_0000_000774/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000774/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000774/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000774/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000774/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91478341671607,
                        52.3860473016243,
                        46.2215948626399
                    ]
                },
                "distance": 11.04,
                "direction": 159.54,
                "angle": 76.57,
                "elevation": 46.22,
                "pano_id": "TMX7316010203-000296_pano_0000_000774",
                "timestamp": "2017-05-15T07:51:56.738100Z",
                "filename": "pano_0000_000774.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.04076555,
                "relative_pitch": 76.56571954178821,
                "relative_heading": 159.5361005260195,
                "relative_elevation": 46.2215948626399
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000964/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000964/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000964/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000964/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000964/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000964/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000964/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000964/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000964/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91486061544176,
                        52.3860828272674,
                        46.1941681494936
                    ]
                },
                "distance": 11.13,
                "direction": 125.03,
                "angle": 76.45,
                "elevation": 46.19,
                "pano_id": "TMX7316010203-002578_pano_0001_000964",
                "timestamp": "2022-05-12T11:27:19.320340Z",
                "filename": "pano_0001_000964.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.13319388,
                "relative_pitch": 76.44963560313117,
                "relative_heading": 125.03244445891269,
                "relative_elevation": 46.1941681494936
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001837/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001837/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001837/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001837/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_001837/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001837/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001837/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001837/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001837/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91459069390904,
                        52.3861958352,
                        47.0916909622028
                    ]
                },
                "distance": 11.14,
                "direction": 303.73,
                "angle": 76.69,
                "elevation": 47.09,
                "pano_id": "TMX7316010203-001513_pano_0002_001837",
                "timestamp": "2019-12-12T10:03:28.889130Z",
                "filename": "pano_0002_001837.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.13638977,
                "relative_pitch": 76.6949464341323,
                "relative_heading": 303.73127843809186,
                "relative_elevation": 47.0916909622028
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003049/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003049/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003049/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003049/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003049/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003049/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003049/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003049/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003049/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914882223865,
                        52.386105703852,
                        46.5343573447317
                    ]
                },
                "distance": 11.26,
                "direction": 109.96,
                "angle": 76.39,
                "elevation": 46.53,
                "pano_id": "TMX7316010203-000886_pano_0000_003049",
                "timestamp": "2018-07-30T12:00:31.599940Z",
                "filename": "pano_0000_003049.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.26405871,
                "relative_pitch": 76.39277355305192,
                "relative_heading": 109.96091372088345,
                "relative_elevation": 46.5343573447317
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91467552893875,
                        52.3862374305204,
                        47.122380129993
                    ]
                },
                "distance": 11.36,
                "direction": 342.13,
                "angle": 76.45,
                "elevation": 47.12,
                "pano_id": "TMX7316010203-000886_pano_0000_003053",
                "timestamp": "2018-07-30T12:00:33.419990Z",
                "filename": "pano_0000_003053.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.36044346,
                "relative_pitch": 76.44556486368234,
                "relative_heading": 342.1325971352556,
                "relative_elevation": 47.122380129993
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003235/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003235/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003235/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003235/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003235/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003235/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003235/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003235/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003235/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91484902645812,
                        52.3860705452319,
                        46.4381736814976
                    ]
                },
                "distance": 11.38,
                "direction": 132.97,
                "angle": 76.23,
                "elevation": 46.44,
                "pano_id": "TMX7316010203-000048_pano_0000_003235",
                "timestamp": "2016-08-05T09:28:19.972740Z",
                "filename": "pano_0000_003235.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.38072958,
                "relative_pitch": 76.22976871535904,
                "relative_heading": 132.97207796859493,
                "relative_elevation": 46.4381736814976
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000711/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000711/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000711/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000711/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000711/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000711/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000711/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000711/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000711/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91458594896964,
                        52.3860849564207,
                        46.5443006698042
                    ]
                },
                "distance": 11.39,
                "direction": 237.3,
                "angle": 76.25,
                "elevation": 46.54,
                "pano_id": "TMX7316010203-000886_pano_0000_000711",
                "timestamp": "2018-07-30T11:14:30.403150Z",
                "filename": "pano_0000_000711.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.39023599,
                "relative_pitch": 76.24893370674013,
                "relative_heading": 237.29692530095133,
                "relative_elevation": 46.5443006698042
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000430/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000430/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000430/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000430/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001512_pano_0001_000430/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001512_pano_0001_000430/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001512_pano_0001_000430/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000430/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001512/pano_0001_000430/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91463070102084,
                        52.3862243371056,
                        47.1296849129722
                    ]
                },
                "distance": 11.41,
                "direction": 325.05,
                "angle": 76.39,
                "elevation": 47.13,
                "pano_id": "TMX7316010203-001512_pano_0001_000430",
                "timestamp": "2019-12-12T09:12:06.652090Z",
                "filename": "pano_0001_000430.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.41349029,
                "relative_pitch": 76.38665586822982,
                "relative_heading": 325.0540620404992,
                "relative_elevation": 47.1296849129722
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000988/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000988/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000988/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000988/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000988/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000988/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000988/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000988/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000988/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91489438326545,
                        52.3861464783927,
                        46.6150521952659
                    ]
                },
                "distance": 11.44,
                "direction": 86.53,
                "angle": 76.22,
                "elevation": 46.62,
                "pano_id": "TMX7316010203-002578_pano_0001_000988",
                "timestamp": "2022-05-12T11:27:41.100210Z",
                "filename": "pano_0001_000988.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.43619512,
                "relative_pitch": 76.21571954859309,
                "relative_heading": 86.53162477825737,
                "relative_elevation": 46.6150521952659
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000266/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000266/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000266/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000266/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000266/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000266/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000266/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000266/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000266/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91456856539005,
                        52.3861768259344,
                        47.0133137144148
                    ]
                },
                "distance": 11.51,
                "direction": 290.7,
                "angle": 76.24,
                "elevation": 47.01,
                "pano_id": "TMX7316010203-002578_pano_0001_000266",
                "timestamp": "2022-05-12T11:16:55.833830Z",
                "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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.51128156,
                "relative_pitch": 76.24172486171332,
                "relative_heading": 290.6990711222324,
                "relative_elevation": 47.0133137144148
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002768/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002768/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002768/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002768/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002768/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002768/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002768/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002768/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002768/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9147424278558,
                        52.3862441242335,
                        47.1914247255772
                    ]
                },
                "distance": 11.61,
                "direction": 5.29,
                "angle": 76.18,
                "elevation": 47.19,
                "pano_id": "TMX7316010203-001258_pano_0000_002768",
                "timestamp": "2019-06-28T07:43:03.503550Z",
                "filename": "pano_0000_002768.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.60671821,
                "relative_pitch": 76.18237636160775,
                "relative_heading": 5.285932596433627,
                "relative_elevation": 47.1914247255772
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000682/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000682/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000682/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000682/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000682/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000682/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000682/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000682/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000682/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91462856690175,
                        52.3862261979091,
                        47.162487029098
                    ]
                },
                "distance": 11.67,
                "direction": 325.05,
                "angle": 76.11,
                "elevation": 47.16,
                "pano_id": "TMX7316010203-000529_pano_0002_000682",
                "timestamp": "2017-12-28T11:49:34.101570Z",
                "filename": "pano_0002_000682.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.66644584,
                "relative_pitch": 76.10582660941635,
                "relative_heading": 325.05161555943107,
                "relative_elevation": 47.162487029098
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02389/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02389/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02389/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02389/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02389/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02389/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02389/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02389/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02389/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914900970695395,
                        52.38614775059543,
                        0.0
                    ]
                },
                "distance": 11.89,
                "direction": 85.98,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02389",
                "timestamp": "2025-09-04T07:38:02Z",
                "filename": "recording_2025-09-04_06-44-53_02389.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.89299427,
                "relative_pitch": 0.0,
                "relative_heading": 85.98158027400594,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02397/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02397/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02397/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02397/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02397/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02397/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02397/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02397/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02397/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91486250620421,
                        52.38607275685505,
                        0.0
                    ]
                },
                "distance": 11.91,
                "direction": 129.09,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02397",
                "timestamp": "2025-09-04T07:38:26Z",
                "filename": "recording_2025-09-04_06-44-53_02397.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 11.91177936,
                "relative_pitch": 0.0,
                "relative_heading": 129.09387286584598,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001003/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001003/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001003/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001003/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001003/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001003/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001003/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001003/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001003/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91478640725641,
                        52.3860382306426,
                        46.2983529055491
                    ]
                },
                "distance": 12.06,
                "direction": 160.31,
                "angle": 75.4,
                "elevation": 46.3,
                "pano_id": "TMX7316060226-000023_pano_0000_001003",
                "timestamp": "2016-08-16T12:10:45.674620Z",
                "filename": "pano_0000_001003.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.05871409,
                "relative_pitch": 75.40127889011401,
                "relative_heading": 160.30646314276686,
                "relative_elevation": 46.2983529055491
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003647/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003647/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003647/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003647/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003647/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003647/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003647/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003647/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003647/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91486417224742,
                        52.3860704447533,
                        46.4638108601794
                    ]
                },
                "distance": 12.16,
                "direction": 129.7,
                "angle": 75.33,
                "elevation": 46.46,
                "pano_id": "TMX7316060226-000495_pano_0000_003647",
                "timestamp": "2019-11-15T12:54:02.884270Z",
                "filename": "pano_0000_003647.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.16272999,
                "relative_pitch": 75.33095021020029,
                "relative_heading": 129.69755183616644,
                "relative_elevation": 46.4638108601794
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004686/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004686/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004686/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004686/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002577_pano_0006_004686/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002577_pano_0006_004686/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002577_pano_0006_004686/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004686/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002577/pano_0006_004686/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91467487532753,
                        52.3862451415455,
                        47.1947850883007
                    ]
                },
                "distance": 12.19,
                "direction": 343.17,
                "angle": 75.51,
                "elevation": 47.19,
                "pano_id": "TMX7316010203-002577_pano_0006_004686",
                "timestamp": "2022-05-12T10:20:59.656110Z",
                "filename": "pano_0006_004686.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.19275606,
                "relative_pitch": 75.51439022383279,
                "relative_heading": 343.17072700287764,
                "relative_elevation": 47.1947850883007
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002924/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002924/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002924/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002924/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_002924/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_002924/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_002924/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002924/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002924/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91472559133072,
                        52.3862522050975,
                        47.2227669479325
                    ]
                },
                "distance": 12.46,
                "direction": 359.65,
                "angle": 75.22,
                "elevation": 47.22,
                "pano_id": "TMX7316010203-001733_pano_0000_002924",
                "timestamp": "2020-06-02T11:51:30.445220Z",
                "filename": "pano_0000_002924.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.45679253,
                "relative_pitch": 75.22268588734494,
                "relative_heading": 359.6456508779627,
                "relative_elevation": 47.2227669479325
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000267/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000267/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000267/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000267/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000267/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000267/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000267/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000267/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000267/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454310677083,
                        52.386135399329,
                        46.9085401203483
                    ]
                },
                "distance": 12.51,
                "direction": 267.52,
                "angle": 75.06,
                "elevation": 46.91,
                "pano_id": "TMX7316010203-002578_pano_0001_000267",
                "timestamp": "2022-05-12T11:16:56.808760Z",
                "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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.51329783,
                "relative_pitch": 75.06361810574342,
                "relative_heading": 267.52231138962276,
                "relative_elevation": 46.9085401203483
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001260/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001260/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001260/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001260/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001260/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001260/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001260/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001260/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001260/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9145732326839,
                        52.3860768669981,
                        46.5849901000038
                    ]
                },
                "distance": 12.61,
                "direction": 235.98,
                "angle": 74.86,
                "elevation": 46.58,
                "pano_id": "TMX7316060226-000023_pano_0000_001260",
                "timestamp": "2016-08-16T12:15:33.467970Z",
                "filename": "pano_0000_001260.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.60845331,
                "relative_pitch": 74.85546009878648,
                "relative_heading": 235.98044248745785,
                "relative_elevation": 46.5849901000038
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003622/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003622/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003622/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003622/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003622/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003622/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003622/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003622/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003622/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91491202816342,
                        52.3861380211916,
                        46.7333201887086
                    ]
                },
                "distance": 12.62,
                "direction": 91.13,
                "angle": 74.89,
                "elevation": 46.73,
                "pano_id": "TMX7316060226-000495_pano_0000_003622",
                "timestamp": "2019-11-15T12:53:31.034780Z",
                "filename": "pano_0000_003622.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.61907344,
                "relative_pitch": 74.88919419659412,
                "relative_heading": 91.13157577472636,
                "relative_elevation": 46.7333201887086
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003952/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003952/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003952/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003952/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003952/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003952/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003952/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003952/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003952/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91466190841638,
                        52.3862472428431,
                        47.0709149716422
                    ]
                },
                "distance": 12.7,
                "direction": 339.66,
                "angle": 74.91,
                "elevation": 47.07,
                "pano_id": "TMX7316010203-001733_pano_0000_003952",
                "timestamp": "2020-06-02T12:10:21.032440Z",
                "filename": "pano_0000_003952.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.69598933,
                "relative_pitch": 74.90535356684009,
                "relative_heading": 339.66042922932206,
                "relative_elevation": 47.0709149716422
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002060/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002060/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002060/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002060/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002060/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002060/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002060/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002060/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002060/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91487788074529,
                        52.3860728011198,
                        46.522138194181
                    ]
                },
                "distance": 12.74,
                "direction": 126.11,
                "angle": 74.69,
                "elevation": 46.52,
                "pano_id": "TMX7316010203-001513_pano_0002_002060",
                "timestamp": "2019-12-12T10:07:42.436820Z",
                "filename": "pano_0002_002060.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 12.73841006,
                "relative_pitch": 74.68694613841488,
                "relative_heading": 126.10629093978768,
                "relative_elevation": 46.522138194181
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000265/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000265/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000265/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000265/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000265/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000265/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000265/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000265/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000265/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91458518620427,
                        52.3862206613237,
                        47.137161645107
                    ]
                },
                "distance": 13.15,
                "direction": 312.87,
                "angle": 74.41,
                "elevation": 47.14,
                "pano_id": "TMX7316010203-002578_pano_0001_000265",
                "timestamp": "2022-05-12T11:16:54.783790Z",
                "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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.1493064,
                "relative_pitch": 74.41310997287155,
                "relative_heading": 312.873435814344,
                "relative_elevation": 47.137161645107
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00600/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00600/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00600/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00600/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00600/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00600/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00600/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00600/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00600/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914904727591856,
                        52.38609356580183,
                        0.0
                    ]
                },
                "distance": 13.19,
                "direction": 113.21,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00600",
                "timestamp": "2024-10-22T08:54:01Z",
                "filename": "recording_2024-10-22_08-41-28_00600.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.18642649,
                "relative_pitch": 0.0,
                "relative_heading": 113.20605762902123,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00785/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00785/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00785/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00785/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_10-32-24_00785/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00785/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00785/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00785/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00785/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914589064037394,
                        52.38622381828054,
                        0.0
                    ]
                },
                "distance": 13.2,
                "direction": 314.77,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-30_10-32-24_00785",
                "timestamp": "2025-06-30T10:57:00Z",
                "filename": "recording_2025-06-30_10-32-24_00785.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.20206137,
                "relative_pitch": 0.0,
                "relative_heading": 314.7706811044625,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00788/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00788/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00788/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00788/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_10-32-24_00788/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00788/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00788/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00788/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00788/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914548601065862,
                        52.38609244578585,
                        0.0
                    ]
                },
                "distance": 13.24,
                "direction": 246.31,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-30_10-32-24_00788",
                "timestamp": "2025-06-30T10:57:04Z",
                "filename": "recording_2025-06-30_10-32-24_00788.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.24332724,
                "relative_pitch": 0.0,
                "relative_heading": 246.31194928029086,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000533/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000533/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000533/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000533/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000533/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000533/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000533/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000533/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000533/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91453776318297,
                        52.3861072301023,
                        46.7953501660377
                    ]
                },
                "distance": 13.38,
                "direction": 254.06,
                "angle": 74.04,
                "elevation": 46.8,
                "pano_id": "TMX7316010203-000886_pano_0000_000533",
                "timestamp": "2018-07-30T11:11:08.343720Z",
                "filename": "pano_0000_000533.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.3801485,
                "relative_pitch": 74.04323006070588,
                "relative_heading": 254.05609421215485,
                "relative_elevation": 46.7953501660377
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003308/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003308/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003308/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003308/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003308/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003308/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003308/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003308/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003308/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454058325694,
                        52.3861006950839,
                        46.7517918990925
                    ]
                },
                "distance": 13.42,
                "direction": 250.84,
                "angle": 73.99,
                "elevation": 46.75,
                "pano_id": "TMX7316010203-001733_pano_0000_003308",
                "timestamp": "2020-06-02T11:59:43.839040Z",
                "filename": "pano_0000_003308.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.41637343,
                "relative_pitch": 73.98809577076338,
                "relative_heading": 250.84313668883752,
                "relative_elevation": 46.7517918990925
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003215/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003215/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003215/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003215/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003215/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003215/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003215/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003215/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003215/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91481019777164,
                        52.3862500784844,
                        46.9167809272185
                    ]
                },
                "distance": 13.48,
                "direction": 24.94,
                "angle": 73.97,
                "elevation": 46.92,
                "pano_id": "TMX7316010203-000048_pano_0000_003215",
                "timestamp": "2016-08-05T09:27:47.437920Z",
                "filename": "pano_0000_003215.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.47693236,
                "relative_pitch": 73.97318975265517,
                "relative_heading": 24.942894117195383,
                "relative_elevation": 46.9167809272185
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01307/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01307/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01307/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01307/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_07-46-10_01307/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_07-46-10_01307/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_07-46-10_01307/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01307/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01307/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914729642359094,
                        52.38626190270833,
                        0.0
                    ]
                },
                "distance": 13.54,
                "direction": 0.84,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_07-46-10_01307",
                "timestamp": "2025-09-04T08:09:37Z",
                "filename": "recording_2025-09-04_07-46-10_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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.53711233,
                "relative_pitch": 0.0,
                "relative_heading": 0.8413506927334702,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001196/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001196/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001196/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001196/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002183_pano_0001_001196/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001196/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001196/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001196/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001196/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454608400398,
                        52.3860894219663,
                        46.6658618533984
                    ]
                },
                "distance": 13.54,
                "direction": 245.3,
                "angle": 73.82,
                "elevation": 46.67,
                "pano_id": "TMX7316010203-002183_pano_0001_001196",
                "timestamp": "2021-06-17T07:41:38.871180Z",
                "filename": "pano_0001_001196.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.53756016,
                "relative_pitch": 73.82278972776977,
                "relative_heading": 245.29920675547356,
                "relative_elevation": 46.6658618533984
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00898/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00898/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00898/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00898/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00898/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00898/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00898/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00898/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00898/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914721258450717,
                        52.38626260354756,
                        0.0
                    ]
                },
                "distance": 13.62,
                "direction": 358.43,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00898",
                "timestamp": "2024-10-21T12:22:04Z",
                "filename": "recording_2024-10-21_11-57-59_00898.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.61872135,
                "relative_pitch": 0.0,
                "relative_heading": 358.4345627000515,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001002/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001002/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001002/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001002/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001002/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001002/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001002/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001002/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001002/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91471988640322,
                        52.3860178541223,
                        46.2470155097544
                    ]
                },
                "distance": 13.63,
                "direction": 181.96,
                "angle": 73.58,
                "elevation": 46.25,
                "pano_id": "TMX7316060226-000023_pano_0000_001002",
                "timestamp": "2016-08-16T12:10:40.724620Z",
                "filename": "pano_0000_001002.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.62872578,
                "relative_pitch": 73.58006212469478,
                "relative_heading": 181.9572114560109,
                "relative_elevation": 46.2470155097544
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000687/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000687/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000687/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000687/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000687/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000687/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000687/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000687/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000687/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91488781816236,
                        52.3860669873474,
                        46.4827870819718
                    ]
                },
                "distance": 13.67,
                "direction": 126.63,
                "angle": 73.62,
                "elevation": 46.48,
                "pano_id": "TMX7316010203-000529_pano_0002_000687",
                "timestamp": "2017-12-28T11:49:36.441620Z",
                "filename": "pano_0002_000687.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.66683459,
                "relative_pitch": 73.61564822871398,
                "relative_heading": 126.62596972799133,
                "relative_elevation": 46.4827870819718
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002915/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002915/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002915/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002915/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_002915/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002915/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002915/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002915/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002915/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91457091810559,
                        52.3860626835589,
                        46.5798008944839
                    ]
                },
                "distance": 13.68,
                "direction": 230.86,
                "angle": 73.64,
                "elevation": 46.58,
                "pano_id": "TMX7316060226-000495_pano_0000_002915",
                "timestamp": "2019-11-15T12:38:12.715020Z",
                "filename": "pano_0000_002915.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.67659011,
                "relative_pitch": 73.63689980426139,
                "relative_heading": 230.862806758399,
                "relative_elevation": 46.5798008944839
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000738/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000738/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000738/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000738/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000738/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000738/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000738/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000738/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000738/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91474183929785,
                        52.3862629509138,
                        47.2401959793642
                    ]
                },
                "distance": 13.69,
                "direction": 4.31,
                "angle": 73.84,
                "elevation": 47.24,
                "pano_id": "TMX7316010203-000886_pano_0000_000738",
                "timestamp": "2018-07-30T11:15:09.543030Z",
                "filename": "pano_0000_000738.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.69103137,
                "relative_pitch": 73.83749138330037,
                "relative_heading": 4.3112183228968854,
                "relative_elevation": 47.2401959793642
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000227/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000227/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000227/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000227/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000227/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000227/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000227/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000227/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000227/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91458250726129,
                        52.3862263213559,
                        47.0250946665183
                    ]
                },
                "distance": 13.72,
                "direction": 314.28,
                "angle": 73.74,
                "elevation": 47.03,
                "pano_id": "TMX7316010203-000306_pano_0000_000227",
                "timestamp": "2017-05-23T07:37:37.379060Z",
                "filename": "pano_0000_000227.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.71564563,
                "relative_pitch": 73.73980313062724,
                "relative_heading": 314.28332339200585,
                "relative_elevation": 47.0250946665183
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003642/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003642/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003642/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003642/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003642/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003642/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003642/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003642/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003642/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91476565995252,
                        52.3862615545173,
                        47.1973683619872
                    ]
                },
                "distance": 13.75,
                "direction": 11.11,
                "angle": 73.75,
                "elevation": 47.2,
                "pano_id": "TMX7316060226-000495_pano_0000_003642",
                "timestamp": "2019-11-15T12:53:56.484350Z",
                "filename": "pano_0000_003642.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.75480257,
                "relative_pitch": 73.75221073310377,
                "relative_heading": 11.1125021257354,
                "relative_elevation": 47.1973683619872
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002054/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002054/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002054/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002054/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002054/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002054/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002054/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002054/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002054/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91456690099359,
                        52.3860621153652,
                        46.5898123485968
                    ]
                },
                "distance": 13.93,
                "direction": 231.37,
                "angle": 73.35,
                "elevation": 46.59,
                "pano_id": "TMX7316010203-001513_pano_0002_002054",
                "timestamp": "2019-12-12T10:07:29.341950Z",
                "filename": "pano_0002_002054.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 13.92918749,
                "relative_pitch": 73.35465188341801,
                "relative_heading": 231.37119568772164,
                "relative_elevation": 46.5898123485968
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003947/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003947/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003947/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003947/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003947/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003947/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003947/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003947/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003947/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91491608750406,
                        52.386087553868,
                        46.3642272977158
                    ]
                },
                "distance": 14.16,
                "direction": 114.46,
                "angle": 73.01,
                "elevation": 46.36,
                "pano_id": "TMX7316010203-001733_pano_0000_003947",
                "timestamp": "2020-06-02T12:10:18.307370Z",
                "filename": "pano_0000_003947.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.16429432,
                "relative_pitch": 73.01206218038517,
                "relative_heading": 114.46046180885824,
                "relative_elevation": 46.3642272977158
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000959/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000959/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000959/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000959/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000959/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000959/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000959/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000959/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000959/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91456640685266,
                        52.3860580593431,
                        46.1455855323002
                    ]
                },
                "distance": 14.24,
                "direction": 230.04,
                "angle": 72.85,
                "elevation": 46.15,
                "pano_id": "TMX7316010203-002578_pano_0001_000959",
                "timestamp": "2022-05-12T11:27:14.375350Z",
                "filename": "pano_0001_000959.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.24108621,
                "relative_pitch": 72.84914095134685,
                "relative_heading": 230.0370367005039,
                "relative_elevation": 46.1455855323002
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003211/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003211/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003211/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003211/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003211/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003211/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003211/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003211/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003211/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91493311126007,
                        52.3861165866124,
                        46.3983731931075
                    ]
                },
                "distance": 14.3,
                "direction": 100.62,
                "angle": 72.87,
                "elevation": 46.4,
                "pano_id": "TMX7316010203-000048_pano_0000_003211",
                "timestamp": "2016-08-05T09:27:35.852990Z",
                "filename": "pano_0000_003211.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.2968686,
                "relative_pitch": 72.87420934373178,
                "relative_heading": 100.61794292241989,
                "relative_elevation": 46.3983731931075
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00757/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00757/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00757/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00757/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00757/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00757/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00757/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00757/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00757/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914888189310057,
                        52.386058020825516,
                        0.0
                    ]
                },
                "distance": 14.3,
                "direction": 129.77,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00757",
                "timestamp": "2024-10-21T12:17:57Z",
                "filename": "recording_2024-10-21_11-57-59_00757.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.30395406,
                "relative_pitch": 0.0,
                "relative_heading": 129.7745935315365,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001254/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001254/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001254/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001254/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001254/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001254/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001254/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001254/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001254/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91492310345589,
                        52.3860943181913,
                        46.3598832674325
                    ]
                },
                "distance": 14.31,
                "direction": 110.92,
                "angle": 72.84,
                "elevation": 46.36,
                "pano_id": "TMX7316060226-000023_pano_0000_001254",
                "timestamp": "2016-08-16T12:15:25.233030Z",
                "filename": "pano_0000_001254.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.3146935,
                "relative_pitch": 72.84070931816441,
                "relative_heading": 110.92419710530098,
                "relative_elevation": 46.3598832674325
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00899/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00899/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00899/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00899/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00899/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00899/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00899/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00899/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00899/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914648366209227,
                        52.38626108981018,
                        0.0
                    ]
                },
                "distance": 14.46,
                "direction": 338.36,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00899",
                "timestamp": "2024-10-21T12:22:06Z",
                "filename": "recording_2024-10-21_11-57-59_00899.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.4649574,
                "relative_pitch": 0.0,
                "relative_heading": 338.3572532567079,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000044/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000044/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000044/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000044/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002894_pano_0005_000044/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000044/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000044/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000044/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000044/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91457015120023,
                        52.3860515635218,
                        46.5298083275557
                    ]
                },
                "distance": 14.53,
                "direction": 227.21,
                "angle": 72.66,
                "elevation": 46.53,
                "pano_id": "TMX7316010203-002894_pano_0005_000044",
                "timestamp": "2022-12-27T08:57:37.847180Z",
                "filename": "pano_0005_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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.52769284,
                "relative_pitch": 72.66041692325932,
                "relative_heading": 227.20512583497592,
                "relative_elevation": 46.5298083275557
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01927/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01927/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01927/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01927/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_01927/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01927/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01927/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01927/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01927/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914921786721028,
                        52.3860841379778,
                        0.0
                    ]
                },
                "distance": 14.68,
                "direction": 115.18,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_01927",
                "timestamp": "2025-09-04T07:27:55Z",
                "filename": "recording_2025-09-04_06-44-53_01927.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.6760594,
                "relative_pitch": 0.0,
                "relative_heading": 115.183951844357,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000985/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000985/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000985/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000985/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000985/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000985/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000985/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000985/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000985/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91479712863373,
                        52.3862652295048,
                        47.0466669397429
                    ]
                },
                "distance": 14.71,
                "direction": 19.02,
                "angle": 72.64,
                "elevation": 47.05,
                "pano_id": "TMX7316010203-002578_pano_0001_000985",
                "timestamp": "2022-05-12T11:27:38.570240Z",
                "filename": "pano_0001_000985.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.70887845,
                "relative_pitch": 72.6384365845953,
                "relative_heading": 19.020023521501145,
                "relative_elevation": 47.0466669397429
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00606/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00606/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00606/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00606/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00606/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00606/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00606/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00606/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00606/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914542589367159,
                        52.38606909608583,
                        0.0
                    ]
                },
                "distance": 14.83,
                "direction": 237.72,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00606",
                "timestamp": "2024-10-22T08:54:08Z",
                "filename": "recording_2024-10-22_08-41-28_00606.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.82836186,
                "relative_pitch": 0.0,
                "relative_heading": 237.72168308086825,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000268/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000268/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000268/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000268/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000268/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000268/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000268/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000268/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000268/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91452183408521,
                        52.3860928782546,
                        46.7629925301298
                    ]
                },
                "distance": 14.91,
                "direction": 249.3,
                "angle": 72.31,
                "elevation": 46.76,
                "pano_id": "TMX7316010203-002578_pano_0001_000268",
                "timestamp": "2022-05-12T11:16:57.833800Z",
                "filename": "pano_0001_000268.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.91310635,
                "relative_pitch": 72.31208611571458,
                "relative_heading": 249.29564136843805,
                "relative_elevation": 46.7629925301298
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001004/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001004/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001004/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001004/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001004/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001004/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001004/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001004/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001004/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91485935220467,
                        52.3860330058507,
                        46.273617643863
                    ]
                },
                "distance": 14.97,
                "direction": 142.89,
                "angle": 72.08,
                "elevation": 46.27,
                "pano_id": "TMX7316060226-000023_pano_0000_001004",
                "timestamp": "2016-08-16T12:10:46.994620Z",
                "filename": "pano_0000_001004.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 14.96604192,
                "relative_pitch": 72.07749912227412,
                "relative_heading": 142.8878699366128,
                "relative_elevation": 46.273617643863
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000235/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000235/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000235/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000235/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000235/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000235/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000235/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000235/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000235/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91465560348232,
                        52.3862681584828,
                        47.0056742010638
                    ]
                },
                "distance": 15.03,
                "direction": 341.21,
                "angle": 72.27,
                "elevation": 47.01,
                "pano_id": "TMX7316010203-000306_pano_0000_000235",
                "timestamp": "2017-05-23T07:37:50.518950Z",
                "filename": "pano_0000_000235.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.03295986,
                "relative_pitch": 72.26512076771778,
                "relative_heading": 341.2097500486334,
                "relative_elevation": 47.0056742010638
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001836/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001836/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001836/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001836/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_001836/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001836/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001836/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001836/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001836/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91457726397822,
                        52.3862404257463,
                        47.2771822893992
                    ]
                },
                "distance": 15.09,
                "direction": 317.6,
                "angle": 72.3,
                "elevation": 47.28,
                "pano_id": "TMX7316010203-001513_pano_0002_001836",
                "timestamp": "2019-12-12T10:03:28.069140Z",
                "filename": "pano_0002_001836.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.09236774,
                "relative_pitch": 72.29527693606342,
                "relative_heading": 317.6044013284446,
                "relative_elevation": 47.2771822893992
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000351/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000351/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000351/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000351/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000351/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000351/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000351/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000351/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000351/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91489992952672,
                        52.3860553979737,
                        46.4658003114164
                    ]
                },
                "distance": 15.11,
                "direction": 128.69,
                "angle": 71.99,
                "elevation": 46.47,
                "pano_id": "TMX7316010203-002184_pano_0000_000351",
                "timestamp": "2021-06-17T09:38:51.034480Z",
                "filename": "pano_0000_000351.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.10774922,
                "relative_pitch": 71.98874094720277,
                "relative_heading": 128.68577135512234,
                "relative_elevation": 46.4658003114164
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000989/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000989/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000989/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000989/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000989/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000989/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000989/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000989/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000989/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91494536309529,
                        52.386113966006,
                        46.4903701730072
                    ]
                },
                "distance": 15.17,
                "direction": 101.12,
                "angle": 71.93,
                "elevation": 46.49,
                "pano_id": "TMX7316010203-002578_pano_0001_000989",
                "timestamp": "2022-05-12T11:27:41.845210Z",
                "filename": "pano_0001_000989.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.1710727,
                "relative_pitch": 71.92708657678891,
                "relative_heading": 101.11989407965447,
                "relative_elevation": 46.4903701730072
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000345/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000345/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000345/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000345/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000345/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000345/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000345/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000345/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000345/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91459186397995,
                        52.3862492306827,
                        47.3674965733662
                    ]
                },
                "distance": 15.21,
                "direction": 322.87,
                "angle": 72.2,
                "elevation": 47.37,
                "pano_id": "TMX7316010203-002184_pano_0000_000345",
                "timestamp": "2021-06-17T09:38:47.704300Z",
                "filename": "pano_0000_000345.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.20977953,
                "relative_pitch": 72.19809184612645,
                "relative_heading": 322.8657291001795,
                "relative_elevation": 47.3674965733662
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004262/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004262/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004262/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004262/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002183_pano_0001_004262/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_004262/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_004262/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004262/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004262/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91476080432798,
                        52.3862776927619,
                        47.2689087428153
                    ]
                },
                "distance": 15.47,
                "direction": 8.63,
                "angle": 71.88,
                "elevation": 47.27,
                "pano_id": "TMX7316010203-002183_pano_0001_004262",
                "timestamp": "2021-06-17T08:55:58.557190Z",
                "filename": "pano_0001_004262.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.46773241,
                "relative_pitch": 71.88043051735343,
                "relative_heading": 8.628010010315576,
                "relative_elevation": 47.2689087428153
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02388/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02388/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02388/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02388/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02388/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02388/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02388/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02388/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02388/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914951407617541,
                        52.386115092795535,
                        0.0
                    ]
                },
                "distance": 15.55,
                "direction": 100.37,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02388",
                "timestamp": "2025-09-04T07:38:01Z",
                "filename": "recording_2025-09-04_06-44-53_02388.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.55202582,
                "relative_pitch": 0.0,
                "relative_heading": 100.37419667847766,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000773/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000773/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000773/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000773/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000296_pano_0000_000773/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000773/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000773/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000773/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000773/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91465939888706,
                        52.3860063789131,
                        46.1281543020159
                    ]
                },
                "distance": 15.59,
                "direction": 197.1,
                "angle": 71.33,
                "elevation": 46.13,
                "pano_id": "TMX7316010203-000296_pano_0000_000773",
                "timestamp": "2017-05-15T07:51:54.303180Z",
                "filename": "pano_0000_000773.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.5869142,
                "relative_pitch": 71.32965394679147,
                "relative_heading": 197.10238403736898,
                "relative_elevation": 46.1281543020159
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002773/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002773/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002773/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002773/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002773/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002773/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002773/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002773/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002773/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91490472107378,
                        52.3860511930591,
                        46.4119749413803
                    ]
                },
                "distance": 15.66,
                "direction": 129.28,
                "angle": 71.36,
                "elevation": 46.41,
                "pano_id": "TMX7316010203-001258_pano_0000_002773",
                "timestamp": "2019-06-28T07:43:07.988530Z",
                "filename": "pano_0000_002773.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.65569635,
                "relative_pitch": 71.35971044167466,
                "relative_heading": 129.2761779055341,
                "relative_elevation": 46.4119749413803
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00751/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00751/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00751/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00751/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00751/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00751/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00751/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00751/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00751/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914582337569231,
                        52.38625175032502,
                        0.0
                    ]
                },
                "distance": 15.83,
                "direction": 321.61,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00751",
                "timestamp": "2024-10-21T12:17:49Z",
                "filename": "recording_2024-10-21_11-57-59_00751.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.82867724,
                "relative_pitch": 0.0,
                "relative_heading": 321.60657777160225,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000710/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000710/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000710/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000710/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000710/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000710/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000710/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000710/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000710/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91456035833018,
                        52.3860405481288,
                        46.4534653574228
                    ]
                },
                "distance": 15.86,
                "direction": 225.59,
                "angle": 71.15,
                "elevation": 46.45,
                "pano_id": "TMX7316010203-000886_pano_0000_000710",
                "timestamp": "2018-07-30T11:14:29.173160Z",
                "filename": "pano_0000_000710.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 15.85597246,
                "relative_pitch": 71.1536751041877,
                "relative_heading": 225.59164902486515,
                "relative_elevation": 46.4534653574228
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003048/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003048/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003048/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003048/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003048/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003048/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003048/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003048/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003048/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91493604158589,
                        52.386073540647,
                        46.4052870431915
                    ]
                },
                "distance": 16.07,
                "direction": 117.52,
                "angle": 70.9,
                "elevation": 46.41,
                "pano_id": "TMX7316010203-000886_pano_0000_003048",
                "timestamp": "2018-07-30T12:00:31.139910Z",
                "filename": "pano_0000_003048.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.06946344,
                "relative_pitch": 70.89978827853959,
                "relative_heading": 117.51689152423387,
                "relative_elevation": 46.4052870431915
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003054/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003054/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003054/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003054/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_003054/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003054/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_003054/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003054/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_003054/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9146256243669,
                        52.3862713126404,
                        47.2910115839913
                    ]
                },
                "distance": 16.13,
                "direction": 334.73,
                "angle": 71.17,
                "elevation": 47.29,
                "pano_id": "TMX7316010203-000886_pano_0000_003054",
                "timestamp": "2018-07-30T12:00:33.879920Z",
                "filename": "pano_0000_003054.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.12564992,
                "relative_pitch": 71.17125869255914,
                "relative_heading": 334.7318295608826,
                "relative_elevation": 47.2910115839913
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000965/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000965/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000965/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000965/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000965/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000965/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000965/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000965/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000965/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91491841870671,
                        52.3860533456154,
                        46.0866525322199
                    ]
                },
                "distance": 16.24,
                "direction": 126.54,
                "angle": 70.58,
                "elevation": 46.09,
                "pano_id": "TMX7316010203-002578_pano_0001_000965",
                "timestamp": "2022-05-12T11:27:20.180320Z",
                "filename": "pano_0001_000965.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.24453606,
                "relative_pitch": 70.58356158571493,
                "relative_heading": 126.53876648235345,
                "relative_elevation": 46.0866525322199
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002767/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002767/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002767/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002767/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002767/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002767/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002767/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002767/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002767/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91478186184797,
                        52.3862829924075,
                        47.23036804609
                    ]
                },
                "distance": 16.32,
                "direction": 13.3,
                "angle": 70.94,
                "elevation": 47.23,
                "pano_id": "TMX7316010203-001258_pano_0000_002767",
                "timestamp": "2019-06-28T07:42:59.028740Z",
                "filename": "pano_0000_002767.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.32006259,
                "relative_pitch": 70.9378334149118,
                "relative_heading": 13.299027864255772,
                "relative_elevation": 47.23036804609
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003236/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003236/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003236/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003236/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003236/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003236/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003236/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003236/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003236/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91490109670507,
                        52.38603864837,
                        46.2867351146415
                    ]
                },
                "distance": 16.4,
                "direction": 133.6,
                "angle": 70.5,
                "elevation": 46.29,
                "pano_id": "TMX7316010203-000048_pano_0000_003236",
                "timestamp": "2016-08-05T09:28:20.662760Z",
                "filename": "pano_0000_003236.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.39508319,
                "relative_pitch": 70.4955007856737,
                "relative_heading": 133.6024982695725,
                "relative_elevation": 46.2867351146415
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002923/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002923/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002923/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002923/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_002923/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_002923/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_002923/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002923/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002923/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91477565754043,
                        52.3862852380888,
                        47.2605515774339
                    ]
                },
                "distance": 16.47,
                "direction": 11.67,
                "angle": 70.78,
                "elevation": 47.26,
                "pano_id": "TMX7316010203-001733_pano_0000_002923",
                "timestamp": "2020-06-02T11:51:27.905280Z",
                "filename": "pano_0000_002923.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.4727431,
                "relative_pitch": 70.78391542834856,
                "relative_heading": 11.668996932998379,
                "relative_elevation": 47.2605515774339
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000681/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000681/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000681/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000681/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000681/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000681/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000681/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000681/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000681/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91457892974527,
                        52.3862593732779,
                        47.3212668038905
                    ]
                },
                "distance": 16.64,
                "direction": 322.79,
                "angle": 70.63,
                "elevation": 47.32,
                "pano_id": "TMX7316010203-000529_pano_0002_000681",
                "timestamp": "2017-12-28T11:49:33.641580Z",
                "filename": "pano_0002_000681.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.64117382,
                "relative_pitch": 70.62507540963253,
                "relative_heading": 322.79435551269313,
                "relative_elevation": 47.3212668038905
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003309/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003309/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003309/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003309/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003309/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003309/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003309/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003309/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003309/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91452306541821,
                        52.3860566073477,
                        46.6001162827015
                    ]
                },
                "distance": 16.7,
                "direction": 236.13,
                "angle": 70.28,
                "elevation": 46.6,
                "pano_id": "TMX7316010203-001733_pano_0000_003309",
                "timestamp": "2020-06-02T11:59:44.764040Z",
                "filename": "pano_0000_003309.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.70084898,
                "relative_pitch": 70.28300985570553,
                "relative_heading": 236.12609382214308,
                "relative_elevation": 46.6001162827015
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000723/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000723/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000723/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000723/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000296_pano_0000_000723/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000723/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000723/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000723/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000723/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91453467023935,
                        52.3860440301746,
                        46.354405910708
                    ]
                },
                "distance": 16.9,
                "direction": 230.69,
                "angle": 69.97,
                "elevation": 46.35,
                "pano_id": "TMX7316010203-000296_pano_0000_000723",
                "timestamp": "2017-05-15T07:50:17.548790Z",
                "filename": "pano_0000_000723.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.9010189,
                "relative_pitch": 69.96792349806597,
                "relative_heading": 230.6857881259703,
                "relative_elevation": 46.354405910708
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02398/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02398/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02398/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02398/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02398/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02398/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02398/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02398/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02398/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914917830501975,
                        52.38604322829545,
                        0.0
                    ]
                },
                "distance": 16.91,
                "direction": 129.69,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02398",
                "timestamp": "2025-09-04T07:38:27Z",
                "filename": "recording_2025-09-04_06-44-53_02398.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.90813228,
                "relative_pitch": 0.0,
                "relative_heading": 129.6862781427139,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01280/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01280/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01280/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01280/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_07-46-10_01280/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_07-46-10_01280/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_07-46-10_01280/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01280/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_07-46-10_01280/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914776485616902,
                        52.38628944804466,
                        0.0
                    ]
                },
                "distance": 16.94,
                "direction": 11.54,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_07-46-10_01280",
                "timestamp": "2025-09-04T08:09:01Z",
                "filename": "recording_2025-09-04_07-46-10_01280.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.94297196,
                "relative_pitch": 0.0,
                "relative_heading": 11.535300168822621,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003623/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003623/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003623/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003623/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003623/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003623/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003623/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003623/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003623/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91497161490924,
                        52.3861105113841,
                        46.6608417276293
                    ]
                },
                "distance": 17.0,
                "direction": 101.23,
                "angle": 69.98,
                "elevation": 46.66,
                "pano_id": "TMX7316060226-000495_pano_0000_003623",
                "timestamp": "2019-11-15T12:53:31.834650Z",
                "filename": "pano_0000_003623.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 16.99905592,
                "relative_pitch": 69.98276353350181,
                "relative_heading": 101.22934222000438,
                "relative_elevation": 46.6608417276293
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001261/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001261/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001261/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001261/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001261/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001261/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001261/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001261/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001261/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454125243899,
                        52.3860352488184,
                        46.468427839689
                    ]
                },
                "distance": 17.2,
                "direction": 227.22,
                "angle": 69.68,
                "elevation": 46.47,
                "pano_id": "TMX7316060226-000023_pano_0000_001261",
                "timestamp": "2016-08-16T12:15:34.263050Z",
                "filename": "pano_0000_001261.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.20484161,
                "relative_pitch": 69.68302990059985,
                "relative_heading": 227.22046828513885,
                "relative_elevation": 46.468427839689
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003648/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003648/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003648/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003648/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003648/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003648/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003648/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003648/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003648/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91492022965825,
                        52.3860406585406,
                        46.341681541875
                    ]
                },
                "distance": 17.22,
                "direction": 130.07,
                "angle": 69.62,
                "elevation": 46.34,
                "pano_id": "TMX7316060226-000495_pano_0000_003648",
                "timestamp": "2019-11-15T12:54:03.604290Z",
                "filename": "pano_0000_003648.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.21682874,
                "relative_pitch": 69.6189971522535,
                "relative_heading": 130.07145216538007,
                "relative_elevation": 46.341681541875
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001001/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001001/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001001/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001001/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001001/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001001/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001001/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001001/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001001/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91466506301121,
                        52.3859898613189,
                        46.2047263290733
                    ]
                },
                "distance": 17.25,
                "direction": 194.08,
                "angle": 69.52,
                "elevation": 46.2,
                "pano_id": "TMX7316060226-000023_pano_0000_001001",
                "timestamp": "2016-08-16T12:10:37.224820Z",
                "filename": "pano_0000_001001.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.2541863,
                "relative_pitch": 69.52290816205895,
                "relative_heading": 194.0821210253651,
                "relative_elevation": 46.2047263290733
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00789/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00789/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00789/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00789/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_10-32-24_00789/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00789/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00789/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00789/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00789/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914518601527905,
                        52.386051566965406,
                        0.0
                    ]
                },
                "distance": 17.27,
                "direction": 235.14,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-30_10-32-24_00789",
                "timestamp": "2025-06-30T10:57:05Z",
                "filename": "recording_2025-06-30_10-32-24_00789.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.26834052,
                "relative_pitch": 0.0,
                "relative_heading": 235.1430369975309,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00897/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00897/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00897/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00897/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00897/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00897/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00897/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00897/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00897/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914777077368929,
                        52.38629242513832,
                        0.0
                    ]
                },
                "distance": 17.28,
                "direction": 11.45,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00897",
                "timestamp": "2024-10-21T12:22:02Z",
                "filename": "recording_2024-10-21_11-57-59_00897.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.27563341,
                "relative_pitch": 0.0,
                "relative_heading": 11.446515564092252,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000737/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000737/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000737/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000737/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000737/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000737/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000737/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000737/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000737/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91478717479845,
                        52.3862919654572,
                        47.1169235026464
                    ]
                },
                "distance": 17.38,
                "direction": 13.7,
                "angle": 69.76,
                "elevation": 47.12,
                "pano_id": "TMX7316010203-000886_pano_0000_000737",
                "timestamp": "2018-07-30T11:15:06.807940Z",
                "filename": "pano_0000_000737.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.37540123,
                "relative_pitch": 69.75743885557209,
                "relative_heading": 13.702484107214376,
                "relative_elevation": 47.1169235026464
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003953/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003953/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003953/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003953/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003953/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003953/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003953/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003953/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003953/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91461208558981,
                        52.386280040408,
                        47.2579776821658
                    ]
                },
                "distance": 17.4,
                "direction": 333.35,
                "angle": 69.78,
                "elevation": 47.26,
                "pano_id": "TMX7316010203-001733_pano_0000_003953",
                "timestamp": "2020-06-02T12:10:21.592280Z",
                "filename": "pano_0000_003953.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.40242535,
                "relative_pitch": 69.78411725695064,
                "relative_heading": 333.3520496017225,
                "relative_elevation": 47.2579776821658
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003216/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003216/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003216/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003216/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003216/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003216/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003216/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003216/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003216/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91481635007051,
                        52.3862879201819,
                        47.0014353729784
                    ]
                },
                "distance": 17.53,
                "direction": 20.37,
                "angle": 69.55,
                "elevation": 47.0,
                "pano_id": "TMX7316010203-000048_pano_0000_003216",
                "timestamp": "2016-08-05T09:27:48.847950Z",
                "filename": "pano_0000_003216.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.52733121,
                "relative_pitch": 69.54898378840187,
                "relative_heading": 20.374750244434257,
                "relative_elevation": 47.0014353729784
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002914/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002914/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002914/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002914/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_002914/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002914/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002914/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002914/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002914/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91455787598525,
                        52.3860202646394,
                        46.5053122397512
                    ]
                },
                "distance": 17.62,
                "direction": 220.73,
                "angle": 69.25,
                "elevation": 46.51,
                "pano_id": "TMX7316060226-000495_pano_0000_002914",
                "timestamp": "2019-11-15T12:38:11.489840Z",
                "filename": "pano_0000_002914.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.61957705,
                "relative_pitch": 69.24968716391774,
                "relative_heading": 220.72729128845384,
                "relative_elevation": 46.5053122397512
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000264/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000264/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000264/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000264/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000264/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000264/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000264/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000264/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000264/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91456716641779,
                        52.3862651003518,
                        47.333859315142
                    ]
                },
                "distance": 17.63,
                "direction": 321.97,
                "angle": 69.57,
                "elevation": 47.33,
                "pano_id": "TMX7316010203-002578_pano_0001_000264",
                "timestamp": "2022-05-12T11:16:53.528780Z",
                "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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.6348486,
                "relative_pitch": 69.56646371014239,
                "relative_heading": 321.97378627339936,
                "relative_elevation": 47.333859315142
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001197/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001197/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001197/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001197/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002183_pano_0001_001197/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001197/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_001197/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001197/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_001197/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91451257690286,
                        52.3860490832044,
                        46.5672295736149
                    ]
                },
                "distance": 17.76,
                "direction": 235.17,
                "angle": 69.12,
                "elevation": 46.57,
                "pano_id": "TMX7316010203-002183_pano_0001_001197",
                "timestamp": "2021-06-17T07:41:40.041290Z",
                "filename": "pano_0001_001197.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.76289616,
                "relative_pitch": 69.1208343691089,
                "relative_heading": 235.16769829963246,
                "relative_elevation": 46.5672295736149
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002061/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002061/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002061/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002061/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002061/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002061/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002061/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002061/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002061/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91493212419489,
                        52.3860413731918,
                        46.3968242770061
                    ]
                },
                "distance": 17.79,
                "direction": 128.2,
                "angle": 69.02,
                "elevation": 46.4,
                "pano_id": "TMX7316010203-001513_pano_0002_002061",
                "timestamp": "2019-12-12T10:07:43.081830Z",
                "filename": "pano_0002_002061.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.79489092,
                "relative_pitch": 69.01634154817225,
                "relative_heading": 128.19659257009621,
                "relative_elevation": 46.3968242770061
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_002053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_002053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_002053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914549210198,
                        52.3860221305578,
                        46.5124260596931
                    ]
                },
                "distance": 17.86,
                "direction": 222.6,
                "angle": 69.0,
                "elevation": 46.51,
                "pano_id": "TMX7316010203-001513_pano_0002_002053",
                "timestamp": "2019-12-12T10:07:28.511960Z",
                "filename": "pano_0002_002053.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.85669743,
                "relative_pitch": 68.99758448295923,
                "relative_heading": 222.59697467331793,
                "relative_elevation": 46.5124260596931
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00784/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00784/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00784/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00784/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-30_10-32-24_00784/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00784/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-30_10-32-24_00784/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00784/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-30_10-32-24_00784/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914562970521508,
                        52.38626572252711,
                        0.0
                    ]
                },
                "distance": 17.87,
                "direction": 321.39,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-30_10-32-24_00784",
                "timestamp": "2025-06-30T10:56:57Z",
                "filename": "recording_2025-06-30_10-32-24_00784.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.86630088,
                "relative_pitch": 0.0,
                "relative_heading": 321.38887100209297,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00599/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00599/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00599/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00599/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00599/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00599/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00599/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00599/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00599/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914957921396715,
                        52.38606256121382,
                        0.0
                    ]
                },
                "distance": 17.96,
                "direction": 118.78,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00599",
                "timestamp": "2024-10-22T08:54:00Z",
                "filename": "recording_2024-10-22_08-41-28_00599.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 17.95944576,
                "relative_pitch": 0.0,
                "relative_heading": 118.77799011048438,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002667/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002667/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002667/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002667/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_002667/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002667/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_002667/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002667/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_002667/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91451827370634,
                        52.3860389896698,
                        46.4899758463725
                    ]
                },
                "distance": 18.12,
                "direction": 231.55,
                "angle": 68.7,
                "elevation": 46.49,
                "pano_id": "TMX7316060226-000495_pano_0000_002667",
                "timestamp": "2019-11-15T12:33:47.832680Z",
                "filename": "pano_0000_002667.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.12215461,
                "relative_pitch": 68.70377605647808,
                "relative_heading": 231.55008994676066,
                "relative_elevation": 46.4899758463725
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000269/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000269/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000269/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000269/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000269/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000269/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000269/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000269/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000269/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91450027151377,
                        52.3860502608458,
                        46.6518450388685
                    ]
                },
                "distance": 18.39,
                "direction": 236.99,
                "angle": 68.49,
                "elevation": 46.65,
                "pano_id": "TMX7316010203-002578_pano_0001_000269",
                "timestamp": "2022-05-12T11:16:58.958770Z",
                "filename": "pano_0001_000269.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.38509738,
                "relative_pitch": 68.49101990798572,
                "relative_heading": 236.99456913854027,
                "relative_elevation": 46.6518450388685
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000958/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000958/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000958/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000958/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000958/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000958/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000958/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000958/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000958/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91455121514723,
                        52.3860128246433,
                        46.071142250672
                    ]
                },
                "distance": 18.54,
                "direction": 220.12,
                "angle": 68.07,
                "elevation": 46.07,
                "pano_id": "TMX7316010203-002578_pano_0001_000958",
                "timestamp": "2022-05-12T11:27:13.365340Z",
                "filename": "pano_0001_000958.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.54390342,
                "relative_pitch": 68.07492724231355,
                "relative_heading": 220.12021180442304,
                "relative_elevation": 46.071142250672
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003210/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003210/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003210/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003210/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000048_pano_0000_003210/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003210/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000048_pano_0000_003210/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003210/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/05/TMX7316010203-000048/pano_0000_003210/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91498687352544,
                        52.3860878516494,
                        46.2561992807314
                    ]
                },
                "distance": 18.65,
                "direction": 108.22,
                "angle": 68.04,
                "elevation": 46.26,
                "pano_id": "TMX7316010203-000048_pano_0000_003210",
                "timestamp": "2016-08-05T09:27:34.692970Z",
                "filename": "pano_0000_003210.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.64787182,
                "relative_pitch": 68.04350757904044,
                "relative_heading": 108.22396602338436,
                "relative_elevation": 46.2561992807314
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000688/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000688/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000688/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000688/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000529_pano_0002_000688/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000688/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000529_pano_0002_000688/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000688/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/12/28/TMX7316010203-000529/pano_0002_000688/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91494167518949,
                        52.38603636365,
                        46.357648071833
                    ]
                },
                "distance": 18.65,
                "direction": 128.31,
                "angle": 68.08,
                "elevation": 46.36,
                "pano_id": "TMX7316010203-000529_pano_0002_000688",
                "timestamp": "2017-12-28T11:49:36.916530Z",
                "filename": "pano_0002_000688.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2017",
                "tags": [
                    "mission-woz",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.65067792,
                "relative_pitch": 68.08401736264977,
                "relative_heading": 128.30709512461914,
                "relative_elevation": 46.357648071833
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000226/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000226/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000226/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000226/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000226/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000226/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000226/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000226/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000226/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454318030998,
                        52.3862647108247,
                        47.2117378069088
                    ]
                },
                "distance": 18.65,
                "direction": 317.94,
                "angle": 68.44,
                "elevation": 47.21,
                "pano_id": "TMX7316010203-000306_pano_0000_000226",
                "timestamp": "2017-05-23T07:37:36.594040Z",
                "filename": "pano_0000_000226.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.65301374,
                "relative_pitch": 68.44138494113739,
                "relative_heading": 317.93692021612776,
                "relative_elevation": 47.2117378069088
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000043/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000043/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000043/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000043/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002894_pano_0005_000043/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000043/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002894_pano_0005_000043/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000043/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/12/27/TMX7316010203-002894/pano_0005_000043/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91455668836963,
                        52.3860078795074,
                        46.4509069826454
                    ]
                },
                "distance": 18.74,
                "direction": 218.16,
                "angle": 68.03,
                "elevation": 46.45,
                "pano_id": "TMX7316010203-002894_pano_0005_000043",
                "timestamp": "2022-12-27T08:57:36.822160Z",
                "filename": "pano_0005_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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.73547878,
                "relative_pitch": 68.03384029276646,
                "relative_heading": 218.1639933860182,
                "relative_elevation": 46.4509069826454
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003946/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003946/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003946/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003946/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003946/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003946/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003946/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003946/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003946/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91496855474325,
                        52.3860566986296,
                        46.2358847204596
                    ]
                },
                "distance": 18.91,
                "direction": 119.45,
                "angle": 67.76,
                "elevation": 46.24,
                "pano_id": "TMX7316010203-001733_pano_0000_003946",
                "timestamp": "2020-06-02T12:10:17.772240Z",
                "filename": "pano_0000_003946.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 18.90938125,
                "relative_pitch": 67.75660157557566,
                "relative_heading": 119.45444843821245,
                "relative_elevation": 46.2358847204596
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00900/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00900/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00900/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00900/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00900/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00900/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00900/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00900/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00900/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914594102368691,
                        52.38629113102159,
                        0.0
                    ]
                },
                "distance": 19.06,
                "direction": 331.73,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00900",
                "timestamp": "2024-10-21T12:22:08Z",
                "filename": "recording_2024-10-21_11-57-59_00900.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.06226609,
                "relative_pitch": 0.0,
                "relative_heading": 331.72625082374464,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001253/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001253/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001253/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001253/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001253/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001253/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001253/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001253/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001253/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9149782372025,
                        52.3860642704064,
                        46.2200660323724
                    ]
                },
                "distance": 19.1,
                "direction": 116.28,
                "angle": 67.55,
                "elevation": 46.22,
                "pano_id": "TMX7316060226-000023_pano_0000_001253",
                "timestamp": "2016-08-16T12:15:24.298070Z",
                "filename": "pano_0000_001253.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.09841631,
                "relative_pitch": 67.54928423348656,
                "relative_heading": 116.2793548637676,
                "relative_elevation": 46.2200660323724
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003641/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003641/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003641/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003641/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000495_pano_0000_003641/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003641/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000495_pano_0000_003641/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003641/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/11/15/TMX7316060226-000495/pano_0000_003641/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482008453984,
                        52.3863024964438,
                        47.1520217498764
                    ]
                },
                "distance": 19.14,
                "direction": 19.4,
                "angle": 67.91,
                "elevation": 47.15,
                "pano_id": "TMX7316060226-000495_pano_0000_003641",
                "timestamp": "2019-11-15T12:53:48.414420Z",
                "filename": "pano_0000_003641.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.13912836,
                "relative_pitch": 67.9076384643126,
                "relative_heading": 19.39772527366716,
                "relative_elevation": 47.1520217498764
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00758/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00758/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00758/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00758/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00758/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00758/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00758/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00758/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00758/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91494280428592,
                        52.386028009734716,
                        0.0
                    ]
                },
                "distance": 19.3,
                "direction": 130.33,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00758",
                "timestamp": "2024-10-21T12:17:58Z",
                "filename": "recording_2024-10-21_11-57-59_00758.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.2992745,
                "relative_pitch": 0.0,
                "relative_heading": 130.3316040838982,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004261/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004261/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004261/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004261/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002183_pano_0001_004261/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_004261/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002183_pano_0001_004261/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004261/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002183/pano_0001_004261/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91480867674676,
                        52.3863077545514,
                        47.2123229196295
                    ]
                },
                "distance": 19.46,
                "direction": 16.67,
                "angle": 67.6,
                "elevation": 47.21,
                "pano_id": "TMX7316010203-002183_pano_0001_004261",
                "timestamp": "2021-06-17T08:55:54.862240Z",
                "filename": "pano_0001_004261.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.45514218,
                "relative_pitch": 67.6045365678345,
                "relative_heading": 16.666840838514776,
                "relative_elevation": 47.2123229196295
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01926/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01926/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01926/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01926/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_01926/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01926/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01926/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01926/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_01926/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914975332621535,
                        52.38605332605029,
                        0.0
                    ]
                },
                "distance": 19.5,
                "direction": 119.75,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_01926",
                "timestamp": "2025-09-04T07:27:55Z",
                "filename": "recording_2025-09-04_06-44-53_01926.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.49600469,
                "relative_pitch": 0.0,
                "relative_heading": 119.74789891452834,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001005/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001005/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001005/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001005/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000023_pano_0000_001005/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001005/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000023_pano_0000_001005/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001005/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/16/TMX7316060226-000023/pano_0000_001005/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91492543698428,
                        52.3860141093318,
                        46.1854608273134
                    ]
                },
                "distance": 19.5,
                "direction": 136.06,
                "angle": 67.11,
                "elevation": 46.19,
                "pano_id": "TMX7316060226-000023_pano_0000_001005",
                "timestamp": "2016-08-16T12:10:47.919700Z",
                "filename": "pano_0000_001005.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.49615833,
                "relative_pitch": 67.11404906421852,
                "relative_heading": 136.0554236269584,
                "relative_elevation": 46.1854608273134
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00607/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00607/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00607/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00607/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_08-41-28_00607/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00607/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_08-41-28_00607/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00607/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_08-41-28_00607/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91449936701284,
                        52.38603283431213,
                        0.0
                    ]
                },
                "distance": 19.56,
                "direction": 232.32,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_08-41-28_00607",
                "timestamp": "2024-10-22T08:54:09Z",
                "filename": "recording_2024-10-22_08-41-28_00607.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.55798243,
                "relative_pitch": 0.0,
                "relative_heading": 232.32369337450743,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001510/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001510/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001510/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001510/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000297_pano_0000_001510/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001510/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001510/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001510/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001510/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91481274997555,
                        52.3863082613924,
                        47.0378412287682
                    ]
                },
                "distance": 19.59,
                "direction": 17.4,
                "angle": 67.39,
                "elevation": 47.04,
                "pano_id": "TMX7316010203-000297_pano_0000_001510",
                "timestamp": "2017-05-15T09:58:25.695880Z",
                "filename": "pano_0000_001510.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.59029959,
                "relative_pitch": 67.38927004152401,
                "relative_heading": 17.39657481452376,
                "relative_elevation": 47.0378412287682
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000984/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000984/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000984/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000984/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000984/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000984/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000984/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000984/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000984/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482764142364,
                        52.3863059923694,
                        47.0349262291566
                    ]
                },
                "distance": 19.68,
                "direction": 20.43,
                "angle": 67.29,
                "elevation": 47.03,
                "pano_id": "TMX7316010203-002578_pano_0001_000984",
                "timestamp": "2022-05-12T11:27:37.200250Z",
                "filename": "pano_0001_000984.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.68015904,
                "relative_pitch": 67.29479243962005,
                "relative_heading": 20.43453361226797,
                "relative_elevation": 47.0349262291566
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000719/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000719/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000719/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000719/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000296_pano_0000_000719/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000719/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000296_pano_0000_000719/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000719/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000296/pano_0000_000719/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91498587800991,
                        52.3860613547676,
                        46.045094829984
                    ]
                },
                "distance": 19.71,
                "direction": 116.46,
                "angle": 66.83,
                "elevation": 46.05,
                "pano_id": "TMX7316010203-000296_pano_0000_000719",
                "timestamp": "2017-05-15T07:50:09.388830Z",
                "filename": "pano_0000_000719.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.70861497,
                "relative_pitch": 66.82769293315894,
                "relative_heading": 116.45544724791411,
                "relative_elevation": 46.045094829984
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000990/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000990/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000990/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000990/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002578_pano_0001_000990/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000990/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002578_pano_0001_000990/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000990/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/05/12/TMX7316010203-002578/pano_0001_000990/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91500240795271,
                        52.3860859394962,
                        46.370060284622
                    ]
                },
                "distance": 19.72,
                "direction": 107.85,
                "angle": 66.96,
                "elevation": 46.37,
                "pano_id": "TMX7316010203-002578_pano_0001_000990",
                "timestamp": "2022-05-12T11:27:42.700210Z",
                "filename": "pano_0001_000990.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.71945217,
                "relative_pitch": 66.96176544693556,
                "relative_heading": 107.85010656235006,
                "relative_elevation": 46.370060284622
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02387/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02387/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02387/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02387/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-09-04_06-44-53_02387/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02387/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_02387/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02387/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-09-04_06-44-53_02387/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.915001392097048,
                        52.38608215455239,
                        0.0
                    ]
                },
                "distance": 19.79,
                "direction": 109.07,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-09-04_06-44-53_02387",
                "timestamp": "2025-09-04T07:38:00Z",
                "filename": "recording_2025-09-04_06-44-53_02387.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 19.78722046,
                "relative_pitch": 0.0,
                "relative_heading": 109.07241513777868,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001835/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001835/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001835/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001835/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001513_pano_0002_001835/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001835/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001513_pano_0002_001835/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001835/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/12/12/TMX7316010203-001513/pano_0002_001835/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454128745158,
                        52.3862797830983,
                        47.5019112778828
                    ]
                },
                "distance": 20.01,
                "direction": 320.88,
                "angle": 67.16,
                "elevation": 47.5,
                "pano_id": "TMX7316010203-001513_pano_0002_001835",
                "timestamp": "2019-12-12T10:03:27.329170Z",
                "filename": "pano_0002_001835.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.01090902,
                "relative_pitch": 67.15599435797112,
                "relative_heading": 320.881433858307,
                "relative_elevation": 47.5019112778828
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000236/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000236/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000236/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000236/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000306_pano_0000_000236/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000236/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000306_pano_0000_000236/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000236/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/23/TMX7316010203-000306/pano_0000_000236/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9146009751455,
                        52.3863029016245,
                        47.1779681462795
                    ]
                },
                "distance": 20.02,
                "direction": 334.68,
                "angle": 67.01,
                "elevation": 47.18,
                "pano_id": "TMX7316010203-000306_pano_0000_000236",
                "timestamp": "2017-05-23T07:37:51.564040Z",
                "filename": "pano_0000_000236.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.02076075,
                "relative_pitch": 67.00524691551402,
                "relative_heading": 334.6824685882579,
                "relative_elevation": 47.1779681462795
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000352/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000352/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000352/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000352/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000352/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000352/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000352/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000352/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000352/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91495356014745,
                        52.3860248472475,
                        46.3352172058076
                    ]
                },
                "distance": 20.09,
                "direction": 129.74,
                "angle": 66.56,
                "elevation": 46.34,
                "pano_id": "TMX7316010203-002184_pano_0000_000352",
                "timestamp": "2021-06-17T09:38:51.539260Z",
                "filename": "pano_0000_000352.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.0863399,
                "relative_pitch": 66.56324385517621,
                "relative_heading": 129.74482039184107,
                "relative_elevation": 46.3352172058076
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000344/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000344/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000344/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000344/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002184_pano_0000_000344/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000344/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002184_pano_0000_000344/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000344/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/06/17/TMX7316010203-002184/pano_0000_000344/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91454323142753,
                        52.3862829785847,
                        47.5896671349183
                    ]
                },
                "distance": 20.21,
                "direction": 321.81,
                "angle": 66.99,
                "elevation": 47.59,
                "pano_id": "TMX7316010203-002184_pano_0000_000344",
                "timestamp": "2021-06-17T09:38:47.109280Z",
                "filename": "pano_0000_000344.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.20591906,
                "relative_pitch": 66.99458951861185,
                "relative_heading": 321.80880157715137,
                "relative_elevation": 47.5896671349183
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003310/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003310/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003310/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003310/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_003310/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003310/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_003310/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003310/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_003310/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91451643188621,
                        52.3860115033082,
                        46.4834889108315
                    ]
                },
                "distance": 20.26,
                "direction": 224.98,
                "angle": 66.45,
                "elevation": 46.48,
                "pano_id": "TMX7316010203-001733_pano_0000_003310",
                "timestamp": "2020-06-02T11:59:45.604040Z",
                "filename": "pano_0000_003310.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.25525344,
                "relative_pitch": 66.4547595989673,
                "relative_heading": 224.98074756152118,
                "relative_elevation": 46.4834889108315
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000709/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000709/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000709/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000709/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000886_pano_0000_000709/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000709/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000886_pano_0000_000709/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000709/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/30/TMX7316010203-000886/pano_0000_000709/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9145474428435,
                        52.3859944537894,
                        46.3607731927186
                    ]
                },
                "distance": 20.3,
                "direction": 216.96,
                "angle": 66.35,
                "elevation": 46.36,
                "pano_id": "TMX7316010203-000886_pano_0000_000709",
                "timestamp": "2018-07-30T11:14:28.173170Z",
                "filename": "pano_0000_000709.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.30357085,
                "relative_pitch": 66.34911951634048,
                "relative_heading": 216.95556402570915,
                "relative_elevation": 46.3607731927186
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001514/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001514/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001514/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001514/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000297_pano_0000_001514/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001514/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000297_pano_0000_001514/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001514/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/15/TMX7316010203-000297/pano_0000_001514/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91494782522971,
                        52.3860157704588,
                        46.0663064448163
                    ]
                },
                "distance": 20.46,
                "direction": 132.62,
                "angle": 66.05,
                "elevation": 46.07,
                "pano_id": "TMX7316010203-000297_pano_0000_001514",
                "timestamp": "2017-05-15T09:58:41.975780Z",
                "filename": "pano_0000_001514.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.45764485,
                "relative_pitch": 66.05441051736925,
                "relative_heading": 132.62025521603678,
                "relative_elevation": 46.0663064448163
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002774/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002774/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002774/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002774/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002774/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002774/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002774/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002774/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002774/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9149609849131,
                        52.3860217629701,
                        46.2930993074551
                    ]
                },
                "distance": 20.69,
                "direction": 129.58,
                "angle": 65.91,
                "elevation": 46.29,
                "pano_id": "TMX7316010203-001258_pano_0000_002774",
                "timestamp": "2019-06-28T07:43:08.548540Z",
                "filename": "pano_0000_002774.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.69455213,
                "relative_pitch": 65.91377147494906,
                "relative_heading": 129.58056103390294,
                "relative_elevation": 46.2930993074551
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002766/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002766/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002766/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002766/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001258_pano_0000_002766/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002766/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001258_pano_0000_002766/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002766/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/06/28/TMX7316010203-001258/pano_0000_002766/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482704362873,
                        52.3863158590354,
                        47.1847343416885
                    ]
                },
                "distance": 20.7,
                "direction": 19.27,
                "angle": 66.31,
                "elevation": 47.18,
                "pano_id": "TMX7316010203-001258_pano_0000_002766",
                "timestamp": "2019-06-28T07:42:57.318600Z",
                "filename": "pano_0000_002766.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.69905997,
                "relative_pitch": 66.31383780240178,
                "relative_heading": 19.267829880794995,
                "relative_elevation": 47.1847343416885
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00750/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00750/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00750/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00750/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-21_11-57-59_00750/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00750/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-21_11-57-59_00750/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00750/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-21_11-57-59_00750/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914533655731877,
                        52.38628511930781,
                        0.0
                    ]
                },
                "distance": 20.8,
                "direction": 320.8,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-21_11-57-59_00750",
                "timestamp": "2024-10-21T12:17:48Z",
                "filename": "recording_2024-10-21_11-57-59_00750.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.79944683,
                "relative_pitch": 0.0,
                "relative_heading": 320.802935037681,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_09-10-27_00778/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_09-10-27_00778/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_09-10-27_00778/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_09-10-27_00778/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-22_09-10-27_00778/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_09-10-27_00778/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-22_09-10-27_00778/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_09-10-27_00778/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-22_09-10-27_00778/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.914533364333163,
                        52.38599550402549,
                        0.0
                    ]
                },
                "distance": 20.8,
                "direction": 219.26,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-22_09-10-27_00778",
                "timestamp": "2024-10-22T09:35:59Z",
                "filename": "recording_2024-10-22_09-10-27_00778.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.80326944,
                "relative_pitch": 0.0,
                "relative_heading": 219.25932190984003,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-09-04_06-44-53_01930/adjacencies/recording_2025-09-04_06-44-53_01930/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002922/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002922/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002922/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002922/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001733_pano_0000_002922/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_002922/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001733_pano_0000_002922/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002922/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/06/02/TMX7316010203-001733/pano_0000_002922/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91482616143509,
                        52.3863174735245,
                        47.2134441491216
                    ]
                },
                "distance": 20.85,
                "direction": 18.95,
                "angle": 66.17,
                "elevation": 47.21,
                "pano_id": "TMX7316010203-001733_pano_0000_002922",
                "timestamp": "2020-06-02T11:51:26.025390Z",
                "filename": "pano_0000_002922.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-09-04_06-44-53_01930",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122834.014,
                        488802.94
                    ]
                },
                "relative_distance": 20.84915092,
                "relative_pitch": 66.17405759633519,
                "relative_heading": 18.949095597209272,
                "relative_elevation": 47.2134441491216
            }
        ]
    }
}