Parameters:

- newest_in_range: (boolean) only return photos that are the newest within their distance interval
- srid: (integer) projection of coordinates, either 4326 or 28992
- near: (string) two-dimensional point, separated by a comma; "<lon>,<lat>" when "srid=4326", "<x>,<y>" when "srid=28992"
- radius: (number) search radius in meters from point "near"
- bbox: (string) only return photos contained by bounding box, two two-dimensional points "<northwest>,<southeast>", same as point "near"
- timestamp_before: (string) ISO date format (yyyy-mm-dd)
- timestamp_after: (string) ISO date format (yyyy-mm-dd)
- tags: (string) a comma-seperated list of tags to filter on, for example: "mission-bi,mission2017"
- limit_results: (integer) limit on the returned results (impacts count and pagination: if more results are available, they don't show up in counts). Can be used for performance reasons

GET /panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/hal+json
Vary: Accept

{
    "_links": {
        "self": {
            "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/?format=api"
        }
    },
    "_embedded": {
        "adjacencies": [
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03311/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03311/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03311/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03311/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03311/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03311/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03311/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911808256992313,
                        52.36093988012487,
                        0.0
                    ]
                },
                "distance": 0.0,
                "direction": null,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03311",
                "timestamp": "2025-06-19T05:51:42Z",
                "filename": "recording_2025-06-19_04-38-42_03311.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 0.0,
                "relative_pitch": 0.0,
                "relative_heading": null,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01231/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01231/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01231/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01231/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01231/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01231/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01231/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01231/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01231/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911808183806412,
                        52.360940238054354,
                        0.0
                    ]
                },
                "distance": 0.04,
                "direction": 352.86,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01231",
                "timestamp": "2024-10-02T09:57:22Z",
                "filename": "recording_2024-10-02_09-25-01_01231.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 0.04013916,
                "relative_pitch": 0.0,
                "relative_heading": 352.86478803634134,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000055/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000055/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000055/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000055/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000055/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000055/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000055/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000055/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000055/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181167691304,
                        52.3609396428922,
                        46.0483735669404
                    ]
                },
                "distance": 0.23,
                "direction": 96.46,
                "angle": 89.71,
                "elevation": 46.05,
                "pano_id": "TMX7316010203-001184_pano_0000_000055",
                "timestamp": "2019-05-15T06:26:45.371350Z",
                "filename": "pano_0000_000055.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 0.23447044,
                "relative_pitch": 89.70826221443951,
                "relative_heading": 96.46435509234526,
                "relative_elevation": 46.0483735669404
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000342/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000342/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000342/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000342/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000342/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000342/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000342/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000342/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000342/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91180540894367,
                        52.3609360776275,
                        45.9899149769917
                    ]
                },
                "distance": 0.47,
                "direction": 204.63,
                "angle": 89.42,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-000879_pano_0000_000342",
                "timestamp": "2018-07-29T08:41:46.548080Z",
                "filename": "pano_0000_000342.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 0.46548328,
                "relative_pitch": 89.42010510957059,
                "relative_heading": 204.6337914340665,
                "relative_elevation": 45.9899149769917
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000140/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000140/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000140/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000140/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000140/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000140/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000140/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000140/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000140/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91179717078893,
                        52.3609365290944,
                        46.1006124541163
                    ]
                },
                "distance": 0.84,
                "direction": 243.72,
                "angle": 88.95,
                "elevation": 46.1,
                "pano_id": "TMX7316010203-001906_pano_0000_000140",
                "timestamp": "2020-09-04T07:51:04.850380Z",
                "filename": "pano_0000_000140.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 0.84227615,
                "relative_pitch": 88.95330024119454,
                "relative_heading": 243.7231499001808,
                "relative_elevation": 46.1006124541163
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003676/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003676/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003676/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003676/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003676/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003676/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003676/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003676/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003676/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91182179318024,
                        52.3609450452789,
                        46.0217191604897
                    ]
                },
                "distance": 1.09,
                "direction": 58.07,
                "angle": 88.65,
                "elevation": 46.02,
                "pano_id": "TMX7316010203-002593_pano_0000_003676",
                "timestamp": "2022-06-13T12:19:50.451030Z",
                "filename": "pano_0000_003676.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 1.08659276,
                "relative_pitch": 88.647473068685,
                "relative_heading": 58.06575832377026,
                "relative_elevation": 46.0217191604897
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000206/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000206/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000206/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000206/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000206/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000206/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000206/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000206/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000206/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91178277728004,
                        52.3609277590859,
                        46.1176326749846
                    ]
                },
                "distance": 2.2,
                "direction": 232.15,
                "angle": 87.27,
                "elevation": 46.12,
                "pano_id": "TMX7316010203-002138_pano_0000_000206",
                "timestamp": "2021-05-12T10:15:27.873220Z",
                "filename": "pano_0000_000206.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.19820599,
                "relative_pitch": 87.27105089959029,
                "relative_heading": 232.15173562694235,
                "relative_elevation": 46.1176326749846
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002008/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002008/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002008/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002008/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002008/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002008/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002008/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002008/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002008/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183634071141,
                        52.3609504032542,
                        46.6132385069504
                    ]
                },
                "distance": 2.24,
                "direction": 58.53,
                "angle": 87.24,
                "elevation": 46.61,
                "pano_id": "TMX7316010203-001675_pano_0000_002008",
                "timestamp": "2020-04-24T10:07:04.551740Z",
                "filename": "pano_0000_002008.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.24307848,
                "relative_pitch": 87.2449915368791,
                "relative_heading": 58.53151381781385,
                "relative_elevation": 46.6132385069504
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000113/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000113/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000113/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000113/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000113/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000113/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000113/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000113/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000113/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9117816829502,
                        52.3609268831268,
                        45.9990338040516
                    ]
                },
                "distance": 2.32,
                "direction": 231.38,
                "angle": 87.12,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-002330_pano_0000_000113",
                "timestamp": "2021-12-22T12:11:58.139710Z",
                "filename": "pano_0000_000113.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.31709024,
                "relative_pitch": 87.11630085860375,
                "relative_heading": 231.37959201578113,
                "relative_elevation": 45.9990338040516
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000112/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000112/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000112/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000112/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000112/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000112/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000112/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000112/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000112/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184172127736,
                        52.3609524475223,
                        45.9876528885216
                    ]
                },
                "distance": 2.67,
                "direction": 58.47,
                "angle": 86.67,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-002330_pano_0000_000112",
                "timestamp": "2021-12-22T12:11:57.679680Z",
                "filename": "pano_0000_000112.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.67446625,
                "relative_pitch": 86.67164523881182,
                "relative_heading": 58.47429643428183,
                "relative_elevation": 45.9876528885216
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001159/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001159/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001159/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001159/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001159/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001159/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001159/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001159/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001159/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91176878224799,
                        52.3609468327763,
                        45.9665670804679
                    ]
                },
                "distance": 2.8,
                "direction": 286.05,
                "angle": 86.52,
                "elevation": 45.97,
                "pano_id": "TMX7316010203-000191_pano_0001_001159",
                "timestamp": "2016-11-24T10:40:02.235400Z",
                "filename": "pano_0001_001159.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.79826245,
                "relative_pitch": 86.5163590796572,
                "relative_heading": 286.049973331766,
                "relative_elevation": 45.9665670804679
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002009/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002009/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002009/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002009/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002009/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002009/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002009/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002009/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002009/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91177382175198,
                        52.3609255675545,
                        46.6167082693428
                    ]
                },
                "distance": 2.84,
                "direction": 235.83,
                "angle": 86.52,
                "elevation": 46.62,
                "pano_id": "TMX7316010203-001675_pano_0000_002009",
                "timestamp": "2020-04-24T10:07:04.961710Z",
                "filename": "pano_0000_002009.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.83541466,
                "relative_pitch": 86.51932960027094,
                "relative_heading": 235.8273638434249,
                "relative_elevation": 46.6167082693428
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000205/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000205/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000205/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000205/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000205/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000205/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000205/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000205/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000205/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184423708953,
                        52.3609532565911,
                        46.1078287577257
                    ]
                },
                "distance": 2.87,
                "direction": 58.73,
                "angle": 86.44,
                "elevation": 46.11,
                "pano_id": "TMX7316010203-002138_pano_0000_000205",
                "timestamp": "2021-05-12T10:15:27.418260Z",
                "filename": "pano_0000_000205.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 2.86766135,
                "relative_pitch": 86.44109181247062,
                "relative_heading": 58.731531098004574,
                "relative_elevation": 46.1078287577257
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003677/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003677/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003677/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003677/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003677/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003677/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003677/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003677/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003677/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91176091528472,
                        52.3609193421051,
                        46.0226632757112
                    ]
                },
                "distance": 3.95,
                "direction": 234.68,
                "angle": 85.09,
                "elevation": 46.02,
                "pano_id": "TMX7316010203-002593_pano_0000_003677",
                "timestamp": "2022-06-13T12:19:50.931080Z",
                "filename": "pano_0000_003677.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 3.9527509,
                "relative_pitch": 85.09108107485139,
                "relative_heading": 234.6782681317887,
                "relative_elevation": 46.0226632757112
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001158/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001158/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001158/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001158/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001158/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001158/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001158/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001158/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001158/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91182832042477,
                        52.3609734289704,
                        45.9955435544252
                    ]
                },
                "distance": 3.98,
                "direction": 20.11,
                "angle": 85.06,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-000191_pano_0001_001158",
                "timestamp": "2016-11-24T10:40:01.925380Z",
                "filename": "pano_0001_001158.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 3.97546888,
                "relative_pitch": 85.06011014625274,
                "relative_heading": 20.109174132931358,
                "relative_elevation": 45.9955435544252
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000139/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000139/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000139/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000139/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000139/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000139/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000139/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000139/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000139/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91185950096171,
                        52.3609601976933,
                        46.0977937979624
                    ]
                },
                "distance": 4.16,
                "direction": 57.07,
                "angle": 84.84,
                "elevation": 46.1,
                "pano_id": "TMX7316010203-001906_pano_0000_000139",
                "timestamp": "2020-09-04T07:51:04.440420Z",
                "filename": "pano_0000_000139.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 4.15909895,
                "relative_pitch": 84.84453957540279,
                "relative_heading": 57.072002131915,
                "relative_elevation": 46.0977937979624
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000341/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000341/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000341/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000341/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000341/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000341/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000341/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000341/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000341/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91186792034024,
                        52.3609600002471,
                        45.9723085593432
                    ]
                },
                "distance": 4.64,
                "direction": 61.15,
                "angle": 84.24,
                "elevation": 45.97,
                "pano_id": "TMX7316010203-000879_pano_0000_000341",
                "timestamp": "2018-07-29T08:41:46.138070Z",
                "filename": "pano_0000_000341.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 4.6403444,
                "relative_pitch": 84.23621095503914,
                "relative_heading": 61.15279802790428,
                "relative_elevation": 45.9723085593432
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000056/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000056/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000056/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000056/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000056/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000056/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000056/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000056/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000056/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91175057820103,
                        52.3609135588942,
                        46.0470319930464
                    ]
                },
                "distance": 4.9,
                "direction": 233.3,
                "angle": 83.92,
                "elevation": 46.05,
                "pano_id": "TMX7316010203-001184_pano_0000_000056",
                "timestamp": "2019-05-15T06:26:45.811430Z",
                "filename": "pano_0000_000056.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 4.90080837,
                "relative_pitch": 83.92485163771767,
                "relative_heading": 233.2996207426721,
                "relative_elevation": 46.0470319930464
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01232/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01232/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01232/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01232/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01232/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01232/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01232/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01232/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01232/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911748333871865,
                        52.36091416505637,
                        0.0
                    ]
                },
                "distance": 4.99,
                "direction": 234.97,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01232",
                "timestamp": "2024-10-02T09:57:23Z",
                "filename": "recording_2024-10-02_09-25-01_01232.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 4.98520598,
                "relative_pitch": 0.0,
                "relative_heading": 234.97157875411517,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03312/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03312/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03312/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03312/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03312/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03312/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03312/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03312/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03312/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911748715453293,
                        52.36091359460163,
                        0.0
                    ]
                },
                "distance": 5.0,
                "direction": 234.21,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03312",
                "timestamp": "2025-06-19T05:51:42Z",
                "filename": "recording_2025-06-19_04-38-42_03312.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.00080174,
                "relative_pitch": 0.0,
                "relative_heading": 234.20506334146174,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03310/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03310/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03310/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03310/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03310/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03310/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03310/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03310/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03310/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911869888302659,
                        52.36096432253835,
                        0.0
                    ]
                },
                "distance": 5.0,
                "direction": 57.07,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03310",
                "timestamp": "2025-06-19T05:51:41Z",
                "filename": "recording_2025-06-19_04-38-42_03310.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.00255053,
                "relative_pitch": 0.0,
                "relative_heading": 57.06515138175903,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01230/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01230/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01230/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01230/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01230/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01230/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01230/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01230/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01230/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911870439483263,
                        52.36096395965373,
                        0.0
                    ]
                },
                "distance": 5.01,
                "direction": 57.69,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01230",
                "timestamp": "2024-10-02T09:57:21Z",
                "filename": "recording_2024-10-02_09-25-01_01230.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.01240521,
                "relative_pitch": 0.0,
                "relative_heading": 57.68591224319273,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001401/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001401/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001401/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001401/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001401/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001401/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001401/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001401/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001401/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91182154200085,
                        52.3608935286646,
                        45.8753962209448
                    ]
                },
                "distance": 5.24,
                "direction": 170.05,
                "angle": 83.49,
                "elevation": 45.88,
                "pano_id": "TMX7316010203-000191_pano_0001_001401",
                "timestamp": "2016-11-24T10:41:41.359500Z",
                "filename": "pano_0001_001401.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.23652331,
                "relative_pitch": 83.48806280725515,
                "relative_heading": 170.0475480391185,
                "relative_elevation": 45.8753962209448
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000054/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000054/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000054/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000054/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000054/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000054/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000054/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000054/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000054/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187475179221,
                        52.360963701831,
                        46.0402233060449
                    ]
                },
                "distance": 5.25,
                "direction": 59.67,
                "angle": 83.5,
                "elevation": 46.04,
                "pano_id": "TMX7316010203-001184_pano_0000_000054",
                "timestamp": "2019-05-15T06:26:44.926390Z",
                "filename": "pano_0000_000054.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.24847751,
                "relative_pitch": 83.49649054651749,
                "relative_heading": 59.66533065011574,
                "relative_elevation": 46.0402233060449
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000343/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000343/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000343/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000343/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000343/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000343/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000343/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000343/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000343/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91174539287612,
                        52.3609103837222,
                        45.9974689660594
                    ]
                },
                "distance": 5.4,
                "direction": 232.53,
                "angle": 83.31,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-000879_pano_0000_000343",
                "timestamp": "2018-07-29T08:41:46.948080Z",
                "filename": "pano_0000_000343.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.395666,
                "relative_pitch": 83.30957737269037,
                "relative_heading": 232.5332749804468,
                "relative_elevation": 45.9974689660594
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000898/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000898/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000898/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000898/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000898/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000898/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000898/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000898/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000898/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91179805120434,
                        52.3609886499188,
                        46.1057121325284
                    ]
                },
                "distance": 5.47,
                "direction": 352.7,
                "angle": 83.23,
                "elevation": 46.11,
                "pano_id": "TMX7316010203-000239_pano_0002_000898",
                "timestamp": "2017-03-31T09:49:57.275200Z",
                "filename": "pano_0002_000898.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.47117562,
                "relative_pitch": 83.23259190280095,
                "relative_heading": 352.6992760574739,
                "relative_elevation": 46.1057121325284
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000141/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000141/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000141/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000141/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000141/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000141/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000141/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000141/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000141/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91173790262344,
                        52.3609107258973,
                        46.0955962110311
                    ]
                },
                "distance": 5.79,
                "direction": 235.91,
                "angle": 82.84,
                "elevation": 46.1,
                "pano_id": "TMX7316010203-001906_pano_0000_000141",
                "timestamp": "2020-09-04T07:51:05.255440Z",
                "filename": "pano_0000_000141.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.78754004,
                "relative_pitch": 82.84366672703786,
                "relative_heading": 235.90728777140248,
                "relative_elevation": 46.0955962110311
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001402/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001402/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001402/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001402/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001402/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001402/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001402/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001402/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001402/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91188470636419,
                        52.3609170298088,
                        45.8772206306458
                    ]
                },
                "distance": 5.8,
                "direction": 116.02,
                "angle": 82.8,
                "elevation": 45.88,
                "pano_id": "TMX7316010203-000191_pano_0001_001402",
                "timestamp": "2016-11-24T10:41:41.839480Z",
                "filename": "pano_0001_001402.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.79559934,
                "relative_pitch": 82.80005092533933,
                "relative_heading": 116.02226870862111,
                "relative_elevation": 45.8772206306458
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000382/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000382/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000382/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000382/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000382/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000382/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000382/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000382/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000382/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187297470593,
                        52.3609055405477,
                        46.0133945671842
                    ]
                },
                "distance": 5.83,
                "direction": 130.92,
                "angle": 82.77,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-001906_pano_0000_000382",
                "timestamp": "2020-09-04T07:53:24.629520Z",
                "filename": "pano_0000_000382.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.83428108,
                "relative_pitch": 82.77372686054775,
                "relative_heading": 130.91513909860532,
                "relative_elevation": 46.0133945671842
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003176/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003176/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003176/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003176/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003176/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003176/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003176/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003176/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003176/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187561761906,
                        52.3609061016158,
                        45.9604113893583
                    ]
                },
                "distance": 5.93,
                "direction": 129.32,
                "angle": 82.65,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-000720_pano_0002_003176",
                "timestamp": "2018-05-15T08:23:02.819360Z",
                "filename": "pano_0002_003176.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 5.93174727,
                "relative_pitch": 82.64593875799598,
                "relative_heading": 129.32021378743872,
                "relative_elevation": 45.9604113893583
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00964/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00964/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00964/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00964/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00964/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00964/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00964/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00964/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00964/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911848776110679,
                        52.36089186236627,
                        0.0
                    ]
                },
                "distance": 6.01,
                "direction": 152.68,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00964",
                "timestamp": "2024-09-16T07:32:34Z",
                "filename": "recording_2024-09-16_07-18-19_00964.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.0140324,
                "relative_pitch": 0.0,
                "relative_heading": 152.67848982266625,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001309/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001309/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001309/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001309/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001309/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001309/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001309/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001309/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001309/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91186507564655,
                        52.3608983790906,
                        47.7175775077194
                    ]
                },
                "distance": 6.03,
                "direction": 140.03,
                "angle": 82.8,
                "elevation": 47.72,
                "pano_id": "TMX7316010203-002138_pano_0000_001309",
                "timestamp": "2021-05-12T10:39:45.819270Z",
                "filename": "pano_0000_001309.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.0256488,
                "relative_pitch": 82.80293471780703,
                "relative_heading": 140.03075078572823,
                "relative_elevation": 47.7175775077194
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003675/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003675/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003675/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003675/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003675/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003675/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003675/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003675/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003675/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91188477912198,
                        52.3609685054325,
                        46.0095229493454
                    ]
                },
                "distance": 6.11,
                "direction": 58.57,
                "angle": 82.44,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-002593_pano_0000_003675",
                "timestamp": "2022-06-13T12:19:49.966070Z",
                "filename": "pano_0000_003675.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.10912356,
                "relative_pitch": 82.43653434789165,
                "relative_heading": 58.57418838396116,
                "relative_elevation": 46.0095229493454
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001238/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001238/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001238/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001238/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001238/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001238/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001238/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001238/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001238/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184643533921,
                        52.3608901948149,
                        45.9562003361061
                    ]
                },
                "distance": 6.11,
                "direction": 154.81,
                "angle": 82.43,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-002542_pano_0000_001238",
                "timestamp": "2022-04-25T08:33:52.016270Z",
                "filename": "pano_0000_001238.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.10990963,
                "relative_pitch": 82.42689727911338,
                "relative_heading": 154.80618773956814,
                "relative_elevation": 45.9562003361061
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00744/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00744/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00744/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00744/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00744/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00744/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00744/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00744/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00744/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911833969909274,
                        52.36088712659951,
                        0.0
                    ]
                },
                "distance": 6.13,
                "direction": 163.38,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00744",
                "timestamp": "2025-06-19T04:59:33Z",
                "filename": "recording_2025-06-19_04-38-42_00744.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.12588893,
                "relative_pitch": 0.0,
                "relative_heading": 163.38456666055936,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001842/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001842/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001842/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001842/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001842/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001842/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001842/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001842/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001842/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184040905506,
                        52.3608873866021,
                        45.9982210211456
                    ]
                },
                "distance": 6.24,
                "direction": 159.44,
                "angle": 82.28,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001532_pano_0000_001842",
                "timestamp": "2020-01-06T09:10:24.708970Z",
                "filename": "pano_0000_001842.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.23834136,
                "relative_pitch": 82.27659094691067,
                "relative_heading": 159.44482428904706,
                "relative_elevation": 45.9982210211456
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00309/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00309/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00309/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00309/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00309/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00309/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00309/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00309/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00309/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911831830843635,
                        52.36088261516288,
                        0.0
                    ]
                },
                "distance": 6.57,
                "direction": 165.85,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00309",
                "timestamp": "2024-11-21T10:27:29Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00309.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.57137028,
                "relative_pitch": 0.0,
                "relative_heading": 165.85441997960288,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00745/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00745/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00745/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00745/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00745/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00745/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00745/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00745/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00745/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91189451951606,
                        52.36091249937988,
                        0.0
                    ]
                },
                "distance": 6.62,
                "direction": 117.4,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00745",
                "timestamp": "2025-06-19T04:59:34Z",
                "filename": "recording_2025-06-19_04-38-42_00745.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.61943733,
                "relative_pitch": 0.0,
                "relative_heading": 117.40490765237183,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000381/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000381/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000381/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000381/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000381/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000381/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000381/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000381/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000381/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181303005617,
                        52.3608798570148,
                        46.0178314512596
                    ]
                },
                "distance": 6.69,
                "direction": 177.21,
                "angle": 81.73,
                "elevation": 46.02,
                "pano_id": "TMX7316010203-001906_pano_0000_000381",
                "timestamp": "2020-09-04T07:53:24.209520Z",
                "filename": "pano_0000_000381.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.68693397,
                "relative_pitch": 81.73211653507859,
                "relative_heading": 177.2128088211123,
                "relative_elevation": 46.0178314512596
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003175/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003175/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003175/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003175/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003175/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003175/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003175/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003175/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003175/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181607594791,
                        52.360879867185,
                        45.9598862510175
                    ]
                },
                "distance": 6.7,
                "direction": 175.44,
                "angle": 81.71,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-000720_pano_0002_003175",
                "timestamp": "2018-05-15T08:23:02.384410Z",
                "filename": "pano_0002_003175.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.69910202,
                "relative_pitch": 81.70698269349262,
                "relative_heading": 175.43946191776377,
                "relative_elevation": 45.9598862510175
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00310/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00310/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00310/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00310/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00310/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00310/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00310/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00310/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00310/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911892291400966,
                        52.360908077464046,
                        0.0
                    ]
                },
                "distance": 6.73,
                "direction": 121.72,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00310",
                "timestamp": "2024-11-21T10:27:30Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00310.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 6.73026021,
                "relative_pitch": 0.0,
                "relative_heading": 121.72252993254182,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001160/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001160/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001160/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001160/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001160/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001160/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001160/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001160/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001160/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91171071375543,
                        52.3609197650142,
                        45.9335755184293
                    ]
                },
                "distance": 7.01,
                "direction": 251.38,
                "angle": 81.32,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-000191_pano_0001_001160",
                "timestamp": "2016-11-24T10:40:02.540370Z",
                "filename": "pano_0001_001160.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.01190811,
                "relative_pitch": 81.3206195269055,
                "relative_heading": 251.38469602479165,
                "relative_elevation": 45.9335755184293
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001843/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001843/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001843/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001843/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001843/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001843/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001843/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001843/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001843/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190129189238,
                        52.3609120283834,
                        45.9970167549327
                    ]
                },
                "distance": 7.06,
                "direction": 116.06,
                "angle": 81.28,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001532_pano_0000_001843",
                "timestamp": "2020-01-06T09:10:25.034050Z",
                "filename": "pano_0000_001843.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.05509675,
                "relative_pitch": 81.27984022229295,
                "relative_heading": 116.05807143444595,
                "relative_elevation": 45.9970167549327
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000207/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000207/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000207/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000207/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000207/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000207/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000207/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000207/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000207/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91172278334826,
                        52.3609008375535,
                        46.1045003831387
                    ]
                },
                "distance": 7.26,
                "direction": 233.27,
                "angle": 81.05,
                "elevation": 46.1,
                "pano_id": "TMX7316010203-002138_pano_0000_000207",
                "timestamp": "2021-05-12T10:15:28.323220Z",
                "filename": "pano_0000_000207.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.26494876,
                "relative_pitch": 81.04520928533184,
                "relative_heading": 233.2733249418955,
                "relative_elevation": 46.1045003831387
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000035/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000035/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000035/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000035/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000035/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000035/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000035/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000035/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000035/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9118941844325,
                        52.3609009245397,
                        45.8298165379092
                    ]
                },
                "distance": 7.28,
                "direction": 126.52,
                "angle": 80.97,
                "elevation": 45.83,
                "pano_id": "TMX7315120208-000050_pano_0002_000035",
                "timestamp": "2016-05-17T08:51:04.082760Z",
                "filename": "pano_0002_000035.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.28398574,
                "relative_pitch": 80.96920074903372,
                "relative_heading": 126.52023294052232,
                "relative_elevation": 45.8298165379092
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000114/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000114/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000114/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000114/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000114/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000114/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000114/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000114/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000114/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91172371190479,
                        52.3608995938329,
                        45.9864262705669
                    ]
                },
                "distance": 7.3,
                "direction": 232.11,
                "angle": 80.98,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-002330_pano_0000_000114",
                "timestamp": "2021-12-22T12:11:58.594640Z",
                "filename": "pano_0000_000114.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.29852374,
                "relative_pitch": 80.98178228868488,
                "relative_heading": 232.1055070150844,
                "relative_elevation": 45.9864262705669
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002007/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002007/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002007/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002007/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002007/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002007/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002007/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002007/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002007/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190137236801,
                        52.360972610305,
                        46.5931734116748
                    ]
                },
                "distance": 7.31,
                "direction": 60.14,
                "angle": 81.08,
                "elevation": 46.59,
                "pano_id": "TMX7316010203-001675_pano_0000_002007",
                "timestamp": "2020-04-24T10:07:04.136770Z",
                "filename": "pano_0000_002007.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.3145939,
                "relative_pitch": 81.07803919146448,
                "relative_heading": 60.13800313076021,
                "relative_elevation": 46.5931734116748
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001239/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001239/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001239/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001239/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001239/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001239/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001239/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001239/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001239/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190781455582,
                        52.3609145799601,
                        45.9627643479034
                    ]
                },
                "distance": 7.34,
                "direction": 112.54,
                "angle": 80.92,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-002542_pano_0000_001239",
                "timestamp": "2022-04-25T08:33:52.441100Z",
                "filename": "pano_0000_001239.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.34337346,
                "relative_pitch": 80.92269102611338,
                "relative_heading": 112.54276971085524,
                "relative_elevation": 45.9627643479034
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000034/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000034/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000034/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000034/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000034/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000034/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000034/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000034/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000034/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183372434877,
                        52.3608756503067,
                        45.8394114831463
                    ]
                },
                "distance": 7.35,
                "direction": 166.36,
                "angle": 80.88,
                "elevation": 45.84,
                "pano_id": "TMX7315120208-000050_pano_0002_000034",
                "timestamp": "2016-05-17T08:51:03.652750Z",
                "filename": "pano_0002_000034.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.35468482,
                "relative_pitch": 80.88488843508982,
                "relative_heading": 166.35549491751016,
                "relative_elevation": 45.8394114831463
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000299/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000299/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000299/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000299/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000234_pano_0001_000299/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000299/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000299/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000299/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000299/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183117177806,
                        52.3608751118933,
                        45.8066916354001
                    ]
                },
                "distance": 7.37,
                "direction": 167.78,
                "angle": 80.85,
                "elevation": 45.81,
                "pano_id": "TMX7316010203-000234_pano_0001_000299",
                "timestamp": "2017-03-31T07:31:59.493840Z",
                "filename": "pano_0001_000299.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.37415887,
                "relative_pitch": 80.85474217799116,
                "relative_heading": 167.77843008630103,
                "relative_elevation": 45.8066916354001
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00965/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00965/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00965/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00965/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00965/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00965/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00965/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00965/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00965/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9119100776193,
                        52.36091653100785,
                        0.0
                    ]
                },
                "distance": 7.41,
                "direction": 110.53,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00965",
                "timestamp": "2024-09-16T07:32:35Z",
                "filename": "recording_2024-09-16_07-18-19_00965.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.40708367,
                "relative_pitch": 0.0,
                "relative_heading": 110.53414396142733,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001308/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001308/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001308/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001308/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001308/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001308/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001308/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001308/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001308/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91180650404899,
                        52.3608726287149,
                        47.7191658085212
                    ]
                },
                "distance": 7.48,
                "direction": 180.91,
                "angle": 81.09,
                "elevation": 47.72,
                "pano_id": "TMX7316010203-002138_pano_0000_001308",
                "timestamp": "2021-05-12T10:39:45.374230Z",
                "filename": "pano_0000_001308.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.48429961,
                "relative_pitch": 81.08631489720412,
                "relative_heading": 180.91424050720374,
                "relative_elevation": 47.7191658085212
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000111/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000111/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000111/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000111/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000111/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000111/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000111/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000111/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000111/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190506322688,
                        52.3609753240039,
                        45.9647069759667
                    ]
                },
                "distance": 7.68,
                "direction": 59.12,
                "angle": 80.51,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-002330_pano_0000_000111",
                "timestamp": "2021-12-22T12:11:57.209690Z",
                "filename": "pano_0000_000111.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.68421437,
                "relative_pitch": 80.5092637555026,
                "relative_heading": 59.118831598833026,
                "relative_elevation": 45.9647069759667
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001110/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001110/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001110/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001110/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_001110/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001110/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001110/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001110/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001110/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9118994508334,
                        52.3608980665112,
                        45.59994992055
                    ]
                },
                "distance": 7.76,
                "direction": 126.83,
                "angle": 80.34,
                "elevation": 45.6,
                "pano_id": "TMX7316010203-000239_pano_0002_001110",
                "timestamp": "2017-03-31T10:00:48.296320Z",
                "filename": "pano_0002_001110.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.761683,
                "relative_pitch": 80.34011986958826,
                "relative_heading": 126.83080868881035,
                "relative_elevation": 45.59994992055
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002010/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002010/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002010/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002010/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002010/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002010/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002010/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002010/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002010/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91171434723367,
                        52.3608987957905,
                        46.5964050432667
                    ]
                },
                "distance": 7.86,
                "direction": 234.45,
                "angle": 80.42,
                "elevation": 46.6,
                "pano_id": "TMX7316010203-001675_pano_0000_002010",
                "timestamp": "2020-04-24T10:07:05.361750Z",
                "filename": "pano_0000_002010.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.86309583,
                "relative_pitch": 80.42163389539832,
                "relative_heading": 234.45076381441874,
                "relative_elevation": 46.5964050432667
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000204/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000204/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000204/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000204/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000204/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000204/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000204/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000204/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000204/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190816588491,
                        52.360976504482,
                        46.0813018642366
                    ]
                },
                "distance": 7.93,
                "direction": 59.09,
                "angle": 80.23,
                "elevation": 46.08,
                "pano_id": "TMX7316010203-002138_pano_0000_000204",
                "timestamp": "2021-05-12T10:15:26.958290Z",
                "filename": "pano_0000_000204.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 7.93303717,
                "relative_pitch": 80.23210119124548,
                "relative_heading": 59.08814012870408,
                "relative_elevation": 46.0813018642366
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001310/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001310/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001310/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001310/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001310/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001310/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001310/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001310/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001310/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91192526837365,
                        52.3609227400898,
                        47.7296718964353
                    ]
                },
                "distance": 8.2,
                "direction": 103.46,
                "angle": 80.26,
                "elevation": 47.73,
                "pano_id": "TMX7316010203-002138_pano_0000_001310",
                "timestamp": "2021-05-12T10:39:46.264260Z",
                "filename": "pano_0000_001310.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.19631099,
                "relative_pitch": 80.25600105981391,
                "relative_heading": 103.45576581231455,
                "relative_elevation": 47.7296718964353
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00963/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00963/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00963/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00963/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00963/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00963/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00963/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00963/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00963/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91178933360553,
                        52.36086543865854,
                        0.0
                    ]
                },
                "distance": 8.38,
                "direction": 188.85,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00963",
                "timestamp": "2024-09-16T07:32:34Z",
                "filename": "recording_2024-09-16_07-18-19_00963.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.3831288,
                "relative_pitch": 0.0,
                "relative_heading": 188.84595737483488,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001157/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001157/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001157/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001157/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001157/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001157/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001157/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001157/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001157/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91188973549606,
                        52.3609977528193,
                        46.0095732286572
                    ]
                },
                "distance": 8.5,
                "direction": 40.76,
                "angle": 79.53,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-000191_pano_0001_001157",
                "timestamp": "2016-11-24T10:40:01.615380Z",
                "filename": "pano_0001_001157.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.50176883,
                "relative_pitch": 79.53082590625631,
                "relative_heading": 40.75930545111041,
                "relative_elevation": 46.0095732286572
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001237/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001237/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001237/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001237/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001237/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001237/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001237/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001237/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001237/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91178681659118,
                        52.3608645043234,
                        45.9556722920388
                    ]
                },
                "distance": 8.51,
                "direction": 189.88,
                "angle": 79.5,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-002542_pano_0000_001237",
                "timestamp": "2022-04-25T08:33:51.596180Z",
                "filename": "pano_0000_001237.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.51361079,
                "relative_pitch": 79.50454380741486,
                "relative_heading": 189.87866742859794,
                "relative_elevation": 45.9556722920388
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001400/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001400/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001400/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001400/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001400/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001400/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001400/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001400/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001400/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91176014077613,
                        52.3608678258155,
                        45.8580717211589
                    ]
                },
                "distance": 8.66,
                "direction": 202.24,
                "angle": 79.3,
                "elevation": 45.86,
                "pano_id": "TMX7316010203-000191_pano_0001_001400",
                "timestamp": "2016-11-24T10:41:40.879500Z",
                "filename": "pano_0001_001400.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.66195262,
                "relative_pitch": 79.30364319027349,
                "relative_heading": 202.23608096643667,
                "relative_elevation": 45.8580717211589
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000383/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000383/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000383/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000383/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000383/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000383/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000383/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000383/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000383/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91193494412894,
                        52.3609291454476,
                        46.0110805053264
                    ]
                },
                "distance": 8.71,
                "direction": 97.88,
                "angle": 79.28,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-001906_pano_0000_000383",
                "timestamp": "2020-09-04T07:53:25.049660Z",
                "filename": "pano_0000_000383.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.71274228,
                "relative_pitch": 79.27732764951102,
                "relative_heading": 97.87985857610093,
                "relative_elevation": 46.0110805053264
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000660/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000660/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000660/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000660/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002541_pano_0004_000660/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002541_pano_0004_000660/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002541_pano_0004_000660/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000660/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000660/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183591736466,
                        52.3610164459947,
                        47.6149843558669
                    ]
                },
                "distance": 8.73,
                "direction": 12.47,
                "angle": 79.62,
                "elevation": 47.61,
                "pano_id": "TMX7316010203-002541_pano_0004_000660",
                "timestamp": "2022-04-25T08:08:02.154200Z",
                "filename": "pano_0004_000660.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.72569988,
                "relative_pitch": 79.6154659308242,
                "relative_heading": 12.47143749840118,
                "relative_elevation": 47.6149843558669
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000899/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000899/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000899/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000899/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000899/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000899/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000899/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000899/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000899/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91168026452931,
                        52.3609368181941,
                        46.008674104698
                    ]
                },
                "distance": 8.73,
                "direction": 267.76,
                "angle": 79.26,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-000239_pano_0002_000899",
                "timestamp": "2017-03-31T09:49:58.090250Z",
                "filename": "pano_0002_000899.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.72605099,
                "relative_pitch": 79.26078077584985,
                "relative_heading": 267.7623337393766,
                "relative_elevation": 46.008674104698
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003177/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003177/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003177/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003177/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003177/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003177/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003177/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003177/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003177/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91193731631676,
                        52.360930286567,
                        45.9706994174048
                    ]
                },
                "distance": 8.86,
                "direction": 96.92,
                "angle": 79.1,
                "elevation": 45.97,
                "pano_id": "TMX7316010203-000720_pano_0002_003177",
                "timestamp": "2018-05-15T08:23:03.254420Z",
                "filename": "pano_0002_003177.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.85664724,
                "relative_pitch": 79.09508973504796,
                "relative_heading": 96.9227953027509,
                "relative_elevation": 45.9706994174048
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001841/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001841/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001841/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001841/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001841/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001841/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001841/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001841/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001841/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91178095853141,
                        52.3608616519647,
                        45.991448815912
                    ]
                },
                "distance": 8.9,
                "direction": 192.06,
                "angle": 79.05,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-001532_pano_0000_001841",
                "timestamp": "2020-01-06T09:10:24.388980Z",
                "filename": "pano_0000_001841.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.90121178,
                "relative_pitch": 79.04636839774096,
                "relative_heading": 192.05940176259878,
                "relative_elevation": 45.991448815912
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003678/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003678/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003678/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003678/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003678/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003678/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003678/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003678/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003678/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91170192080811,
                        52.3608925034592,
                        46.0028852336109
                    ]
                },
                "distance": 8.96,
                "direction": 233.96,
                "angle": 78.98,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-002593_pano_0000_003678",
                "timestamp": "2022-06-13T12:19:51.401040Z",
                "filename": "pano_0000_003678.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 8.95927449,
                "relative_pitch": 78.97933577138987,
                "relative_heading": 233.95519980179964,
                "relative_elevation": 46.0028852336109
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00743/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00743/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00743/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00743/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00743/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00743/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00743/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00743/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00743/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911775080406937,
                        52.36086027748102,
                        0.0
                    ]
                },
                "distance": 9.14,
                "direction": 194.31,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00743",
                "timestamp": "2025-06-19T04:59:32Z",
                "filename": "recording_2025-06-19_04-38-42_00743.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.14152155,
                "relative_pitch": 0.0,
                "relative_heading": 194.31415767427853,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000138/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000138/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000138/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000138/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000138/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000138/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000138/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000138/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000138/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91192436916921,
                        52.3609814902606,
                        46.063301612623
                    ]
                },
                "distance": 9.17,
                "direction": 59.66,
                "angle": 78.75,
                "elevation": 46.06,
                "pano_id": "TMX7316010203-001906_pano_0000_000138",
                "timestamp": "2020-09-04T07:51:04.030560Z",
                "filename": "pano_0000_000138.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.16554102,
                "relative_pitch": 78.74643367759008,
                "relative_heading": 59.65747357248352,
                "relative_elevation": 46.063301612623
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000340/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000340/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000340/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000340/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000340/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000340/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000340/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000340/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000340/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91193234468135,
                        52.3609816234769,
                        45.9379396261647
                    ]
                },
                "distance": 9.65,
                "direction": 61.21,
                "angle": 78.14,
                "elevation": 45.94,
                "pano_id": "TMX7316010203-000879_pano_0000_000340",
                "timestamp": "2018-07-29T08:41:45.722980Z",
                "filename": "pano_0000_000340.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.64548143,
                "relative_pitch": 78.14199588145775,
                "relative_heading": 61.212070162471704,
                "relative_elevation": 45.9379396261647
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001403/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001403/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001403/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001403/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001403/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001403/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001403/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001403/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001403/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91195015997758,
                        52.3609384387311,
                        45.8717875704169
                    ]
                },
                "distance": 9.67,
                "direction": 90.95,
                "angle": 78.1,
                "elevation": 45.87,
                "pano_id": "TMX7316010203-000191_pano_0001_001403",
                "timestamp": "2016-11-24T10:41:42.314470Z",
                "filename": "pano_0001_001403.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.66837162,
                "relative_pitch": 78.09800304867885,
                "relative_heading": 90.9504749414556,
                "relative_elevation": 45.8717875704169
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00308/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00308/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00308/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00308/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00308/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00308/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00308/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00308/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00308/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911772294952471,
                        52.36085580838599,
                        0.0
                    ]
                },
                "distance": 9.67,
                "direction": 194.68,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00308",
                "timestamp": "2024-11-21T10:27:28Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00308.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.67048501,
                "relative_pitch": 0.0,
                "relative_heading": 194.67507698098186,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000057/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000057/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000057/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000057/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000057/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000057/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000057/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000057/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000057/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91169077156519,
                        52.3608863418001,
                        46.0235747992992
                    ]
                },
                "distance": 9.98,
                "direction": 233.34,
                "angle": 77.77,
                "elevation": 46.02,
                "pano_id": "TMX7316010203-001184_pano_0000_000057",
                "timestamp": "2019-05-15T06:26:46.246390Z",
                "filename": "pano_0000_000057.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.97741981,
                "relative_pitch": 77.76816469981448,
                "relative_heading": 233.33815988158636,
                "relative_elevation": 46.0235747992992
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01233/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01233/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01233/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01233/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01233/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01233/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01233/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01233/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01233/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911689913891482,
                        52.36088701076604,
                        0.0
                    ]
                },
                "distance": 9.98,
                "direction": 233.88,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01233",
                "timestamp": "2024-10-02T09:57:24Z",
                "filename": "recording_2024-10-02_09-25-01_01233.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.98029115,
                "relative_pitch": 0.0,
                "relative_heading": 233.88125554312754,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03309/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03309/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03309/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03309/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03309/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03309/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03309/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03309/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03309/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911933850227143,
                        52.360986365567236,
                        0.0
                    ]
                },
                "distance": 10.0,
                "direction": 58.84,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03309",
                "timestamp": "2025-06-19T05:51:40Z",
                "filename": "recording_2025-06-19_04-38-42_03309.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 9.99801591,
                "relative_pitch": 0.0,
                "relative_heading": 58.844237340555935,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03313/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03313/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03313/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03313/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03313/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03313/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03313/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03313/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03313/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911690256018384,
                        52.36088634272085,
                        0.0
                    ]
                },
                "distance": 10.01,
                "direction": 233.46,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03313",
                "timestamp": "2025-06-19T05:51:43Z",
                "filename": "recording_2025-06-19_04-38-42_03313.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.00555413,
                "relative_pitch": 0.0,
                "relative_heading": 233.45871695725978,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01229/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01229/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01229/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01229/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01229/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01229/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01229/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01229/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01229/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911935026933294,
                        52.36098540741156,
                        0.0
                    ]
                },
                "distance": 10.01,
                "direction": 59.6,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01229",
                "timestamp": "2024-10-02T09:57:20Z",
                "filename": "recording_2024-10-02_09-25-01_01229.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.01233507,
                "relative_pitch": 0.0,
                "relative_heading": 59.60371259118293,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00311/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00311/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00311/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00311/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00311/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00311/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00311/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00311/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00311/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911955718667292,
                        52.36093205968225,
                        0.0
                    ]
                },
                "distance": 10.08,
                "direction": 94.95,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00311",
                "timestamp": "2024-11-21T10:27:30Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00311.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.08334451,
                "relative_pitch": 0.0,
                "relative_heading": 94.9508447507723,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000300/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000300/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000300/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000300/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000234_pano_0001_000300/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000300/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000300/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000300/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000300/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91195483929724,
                        52.3609240476229,
                        45.7972827190533
                    ]
                },
                "distance": 10.14,
                "direction": 100.01,
                "angle": 77.52,
                "elevation": 45.8,
                "pano_id": "TMX7316010203-000234_pano_0001_000300",
                "timestamp": "2017-03-31T07:32:00.318800Z",
                "filename": "pano_0001_000300.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.14003568,
                "relative_pitch": 77.51547610689637,
                "relative_heading": 100.00539435729485,
                "relative_elevation": 45.7972827190533
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00746/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00746/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00746/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00746/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00746/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00746/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00746/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00746/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00746/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911957338415799,
                        52.360935715198494,
                        0.0
                    ]
                },
                "distance": 10.17,
                "direction": 92.61,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00746",
                "timestamp": "2025-06-19T04:59:34Z",
                "filename": "recording_2025-06-19_04-38-42_00746.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.16663625,
                "relative_pitch": 0.0,
                "relative_heading": 92.61268994796644,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000036/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000036/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000036/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000036/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000036/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000036/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000036/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000036/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000036/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91195641587375,
                        52.3609247956852,
                        45.846434911713
                    ]
                },
                "distance": 10.23,
                "direction": 99.44,
                "angle": 77.42,
                "elevation": 45.85,
                "pano_id": "TMX7315120208-000050_pano_0002_000036",
                "timestamp": "2016-05-17T08:51:04.512770Z",
                "filename": "pano_0002_000036.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.23183793,
                "relative_pitch": 77.41911039118332,
                "relative_heading": 99.44185631201677,
                "relative_elevation": 45.846434911713
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003174/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003174/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003174/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003174/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003174/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003174/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003174/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003174/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003174/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91175772679118,
                        52.3608526776079,
                        45.9351696232334
                    ]
                },
                "distance": 10.3,
                "direction": 199.53,
                "angle": 77.37,
                "elevation": 45.94,
                "pano_id": "TMX7316010203-000720_pano_0002_003174",
                "timestamp": "2018-05-15T08:23:01.954440Z",
                "filename": "pano_0002_003174.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.29589591,
                "relative_pitch": 77.36654064283714,
                "relative_heading": 199.5324755780242,
                "relative_elevation": 45.9351696232334
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91194005283903,
                        52.3609855584304,
                        46.0149598866701
                    ]
                },
                "distance": 10.32,
                "direction": 60.49,
                "angle": 77.36,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-001184_pano_0000_000053",
                "timestamp": "2019-05-15T06:26:44.476610Z",
                "filename": "pano_0000_000053.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.31738314,
                "relative_pitch": 77.36226894824443,
                "relative_heading": 60.48530717054102,
                "relative_elevation": 46.0149598866701
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000380/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000380/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000380/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000380/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000380/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000380/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000380/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000380/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000380/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91175462220851,
                        52.3608528025526,
                        45.9969687033445
                    ]
                },
                "distance": 10.36,
                "direction": 200.66,
                "angle": 77.31,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001906_pano_0000_000380",
                "timestamp": "2020-09-04T07:53:23.794480Z",
                "filename": "pano_0000_000380.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.35551426,
                "relative_pitch": 77.31227025794851,
                "relative_heading": 200.6611175546079,
                "relative_elevation": 45.9969687033445
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000033/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000033/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000033/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000033/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000033/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000033/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000033/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000033/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000033/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91177482819876,
                        52.3608490269506,
                        45.8417736953124
                    ]
                },
                "distance": 10.36,
                "direction": 192.69,
                "angle": 77.26,
                "elevation": 45.84,
                "pano_id": "TMX7315120208-000050_pano_0002_000033",
                "timestamp": "2016-05-17T08:51:03.222840Z",
                "filename": "pano_0002_000033.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.36293713,
                "relative_pitch": 77.26188708919862,
                "relative_heading": 192.69470264552703,
                "relative_elevation": 45.8417736953124
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000344/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000344/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000344/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000344/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000344/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000344/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000344/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000344/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000344/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91168663076693,
                        52.360883519579,
                        45.9838675102219
                    ]
                },
                "distance": 10.39,
                "direction": 232.88,
                "angle": 77.27,
                "elevation": 45.98,
                "pano_id": "TMX7316010203-000879_pano_0000_000344",
                "timestamp": "2018-07-29T08:41:47.342980Z",
                "filename": "pano_0000_000344.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.39155056,
                "relative_pitch": 77.26604576243936,
                "relative_heading": 232.87786555630348,
                "relative_elevation": 45.9838675102219
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001109/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001109/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001109/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001109/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_001109/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001109/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001109/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001109/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001109/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91177893946942,
                        52.3608460058865,
                        45.6274304753169
                    ]
                },
                "distance": 10.64,
                "direction": 190.82,
                "angle": 76.88,
                "elevation": 45.63,
                "pano_id": "TMX7316010203-000239_pano_0002_001109",
                "timestamp": "2017-03-31T10:00:47.491280Z",
                "filename": "pano_0002_001109.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.63500325,
                "relative_pitch": 76.87955128793047,
                "relative_heading": 190.8243469814495,
                "relative_elevation": 45.6274304753169
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001844/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001844/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001844/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001844/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001844/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001844/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001844/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001844/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001844/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9119645934478,
                        52.3609349238778,
                        45.9887864608318
                    ]
                },
                "distance": 10.66,
                "direction": 92.96,
                "angle": 76.94,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-001532_pano_0000_001844",
                "timestamp": "2020-01-06T09:10:25.363930Z",
                "filename": "pano_0000_001844.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.6645812,
                "relative_pitch": 76.94414416414882,
                "relative_heading": 92.96422352323825,
                "relative_elevation": 45.9887864608318
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000142/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000142/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000142/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000142/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000142/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000142/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000142/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000142/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000142/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91168007730102,
                        52.3608832645691,
                        46.0738668534905
                    ]
                },
                "distance": 10.77,
                "direction": 234.19,
                "angle": 76.85,
                "elevation": 46.07,
                "pano_id": "TMX7316010203-001906_pano_0000_000142",
                "timestamp": "2020-09-04T07:51:05.660360Z",
                "filename": "pano_0000_000142.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 10.76748261,
                "relative_pitch": 76.84603209765659,
                "relative_heading": 234.19133044298303,
                "relative_elevation": 46.0738668534905
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001240/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001240/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001240/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001240/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001240/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001240/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001240/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001240/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001240/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91197144129946,
                        52.3609370239163,
                        45.9476407757029
                    ]
                },
                "distance": 11.12,
                "direction": 91.64,
                "angle": 76.39,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-002542_pano_0000_001240",
                "timestamp": "2022-04-25T08:33:52.871100Z",
                "filename": "pano_0000_001240.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 11.12135867,
                "relative_pitch": 76.39357460437535,
                "relative_heading": 91.63753722933453,
                "relative_elevation": 45.9476407757029
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003674/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003674/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003674/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003674/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003674/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003674/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003674/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003674/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003674/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91195032611318,
                        52.360989389677,
                        45.9803678821772
                    ]
                },
                "distance": 11.14,
                "direction": 60.35,
                "angle": 76.39,
                "elevation": 45.98,
                "pano_id": "TMX7316010203-002593_pano_0000_003674",
                "timestamp": "2022-06-13T12:19:49.476080Z",
                "filename": "pano_0000_003674.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 11.13647627,
                "relative_pitch": 76.38510405352235,
                "relative_heading": 60.35044119420857,
                "relative_elevation": 45.9803678821772
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001307/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001307/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001307/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001307/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001307/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001307/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001307/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001307/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001307/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9117489162783,
                        52.360845999256,
                        47.6961251785979
                    ]
                },
                "distance": 11.2,
                "direction": 201.16,
                "angle": 76.78,
                "elevation": 47.7,
                "pano_id": "TMX7316010203-002138_pano_0000_001307",
                "timestamp": "2021-05-12T10:39:44.929250Z",
                "filename": "pano_0000_001307.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 11.20142623,
                "relative_pitch": 76.78360364454699,
                "relative_heading": 201.15524924284904,
                "relative_elevation": 47.6961251785979
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00966/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00966/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00966/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00966/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00966/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00966/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00966/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00966/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00966/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911973474623309,
                        52.36093918439719,
                        0.0
                    ]
                },
                "distance": 11.26,
                "direction": 90.39,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00966",
                "timestamp": "2024-09-16T07:32:35Z",
                "filename": "recording_2024-09-16_07-18-19_00966.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 11.25560117,
                "relative_pitch": 0.0,
                "relative_heading": 90.39402069200281,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001161/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001161/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001161/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001161/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001161/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001161/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001161/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001161/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001161/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91165319798422,
                        52.3608916369785,
                        45.9053759360686
                    ]
                },
                "distance": 11.85,
                "direction": 243.06,
                "angle": 75.53,
                "elevation": 45.91,
                "pano_id": "TMX7316010203-000191_pano_0001_001161",
                "timestamp": "2016-11-24T10:40:02.845370Z",
                "filename": "pano_0001_001161.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 11.84908806,
                "relative_pitch": 75.52673430733687,
                "relative_heading": 243.06058767861785,
                "relative_elevation": 45.9053759360686
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000115/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000115/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000115/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000115/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000115/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000115/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000115/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000115/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000115/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91166643824495,
                        52.3608722332452,
                        45.9573389114812
                    ]
                },
                "distance": 12.25,
                "direction": 232.08,
                "angle": 75.08,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-002330_pano_0000_000115",
                "timestamp": "2021-12-22T12:11:59.039850Z",
                "filename": "pano_0000_000115.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.24752792,
                "relative_pitch": 75.07761829017815,
                "relative_heading": 232.07706579956695,
                "relative_elevation": 45.9573389114812
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001311/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001311/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001311/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001311/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001311/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001311/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001311/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001311/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001311/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91198803338007,
                        52.3609446549178,
                        47.7149214530364
                    ]
                },
                "distance": 12.26,
                "direction": 87.52,
                "angle": 75.59,
                "elevation": 47.71,
                "pano_id": "TMX7316010203-002138_pano_0000_001311",
                "timestamp": "2021-05-12T10:39:46.714230Z",
                "filename": "pano_0000_001311.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.25865862,
                "relative_pitch": 75.5914961000979,
                "relative_heading": 87.51585343306981,
                "relative_elevation": 47.7149214530364
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000208/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000208/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000208/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000208/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000208/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000208/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000208/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000208/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000208/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91166435151375,
                        52.3608733111827,
                        46.0775382034481
                    ]
                },
                "distance": 12.29,
                "direction": 232.93,
                "angle": 75.07,
                "elevation": 46.08,
                "pano_id": "TMX7316010203-002138_pano_0000_000208",
                "timestamp": "2021-05-12T10:15:28.763320Z",
                "filename": "pano_0000_000208.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.28729515,
                "relative_pitch": 75.0686389761985,
                "relative_heading": 232.9257113808854,
                "relative_elevation": 46.0775382034481
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002006/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002006/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002006/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002006/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002006/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002006/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002006/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002006/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002006/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91196815487973,
                        52.3609924693868,
                        46.5716513646767
                    ]
                },
                "distance": 12.37,
                "direction": 61.75,
                "angle": 75.13,
                "elevation": 46.57,
                "pano_id": "TMX7316010203-001675_pano_0000_002006",
                "timestamp": "2020-04-24T10:07:03.716740Z",
                "filename": "pano_0000_002006.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.36526175,
                "relative_pitch": 75.13044696097872,
                "relative_heading": 61.75463635053136,
                "relative_elevation": 46.5716513646767
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00962/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00962/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00962/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00962/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00962/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00962/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00962/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00962/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00962/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911731285402498,
                        52.36083797422633,
                        0.0
                    ]
                },
                "distance": 12.49,
                "direction": 204.82,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00962",
                "timestamp": "2024-09-16T07:32:33Z",
                "filename": "recording_2024-09-16_07-18-19_00962.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.49319712,
                "relative_pitch": 0.0,
                "relative_heading": 204.81692509021264,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001236/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001236/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001236/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001236/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001236/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001236/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001236/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001236/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001236/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91172791816284,
                        52.3608379381999,
                        45.942508449778
                    ]
                },
                "distance": 12.59,
                "direction": 205.76,
                "angle": 74.67,
                "elevation": 45.94,
                "pano_id": "TMX7316010203-002542_pano_0000_001236",
                "timestamp": "2022-04-25T08:33:51.176140Z",
                "filename": "pano_0000_001236.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.59480909,
                "relative_pitch": 74.66941821762998,
                "relative_heading": 205.75648395530288,
                "relative_elevation": 45.942508449778
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000110/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000110/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000110/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000110/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000110/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000110/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000110/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000110/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000110/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91197030123559,
                        52.3609952384317,
                        45.9356875354424
                    ]
                },
                "distance": 12.64,
                "direction": 60.84,
                "angle": 74.61,
                "elevation": 45.94,
                "pano_id": "TMX7316010203-002330_pano_0000_000110",
                "timestamp": "2021-12-22T12:11:56.739730Z",
                "filename": "pano_0000_000110.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.64150632,
                "relative_pitch": 74.61308988471143,
                "relative_heading": 60.83798522580961,
                "relative_elevation": 45.9356875354424
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002011/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002011/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002011/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002011/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002011/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002011/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002011/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002011/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002011/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91165579856044,
                        52.3608710926321,
                        46.5560163883492
                    ]
                },
                "distance": 12.9,
                "direction": 233.61,
                "angle": 74.51,
                "elevation": 46.56,
                "pano_id": "TMX7316010203-001675_pano_0000_002011",
                "timestamp": "2020-04-24T10:07:05.756730Z",
                "filename": "pano_0000_002011.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.9019233,
                "relative_pitch": 74.51051734393724,
                "relative_heading": 233.61093832720465,
                "relative_elevation": 46.5560163883492
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000897/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000897/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000897/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000897/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000897/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000897/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000897/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000897/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000897/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91192445217313,
                        52.3610320967739,
                        46.1414485946298
                    ]
                },
                "distance": 12.96,
                "direction": 37.65,
                "angle": 74.31,
                "elevation": 46.14,
                "pano_id": "TMX7316010203-000239_pano_0002_000897",
                "timestamp": "2017-03-31T09:49:56.435180Z",
                "filename": "pano_0002_000897.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.95968315,
                "relative_pitch": 74.31161598556064,
                "relative_heading": 37.6469461495678,
                "relative_elevation": 46.1414485946298
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000203/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000203/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000203/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000203/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000203/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000203/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000203/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000203/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000203/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91197442143822,
                        52.360996712916,
                        46.0492463419214
                    ]
                },
                "distance": 12.97,
                "direction": 60.81,
                "angle": 74.27,
                "elevation": 46.05,
                "pano_id": "TMX7316010203-002138_pano_0000_000203",
                "timestamp": "2021-05-12T10:15:26.498270Z",
                "filename": "pano_0000_000203.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 12.96656445,
                "relative_pitch": 74.27382169399472,
                "relative_heading": 60.809249277187426,
                "relative_elevation": 46.0492463419214
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000384/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000384/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000384/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000384/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000384/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000384/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000384/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000384/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000384/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91199903307262,
                        52.3609503354671,
                        45.9854343635961
                    ]
                },
                "distance": 13.05,
                "direction": 84.88,
                "angle": 74.16,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-001906_pano_0000_000384",
                "timestamp": "2020-09-04T07:53:25.469530Z",
                "filename": "pano_0000_000384.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.04845341,
                "relative_pitch": 74.15860965943844,
                "relative_heading": 84.88459715079645,
                "relative_elevation": 45.9854343635961
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001840/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001840/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001840/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001840/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001840/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001840/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001840/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001840/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001840/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9117231488821,
                        52.3608344573314,
                        45.9811463598162
                    ]
                },
                "distance": 13.09,
                "direction": 206.3,
                "angle": 74.11,
                "elevation": 45.98,
                "pano_id": "TMX7316010203-001532_pano_0000_001840",
                "timestamp": "2020-01-06T09:10:24.073930Z",
                "filename": "pano_0000_001840.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.08543502,
                "relative_pitch": 74.1145682057256,
                "relative_heading": 206.30080411192623,
                "relative_elevation": 45.9811463598162
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003178/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003178/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003178/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003178/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003178/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003178/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003178/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003178/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003178/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91200098987766,
                        52.3609518163015,
                        45.9506611442193
                    ]
                },
                "distance": 13.2,
                "direction": 84.22,
                "angle": 73.98,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-000720_pano_0002_003178",
                "timestamp": "2018-05-15T08:23:03.689340Z",
                "filename": "pano_0002_003178.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.19679813,
                "relative_pitch": 73.97620135539965,
                "relative_heading": 84.2236241500787,
                "relative_elevation": 45.9506611442193
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001399/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001399/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001399/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001399/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001399/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001399/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001399/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001399/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001399/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91170071226332,
                        52.3608411825552,
                        45.8458526590839
                    ]
                },
                "distance": 13.2,
                "direction": 213.71,
                "angle": 73.94,
                "elevation": 45.85,
                "pano_id": "TMX7316010203-000191_pano_0001_001399",
                "timestamp": "2016-11-24T10:41:40.409500Z",
                "filename": "pano_0001_001399.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.20195222,
                "relative_pitch": 73.9355074914888,
                "relative_heading": 213.70728098231535,
                "relative_elevation": 45.8458526590839
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001156/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001156/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001156/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001156/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001156/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001156/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001156/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001156/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001156/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91195389915595,
                        52.3610201497832,
                        46.0318429972976
                    ]
                },
                "distance": 13.35,
                "direction": 48.01,
                "angle": 73.83,
                "elevation": 46.03,
                "pano_id": "TMX7316010203-000191_pano_0001_001156",
                "timestamp": "2016-11-24T10:40:01.300350Z",
                "filename": "pano_0001_001156.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.34994119,
                "relative_pitch": 73.82702957300523,
                "relative_heading": 48.005209792714076,
                "relative_elevation": 46.0318429972976
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01671/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01671/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01671/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01671/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01671/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01671/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01671/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01671/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01671/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181059204554,
                        52.360819146974926,
                        0.0
                    ]
                },
                "distance": 13.44,
                "direction": 179.32,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01671",
                "timestamp": "2024-10-02T10:03:09Z",
                "filename": "recording_2024-10-02_09-25-01_01671.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.43542636,
                "relative_pitch": 0.0,
                "relative_heading": 179.32160705318316,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00742/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00742/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00742/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00742/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00742/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00742/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00742/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00742/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00742/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9117176116076,
                        52.360832373488144,
                        0.0
                    ]
                },
                "distance": 13.46,
                "direction": 207.3,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00742",
                "timestamp": "2025-06-19T04:59:32Z",
                "filename": "recording_2025-06-19_04-38-42_00742.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.4625093,
                "relative_pitch": 0.0,
                "relative_heading": 207.30284558133442,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000661/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000661/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000661/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000661/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002541_pano_0004_000661/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002541_pano_0004_000661/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002541_pano_0004_000661/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000661/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000661/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183802897415,
                        52.3610621601475,
                        47.7536501707509
                    ]
                },
                "distance": 13.76,
                "direction": 8.48,
                "angle": 73.93,
                "elevation": 47.75,
                "pano_id": "TMX7316010203-002541_pano_0004_000661",
                "timestamp": "2022-04-25T08:08:06.014260Z",
                "filename": "pano_0004_000661.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.75694198,
                "relative_pitch": 73.92928892326853,
                "relative_heading": 8.47803635245541,
                "relative_elevation": 47.7536501707509
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00307/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00307/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00307/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00307/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00307/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00307/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00307/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00307/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00307/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911714103187452,
                        52.3608282430213,
                        0.0
                    ]
                },
                "distance": 13.98,
                "direction": 207.31,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00307",
                "timestamp": "2024-11-21T10:27:28Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00307.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.98055222,
                "relative_pitch": 0.0,
                "relative_heading": 207.30924185168277,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003679/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003679/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003679/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003679/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003679/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003679/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003679/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003679/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003679/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91164352952186,
                        52.3608648473619,
                        45.9565772833303
                    ]
                },
                "distance": 13.99,
                "direction": 233.35,
                "angle": 73.07,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-002593_pano_0000_003679",
                "timestamp": "2022-06-13T12:19:51.866060Z",
                "filename": "pano_0000_003679.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 13.98719188,
                "relative_pitch": 73.0720219732159,
                "relative_heading": 233.35056138145072,
                "relative_elevation": 45.9565772833303
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000137/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000137/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000137/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000137/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000137/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000137/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000137/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000137/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000137/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91199056191682,
                        52.3610001871671,
                        46.0279265735298
                    ]
                },
                "distance": 14.12,
                "direction": 61.62,
                "angle": 72.95,
                "elevation": 46.03,
                "pano_id": "TMX7316010203-001906_pano_0000_000137",
                "timestamp": "2020-09-04T07:51:03.625480Z",
                "filename": "pano_0000_000137.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.11642829,
                "relative_pitch": 72.94960655075188,
                "relative_heading": 61.6160625566634,
                "relative_elevation": 46.0279265735298
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001404/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001404/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001404/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001404/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001404/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001404/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001404/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001404/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001404/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91201780447521,
                        52.3609573093601,
                        45.8201359799132
                    ]
                },
                "distance": 14.41,
                "direction": 82.26,
                "angle": 72.55,
                "elevation": 45.82,
                "pano_id": "TMX7316010203-000191_pano_0001_001404",
                "timestamp": "2016-11-24T10:41:42.784470Z",
                "filename": "pano_0001_001404.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.40641374,
                "relative_pitch": 72.54621167112705,
                "relative_heading": 82.26313845535653,
                "relative_elevation": 45.8201359799132
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00312/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00312/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00312/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00312/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00312/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00312/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00312/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00312/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00312/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912019382415718,
                        52.360953157757535,
                        0.0
                    ]
                },
                "distance": 14.46,
                "direction": 84.13,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00312",
                "timestamp": "2024-11-21T10:27:31Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00312.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.45845491,
                "relative_pitch": 0.0,
                "relative_heading": 84.13482732114409,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000037/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000037/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000037/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000037/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000037/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000037/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000037/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000037/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000037/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91202034947235,
                        52.360946543791,
                        45.8115328010172
                    ]
                },
                "distance": 14.47,
                "direction": 87.06,
                "angle": 72.47,
                "elevation": 45.81,
                "pano_id": "TMX7315120208-000050_pano_0002_000037",
                "timestamp": "2016-05-17T08:51:04.942770Z",
                "filename": "pano_0002_000037.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.46766381,
                "relative_pitch": 72.47344905313999,
                "relative_heading": 87.06211586122471,
                "relative_elevation": 45.8115328010172
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000032/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000032/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000032/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000032/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000032/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000032/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000032/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000032/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000032/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91171711120192,
                        52.3608211855909,
                        45.817769549787
                    ]
                },
                "distance": 14.59,
                "direction": 205.18,
                "angle": 72.33,
                "elevation": 45.82,
                "pano_id": "TMX7315120208-000050_pano_0002_000032",
                "timestamp": "2016-05-17T08:51:02.787780Z",
                "filename": "pano_0002_000032.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.59440079,
                "relative_pitch": 72.33168657160438,
                "relative_heading": 205.1794610753307,
                "relative_elevation": 45.817769549787
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000339/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000339/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000339/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000339/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000339/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000339/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000339/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000339/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000339/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91199846571686,
                        52.3610007337198,
                        45.9004385508597
                    ]
                },
                "distance": 14.62,
                "direction": 62.41,
                "angle": 72.33,
                "elevation": 45.9,
                "pano_id": "TMX7316010203-000879_pano_0000_000339",
                "timestamp": "2018-07-29T08:41:45.308080Z",
                "filename": "pano_0000_000339.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.62045158,
                "relative_pitch": 72.33200602849351,
                "relative_heading": 62.409485202985735,
                "relative_elevation": 45.9004385508597
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00747/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00747/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00747/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00747/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00747/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00747/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00747/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00747/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00747/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912022239036372,
                        52.36095646771648,
                        0.0
                    ]
                },
                "distance": 14.69,
                "direction": 82.78,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00747",
                "timestamp": "2025-06-19T04:59:35Z",
                "filename": "recording_2025-06-19_04-38-42_00747.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.69376353,
                "relative_pitch": 0.0,
                "relative_heading": 82.78358803449342,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003173/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003173/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003173/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003173/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003173/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003173/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003173/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003173/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003173/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91170027068336,
                        52.3608252410821,
                        45.9329867018387
                    ]
                },
                "distance": 14.73,
                "direction": 209.97,
                "angle": 72.22,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-000720_pano_0002_003173",
                "timestamp": "2018-05-15T08:23:01.529350Z",
                "filename": "pano_0002_003173.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.72559071,
                "relative_pitch": 72.22474324520584,
                "relative_heading": 209.97176654842454,
                "relative_elevation": 45.9329867018387
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000298/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000298/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000298/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000298/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000234_pano_0001_000298/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000298/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000298/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000298/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000298/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91171249646415,
                        52.3608209988852,
                        45.7897529024631
                    ]
                },
                "distance": 14.75,
                "direction": 206.25,
                "angle": 72.15,
                "elevation": 45.79,
                "pano_id": "TMX7316010203-000234_pano_0001_000298",
                "timestamp": "2017-03-31T07:31:58.663890Z",
                "filename": "pano_0001_000298.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.74953123,
                "relative_pitch": 72.14551133892449,
                "relative_heading": 206.2503692357064,
                "relative_elevation": 45.7897529024631
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001111/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001111/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001111/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001111/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_001111/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001111/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001111/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001111/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001111/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91202633780193,
                        52.3609439340648,
                        45.5608888734132
                    ]
                },
                "distance": 14.86,
                "direction": 88.26,
                "angle": 71.93,
                "elevation": 45.56,
                "pano_id": "TMX7316010203-000239_pano_0002_001111",
                "timestamp": "2017-03-31T10:00:49.111310Z",
                "filename": "pano_0002_001111.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.8634479,
                "relative_pitch": 71.93198491341012,
                "relative_heading": 88.26074558397798,
                "relative_elevation": 45.5608888734132
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000379/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000379/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000379/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000379/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000379/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000379/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000379/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000379/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000379/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91169688104364,
                        52.3608247877721,
                        45.9962380696088
                    ]
                },
                "distance": 14.89,
                "direction": 210.64,
                "angle": 72.07,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001906_pano_0000_000379",
                "timestamp": "2020-09-04T07:53:23.379540Z",
                "filename": "pano_0000_000379.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.88567363,
                "relative_pitch": 72.06696343705731,
                "relative_heading": 210.6447436686141,
                "relative_elevation": 45.9962380696088
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01234/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01234/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01234/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01234/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01234/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01234/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01234/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01234/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01234/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911632020546222,
                        52.36085944085558,
                        0.0
                    ]
                },
                "distance": 14.98,
                "direction": 233.29,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01234",
                "timestamp": "2024-10-02T09:57:24Z",
                "filename": "recording_2024-10-02_09-25-01_01234.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.97534658,
                "relative_pitch": 0.0,
                "relative_heading": 233.29447866922862,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03308/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03308/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03308/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03308/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03308/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03308/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03308/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03308/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03308/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912000368636511,
                        52.36100547983899,
                        0.0
                    ]
                },
                "distance": 14.99,
                "direction": 60.85,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03308",
                "timestamp": "2025-06-19T05:51:39Z",
                "filename": "recording_2025-06-19_04-38-42_03308.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.98549788,
                "relative_pitch": 0.0,
                "relative_heading": 60.84924903166262,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01228/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01228/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01228/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01228/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01228/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01228/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01228/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01228/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01228/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912001834306873,
                        52.36100405742748,
                        0.0
                    ]
                },
                "distance": 15.0,
                "direction": 61.56,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01228",
                "timestamp": "2024-10-02T09:57:20Z",
                "filename": "recording_2024-10-02_09-25-01_01228.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 14.99676516,
                "relative_pitch": 0.0,
                "relative_heading": 61.56320115915818,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03314/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03314/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03314/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03314/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03314/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03314/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03314/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03314/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03314/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911632387414461,
                        52.36085876063872,
                        0.0
                    ]
                },
                "distance": 15.0,
                "direction": 233.01,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03314",
                "timestamp": "2025-06-19T05:51:44Z",
                "filename": "recording_2025-06-19_04-38-42_03314.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.00074073,
                "relative_pitch": 0.0,
                "relative_heading": 233.00564215581525,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000058/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000058/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000058/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000058/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000058/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000058/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000058/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000058/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000058/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91163180266519,
                        52.3608583115382,
                        45.9762531677261
                    ]
                },
                "distance": 15.06,
                "direction": 232.94,
                "angle": 71.86,
                "elevation": 45.98,
                "pano_id": "TMX7316010203-001184_pano_0000_000058",
                "timestamp": "2019-05-15T06:26:46.676380Z",
                "filename": "pano_0000_000058.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.06263653,
                "relative_pitch": 71.86028581911667,
                "relative_heading": 232.94499886215976,
                "relative_elevation": 45.9762531677261
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001845/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001845/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001845/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001845/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001845/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001845/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001845/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001845/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001845/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912029402114,
                        52.360955178949,
                        45.9589975913987
                    ]
                },
                "distance": 15.16,
                "direction": 83.55,
                "angle": 71.74,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-001532_pano_0000_001845",
                "timestamp": "2020-01-06T09:10:25.693920Z",
                "filename": "pano_0000_001845.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.16123053,
                "relative_pitch": 71.74299979479422,
                "relative_heading": 83.55291434471758,
                "relative_elevation": 45.9589975913987
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000052/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000052/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000052/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000052/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000052/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000052/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000052/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000052/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000052/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91200766399356,
                        52.3610049880863,
                        45.9840774806216
                    ]
                },
                "distance": 15.4,
                "direction": 61.93,
                "angle": 71.49,
                "elevation": 45.98,
                "pano_id": "TMX7316010203-001184_pano_0000_000052",
                "timestamp": "2019-05-15T06:26:44.021580Z",
                "filename": "pano_0000_000052.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.39561564,
                "relative_pitch": 71.48928991622606,
                "relative_heading": 61.928105537145285,
                "relative_elevation": 45.9840774806216
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000345/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000345/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000345/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000345/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000345/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000345/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000345/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000345/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000345/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91162822008855,
                        52.3608562285761,
                        45.946567655541
                    ]
                },
                "distance": 15.4,
                "direction": 232.8,
                "angle": 71.47,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-000879_pano_0000_000345",
                "timestamp": "2018-07-29T08:41:47.732980Z",
                "filename": "pano_0000_000345.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.39712423,
                "relative_pitch": 71.47351780613806,
                "relative_heading": 232.80394186679698,
                "relative_elevation": 45.946567655541
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001306/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001306/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001306/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001306/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001306/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001306/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001306/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001306/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001306/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91169215331824,
                        52.3608187693645,
                        47.6934260204434
                    ]
                },
                "distance": 15.63,
                "direction": 210.41,
                "angle": 71.86,
                "elevation": 47.69,
                "pano_id": "TMX7316010203-002138_pano_0000_001306",
                "timestamp": "2021-05-12T10:39:44.484250Z",
                "filename": "pano_0000_001306.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.62613813,
                "relative_pitch": 71.85928197955232,
                "relative_heading": 210.40913703279398,
                "relative_elevation": 47.6934260204434
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001241/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001241/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001241/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001241/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001241/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001241/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001241/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001241/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001241/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91203730971592,
                        52.3609570406218,
                        45.9269436234608
                    ]
                },
                "distance": 15.72,
                "direction": 83.02,
                "angle": 71.1,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-002542_pano_0000_001241",
                "timestamp": "2022-04-25T08:33:53.306120Z",
                "filename": "pano_0000_001241.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.72045564,
                "relative_pitch": 71.10430115964786,
                "relative_heading": 83.02311975682825,
                "relative_elevation": 45.9269436234608
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000143/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000143/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000143/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000143/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000143/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000143/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000143/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000143/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000143/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91162320835089,
                        52.3608554467612,
                        46.0274900002405
                    ]
                },
                "distance": 15.72,
                "direction": 233.3,
                "angle": 71.14,
                "elevation": 46.03,
                "pano_id": "TMX7316010203-001906_pano_0000_000143",
                "timestamp": "2020-09-04T07:51:06.060360Z",
                "filename": "pano_0000_000143.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.72228139,
                "relative_pitch": 71.14062351373198,
                "relative_heading": 233.30359911660233,
                "relative_elevation": 46.0274900002405
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00967/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00967/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00967/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00967/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00967/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00967/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00967/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00967/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00967/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912039099541968,
                        52.36095922475331,
                        0.0
                    ]
                },
                "distance": 15.87,
                "direction": 82.21,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00967",
                "timestamp": "2024-09-16T07:32:36Z",
                "filename": "recording_2024-09-16_07-18-19_00967.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 15.87261923,
                "relative_pitch": 0.0,
                "relative_heading": 82.20575093364162,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01672/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01672/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01672/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01672/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01672/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01672/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01672/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01672/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01672/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911878286609382,
                        52.360801282999375,
                        0.0
                    ]
                },
                "distance": 16.14,
                "direction": 162.81,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01672",
                "timestamp": "2024-10-02T10:03:12Z",
                "filename": "recording_2024-10-02_09-25-01_01672.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.1433167,
                "relative_pitch": 0.0,
                "relative_heading": 162.8110543180436,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003673/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003673/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003673/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003673/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003673/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003673/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003673/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003673/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003673/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91201815091238,
                        52.3610074704182,
                        45.9437611447647
                    ]
                },
                "distance": 16.16,
                "direction": 62.26,
                "angle": 70.63,
                "elevation": 45.94,
                "pano_id": "TMX7316010203-002593_pano_0000_003673",
                "timestamp": "2022-06-13T12:19:48.986130Z",
                "filename": "pano_0000_003673.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.1562314,
                "relative_pitch": 70.62565654730746,
                "relative_heading": 62.25600784056738,
                "relative_elevation": 45.9437611447647
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000052/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000052/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000052/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000052/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000052/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000052/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000052/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000052/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000052/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190652208408,
                        52.3608046818358,
                        46.1372898370028
                    ]
                },
                "distance": 16.47,
                "direction": 156.01,
                "angle": 70.36,
                "elevation": 46.14,
                "pano_id": "TMX7315120208-000062_pano_0005_000052",
                "timestamp": "2016-06-01T09:51:08.942370Z",
                "filename": "pano_0005_000052.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.46624952,
                "relative_pitch": 70.35868189595314,
                "relative_heading": 156.01205989031817,
                "relative_elevation": 46.1372898370028
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91196879258066,
                        52.3608262066246,
                        46.1536457585171
                    ]
                },
                "distance": 16.72,
                "direction": 139.15,
                "angle": 70.08,
                "elevation": 46.15,
                "pano_id": "TMX7315120208-000062_pano_0005_000053",
                "timestamp": "2016-06-01T09:51:09.952320Z",
                "filename": "pano_0005_000053.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.72124266,
                "relative_pitch": 70.08479316426717,
                "relative_heading": 139.15291888591423,
                "relative_elevation": 46.1536457585171
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001162/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001162/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001162/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001162/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001162/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001162/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001162/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001162/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001162/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91159649832801,
                        52.3608627063152,
                        45.8742219964042
                    ]
                },
                "distance": 16.79,
                "direction": 239.24,
                "angle": 69.9,
                "elevation": 45.87,
                "pano_id": "TMX7316010203-000191_pano_0001_001162",
                "timestamp": "2016-11-24T10:40:03.150340Z",
                "filename": "pano_0001_001162.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.78843668,
                "relative_pitch": 69.89905784897077,
                "relative_heading": 239.23561862192057,
                "relative_elevation": 45.8742219964042
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01673/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01673/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01673/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01673/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01673/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01673/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01673/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01673/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01673/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91194818679742,
                        52.36081522313173,
                        0.0
                    ]
                },
                "distance": 16.83,
                "direction": 145.5,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01673",
                "timestamp": "2024-10-02T10:03:15Z",
                "filename": "recording_2024-10-02_09-25-01_01673.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.83088539,
                "relative_pitch": 0.0,
                "relative_heading": 145.50195021714237,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001312/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001312/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001312/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001312/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001312/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001312/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001312/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001312/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001312/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91205271570099,
                        52.3609636123215,
                        47.69900741335
                    ]
                },
                "distance": 16.86,
                "direction": 80.99,
                "angle": 70.53,
                "elevation": 47.7,
                "pano_id": "TMX7316010203-002138_pano_0000_001312",
                "timestamp": "2021-05-12T10:39:47.169260Z",
                "filename": "pano_0000_001312.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.86164938,
                "relative_pitch": 70.53144490657189,
                "relative_heading": 80.98945088084336,
                "relative_elevation": 47.69900741335
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000189/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000189/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000189/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000189/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000189/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000189/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000189/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000189/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000189/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91191036574835,
                        52.3608015687258,
                        45.9541933741421
                    ]
                },
                "distance": 16.89,
                "direction": 155.68,
                "angle": 69.82,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-001184_pano_0002_000189",
                "timestamp": "2019-05-15T07:54:54.917130Z",
                "filename": "pano_0002_000189.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.88947861,
                "relative_pitch": 69.82017817440538,
                "relative_heading": 155.67823869785607,
                "relative_elevation": 45.9541933741421
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000390/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000390/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000390/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000390/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0001_000390/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000390/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000390/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000390/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000390/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91192950585148,
                        52.3608072926193,
                        45.4607839267701
                    ]
                },
                "distance": 16.91,
                "direction": 150.76,
                "angle": 69.6,
                "elevation": 45.46,
                "pano_id": "TMX7315120208-000050_pano_0001_000390",
                "timestamp": "2016-05-17T07:47:22.245190Z",
                "filename": "pano_0001_000390.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.90844393,
                "relative_pitch": 69.59808463569212,
                "relative_heading": 150.7570175477699,
                "relative_elevation": 45.4607839267701
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03556/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03556/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03556/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03556/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03556/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03556/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03556/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03556/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03556/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911811634141993,
                        52.36109192095359,
                        0.0
                    ]
                },
                "distance": 16.92,
                "direction": 0.78,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03556",
                "timestamp": "2025-06-19T06:03:12Z",
                "filename": "recording_2025-06-19_04-38-42_03556.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.91978612,
                "relative_pitch": 0.0,
                "relative_heading": 0.7790978301531801,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000607/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000607/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000607/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000607/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000607/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000607/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000607/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000607/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000607/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190071264316,
                        52.3607979895468,
                        46.224835450761
                    ]
                },
                "distance": 17.0,
                "direction": 158.25,
                "angle": 69.81,
                "elevation": 46.22,
                "pano_id": "TMX7316010203-001681_pano_0000_000607",
                "timestamp": "2020-04-29T10:39:16.440140Z",
                "filename": "pano_0000_000607.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 16.99870247,
                "relative_pitch": 69.80952627984225,
                "relative_heading": 158.25181194962204,
                "relative_elevation": 46.224835450761
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000608/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000608/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000608/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000608/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000608/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000608/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000608/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000608/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000608/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9119643454885,
                        52.360820273865,
                        46.1931407414377
                    ]
                },
                "distance": 17.04,
                "direction": 141.38,
                "angle": 69.76,
                "elevation": 46.19,
                "pano_id": "TMX7316010203-001681_pano_0000_000608",
                "timestamp": "2020-04-29T10:39:17.175190Z",
                "filename": "pano_0000_000608.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.03531046,
                "relative_pitch": 69.75681165818413,
                "relative_heading": 141.37647676252277,
                "relative_elevation": 46.1931407414377
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000519/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000519/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000519/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000519/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000519/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000519/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000519/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000519/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000519/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91193815635311,
                        52.3608085919414,
                        46.2894053375348
                    ]
                },
                "distance": 17.08,
                "direction": 148.79,
                "angle": 69.75,
                "elevation": 46.29,
                "pano_id": "TMX7316010203-002591_pano_0000_000519",
                "timestamp": "2022-06-13T07:05:16.305860Z",
                "filename": "pano_0000_000519.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.08019038,
                "relative_pitch": 69.746593052552,
                "relative_heading": 148.79478856676133,
                "relative_elevation": 46.2894053375348
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00961/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00961/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00961/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00961/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00961/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00961/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00961/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00961/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00961/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911673975855056,
                        52.360809882268285,
                        0.0
                    ]
                },
                "distance": 17.12,
                "direction": 212.31,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00961",
                "timestamp": "2024-09-16T07:32:33Z",
                "filename": "recording_2024-09-16_07-18-19_00961.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.11521686,
                "relative_pitch": 0.0,
                "relative_heading": 212.30902435371544,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001235/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001235/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001235/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001235/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001235/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001235/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001235/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001235/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001235/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91166962378019,
                        52.3608108020572,
                        45.9453538330272
                    ]
                },
                "distance": 17.19,
                "direction": 213.33,
                "angle": 69.49,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-002542_pano_0000_001235",
                "timestamp": "2022-04-25T08:33:50.756150Z",
                "filename": "pano_0000_001235.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.18989026,
                "relative_pitch": 69.48728066793642,
                "relative_heading": 213.32662538060885,
                "relative_elevation": 45.9453538330272
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000190/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000190/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000190/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000190/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000190/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000190/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000190/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000190/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000190/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91197477535352,
                        52.3608237368751,
                        45.9501666435972
                    ]
                },
                "distance": 17.2,
                "direction": 138.72,
                "angle": 69.48,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-001184_pano_0002_000190",
                "timestamp": "2019-05-15T07:54:55.557120Z",
                "filename": "pano_0002_000190.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.1961825,
                "relative_pitch": 69.48236792023636,
                "relative_heading": 138.72453546263998,
                "relative_elevation": 45.9501666435972
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01962/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01962/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01962/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01962/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01962/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01962/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01962/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01962/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01962/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91192214476134,
                        52.360801809686954,
                        0.0
                    ]
                },
                "distance": 17.21,
                "direction": 153.21,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01962",
                "timestamp": "2025-06-20T11:29:08Z",
                "filename": "recording_2025-06-20_10-43-25_01962.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.21155043,
                "relative_pitch": 0.0,
                "relative_heading": 153.20653852511208,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000116/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000116/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000116/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000116/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000116/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000116/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000116/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000116/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000116/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91160898015855,
                        52.3608442645069,
                        45.9151206798851
                    ]
                },
                "distance": 17.25,
                "direction": 231.91,
                "angle": 69.41,
                "elevation": 45.92,
                "pano_id": "TMX7316010203-002330_pano_0000_000116",
                "timestamp": "2021-12-22T12:11:59.484630Z",
                "filename": "pano_0000_000116.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.24810729,
                "relative_pitch": 69.41121018191495,
                "relative_heading": 231.91337300243518,
                "relative_elevation": 45.9151206798851
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000209/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000209/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000209/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000209/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000209/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000209/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000209/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000209/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000209/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91160686501974,
                        52.3608452632258,
                        46.0359692126513
                    ]
                },
                "distance": 17.29,
                "direction": 232.5,
                "angle": 69.41,
                "elevation": 46.04,
                "pano_id": "TMX7316010203-002138_pano_0000_000209",
                "timestamp": "2021-05-12T10:15:29.203230Z",
                "filename": "pano_0000_000209.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.29386651,
                "relative_pitch": 69.41081511140467,
                "relative_heading": 232.49765410578732,
                "relative_elevation": 46.0359692126513
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000425/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000425/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000425/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000425/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000425/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000425/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000425/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000425/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000425/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91194060642619,
                        52.360806061663,
                        47.4530921503901
                    ]
                },
                "distance": 17.41,
                "direction": 148.81,
                "angle": 69.86,
                "elevation": 47.45,
                "pano_id": "TMX7316010203-000721_pano_0000_000425",
                "timestamp": "2018-05-15T08:51:16.672170Z",
                "filename": "pano_0000_000425.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.4074861,
                "relative_pitch": 69.8551622268237,
                "relative_heading": 148.8050357041282,
                "relative_elevation": 47.4530921503901
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002005/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002005/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002005/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002005/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002005/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002005/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002005/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002005/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002005/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91203701258481,
                        52.3610098687382,
                        46.5454891612753
                    ]
                },
                "distance": 17.42,
                "direction": 63.45,
                "angle": 69.48,
                "elevation": 46.55,
                "pano_id": "TMX7316010203-001675_pano_0000_002005",
                "timestamp": "2020-04-24T10:07:03.291710Z",
                "filename": "pano_0000_002005.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.42144296,
                "relative_pitch": 69.47970137561413,
                "relative_heading": 63.44654719082313,
                "relative_elevation": 46.5454891612753
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000109/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000109/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000109/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000109/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002330_pano_0000_000109/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000109/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002330_pano_0000_000109/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000109/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/12/22/TMX7316010203-002330/pano_0000_000109/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91203773871116,
                        52.3610122205902,
                        45.9046218907461
                    ]
                },
                "distance": 17.58,
                "direction": 62.76,
                "angle": 69.04,
                "elevation": 45.9,
                "pano_id": "TMX7316010203-002330_pano_0000_000109",
                "timestamp": "2021-12-22T12:11:56.269700Z",
                "filename": "pano_0000_000109.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.58395763,
                "relative_pitch": 69.04045266276623,
                "relative_heading": 62.75580267579939,
                "relative_elevation": 45.9046218907461
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000900/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000900/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000900/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000900/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000900/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000900/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000900/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000900/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000900/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91156661656876,
                        52.3608820210388,
                        45.9310246417299
                    ]
                },
                "distance": 17.68,
                "direction": 248.64,
                "angle": 68.95,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-000239_pano_0002_000900",
                "timestamp": "2017-03-31T09:49:58.875170Z",
                "filename": "pano_0002_000900.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.67582578,
                "relative_pitch": 68.95157182806605,
                "relative_heading": 248.63934422802964,
                "relative_elevation": 45.9310246417299
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001052/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001052/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001052/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001052/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001052/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001052/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001052/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001052/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001052/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91194608274687,
                        52.3608051109759,
                        46.2488464238122
                    ]
                },
                "distance": 17.69,
                "direction": 147.95,
                "angle": 69.06,
                "elevation": 46.25,
                "pano_id": "TMX7316010203-002138_pano_0000_001052",
                "timestamp": "2021-05-12T10:33:23.146590Z",
                "filename": "pano_0000_001052.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.69318464,
                "relative_pitch": 69.06490435633332,
                "relative_heading": 147.94900190570834,
                "relative_elevation": 46.2488464238122
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001839/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001839/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001839/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001839/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001839/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001839/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001839/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001839/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001839/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91166500843056,
                        52.3608071176822,
                        45.9854222005233
                    ]
                },
                "distance": 17.71,
                "direction": 213.45,
                "angle": 68.94,
                "elevation": 45.99,
                "pano_id": "TMX7316010203-001532_pano_0000_001839",
                "timestamp": "2020-01-06T09:10:23.763940Z",
                "filename": "pano_0000_001839.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.70523102,
                "relative_pitch": 68.9423791505942,
                "relative_heading": 213.44787745072554,
                "relative_elevation": 45.9854222005233
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01963/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01963/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01963/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01963/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01963/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01963/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01963/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01963/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01963/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911986276233979,
                        52.36082308042563,
                        0.0
                    ]
                },
                "distance": 17.78,
                "direction": 136.98,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01963",
                "timestamp": "2025-06-20T11:29:09Z",
                "filename": "recording_2025-06-20_10-43-25_01963.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.77615567,
                "relative_pitch": 0.0,
                "relative_heading": 136.9816700704542,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000518/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000518/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000518/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000518/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000518/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000518/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000518/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000518/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000518/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187625897276,
                        52.3607854241721,
                        46.2657482400537
                    ]
                },
                "distance": 17.8,
                "direction": 164.91,
                "angle": 68.96,
                "elevation": 46.27,
                "pano_id": "TMX7316010203-002591_pano_0000_000518",
                "timestamp": "2022-06-13T07:05:15.715880Z",
                "filename": "pano_0000_000518.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.80035438,
                "relative_pitch": 68.95619344881382,
                "relative_heading": 164.91489992052254,
                "relative_elevation": 46.2657482400537
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000391/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000391/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000391/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000391/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0001_000391/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000391/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000391/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000391/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000391/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91199607918594,
                        52.3608286088209,
                        45.4738621423021
                    ]
                },
                "distance": 17.81,
                "direction": 134.06,
                "angle": 68.62,
                "elevation": 45.47,
                "pano_id": "TMX7315120208-000050_pano_0001_000391",
                "timestamp": "2016-05-17T07:47:22.985170Z",
                "filename": "pano_0001_000391.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.80515656,
                "relative_pitch": 68.61731943815029,
                "relative_heading": 134.0586653809625,
                "relative_elevation": 45.4738621423021
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000385/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000385/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000385/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000385/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000385/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000385/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000385/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000385/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000385/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91206564265403,
                        52.3609684994201,
                        45.9749321294948
                    ]
                },
                "distance": 17.82,
                "direction": 79.71,
                "angle": 68.81,
                "elevation": 45.97,
                "pano_id": "TMX7316010203-001906_pano_0000_000385",
                "timestamp": "2020-09-04T07:53:25.889510Z",
                "filename": "pano_0000_000385.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.82105995,
                "relative_pitch": 68.81239467926189,
                "relative_heading": 79.7059622260433,
                "relative_elevation": 45.9749321294948
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000389/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000389/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000389/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000389/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0001_000389/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000389/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000389/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000389/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000389/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91186553703861,
                        52.3607833591774,
                        45.4379382813349
                    ]
                },
                "distance": 17.85,
                "direction": 167.37,
                "angle": 68.55,
                "elevation": 45.44,
                "pano_id": "TMX7315120208-000050_pano_0001_000389",
                "timestamp": "2016-05-17T07:47:21.530170Z",
                "filename": "pano_0001_000389.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.84852566,
                "relative_pitch": 68.55454999422759,
                "relative_heading": 167.37157404009974,
                "relative_elevation": 45.4379382813349
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000850/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000850/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000850/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000850/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000850/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000850/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000850/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000850/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000850/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91186943437192,
                        52.3607833939422,
                        45.6402697684243
                    ]
                },
                "distance": 17.9,
                "direction": 166.54,
                "angle": 68.58,
                "elevation": 45.64,
                "pano_id": "TMX7316010203-000239_pano_0002_000850",
                "timestamp": "2017-03-31T09:48:55.520560Z",
                "filename": "pano_0002_000850.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.90468387,
                "relative_pitch": 68.57991626305022,
                "relative_heading": 166.53976740997655,
                "relative_elevation": 45.6402697684243
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002012/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002012/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002012/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002012/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001675_pano_0000_002012/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002012/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001675_pano_0000_002012/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002012/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/24/TMX7316010203-001675/pano_0000_002012/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91159836497134,
                        52.3608427671943,
                        46.50768842455
                    ]
                },
                "distance": 17.92,
                "direction": 232.92,
                "angle": 68.92,
                "elevation": 46.51,
                "pano_id": "TMX7316010203-001675_pano_0000_002012",
                "timestamp": "2020-04-24T10:07:06.146780Z",
                "filename": "pano_0000_002012.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.92282801,
                "relative_pitch": 68.92466215248875,
                "relative_heading": 232.92023877030022,
                "relative_elevation": 46.50768842455
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000851/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000851/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000851/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000851/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000851/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000851/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000851/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000851/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000851/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91199645719806,
                        52.3608272414584,
                        45.6924693481997
                    ]
                },
                "distance": 17.93,
                "direction": 134.35,
                "angle": 68.57,
                "elevation": 45.69,
                "pano_id": "TMX7316010203-000239_pano_0002_000851",
                "timestamp": "2017-03-31T09:48:56.920560Z",
                "filename": "pano_0002_000851.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.92970174,
                "relative_pitch": 68.57498284210443,
                "relative_heading": 134.3508473742192,
                "relative_elevation": 45.6924693481997
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000051/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000051/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000051/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000051/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000051/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000051/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000051/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000051/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000051/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184695219436,
                        52.3607804037382,
                        46.0938494792208
                    ]
                },
                "distance": 17.94,
                "direction": 171.55,
                "angle": 68.73,
                "elevation": 46.09,
                "pano_id": "TMX7315120208-000062_pano_0005_000051",
                "timestamp": "2016-06-01T09:51:08.047350Z",
                "filename": "pano_0005_000051.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.94033266,
                "relative_pitch": 68.73335778032956,
                "relative_heading": 171.5505559023783,
                "relative_elevation": 46.0938494792208
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000202/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000202/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000202/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000202/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_000202/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000202/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_000202/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000202/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_000202/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91204328904327,
                        52.3610136772739,
                        46.014144141227
                    ]
                },
                "distance": 17.99,
                "direction": 62.85,
                "angle": 68.64,
                "elevation": 46.01,
                "pano_id": "TMX7316010203-002138_pano_0000_000202",
                "timestamp": "2021-05-12T10:15:26.038420Z",
                "filename": "pano_0000_000202.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.9943493,
                "relative_pitch": 68.64145706662718,
                "relative_heading": 62.84808652937529,
                "relative_elevation": 46.014144141227
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000520/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000520/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000520/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000520/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000520/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000520/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000520/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000520/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000520/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91200108119128,
                        52.3608293566635,
                        46.3122170679271
                    ]
                },
                "distance": 17.99,
                "direction": 133.11,
                "angle": 68.77,
                "elevation": 46.31,
                "pano_id": "TMX7316010203-002591_pano_0000_000520",
                "timestamp": "2022-06-13T07:05:16.915880Z",
                "filename": "pano_0000_000520.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.99461434,
                "relative_pitch": 68.76636000261617,
                "relative_heading": 133.11371236977865,
                "relative_elevation": 46.3122170679271
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003179/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003179/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003179/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003179/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003179/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003179/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003179/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003179/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003179/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91206757029078,
                        52.3609708129619,
                        45.9483383251354
                    ]
                },
                "distance": 18.0,
                "direction": 78.97,
                "angle": 68.61,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-000720_pano_0002_003179",
                "timestamp": "2018-05-15T08:23:04.129400Z",
                "filename": "pano_0002_003179.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 17.99773572,
                "relative_pitch": 68.6099682668118,
                "relative_heading": 78.97428605592101,
                "relative_elevation": 45.9483383251354
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001398/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001398/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001398/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001398/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001398/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001398/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001398/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001398/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001398/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91164230788132,
                        52.3608132111786,
                        45.8291476750746
                    ]
                },
                "distance": 18.07,
                "direction": 218.73,
                "angle": 68.48,
                "elevation": 45.83,
                "pano_id": "TMX7316010203-000191_pano_0001_001398",
                "timestamp": "2016-11-24T10:41:39.944510Z",
                "filename": "pano_0001_001398.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.06864055,
                "relative_pitch": 68.48262165359534,
                "relative_heading": 218.7321626364245,
                "relative_elevation": 45.8291476750746
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000424/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000424/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000424/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000424/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000424/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000424/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000424/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000424/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000424/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187756163069,
                        52.3607827862594,
                        47.4169731503353
                    ]
                },
                "distance": 18.11,
                "direction": 164.89,
                "angle": 69.1,
                "elevation": 47.42,
                "pano_id": "TMX7316010203-000721_pano_0000_000424",
                "timestamp": "2018-05-15T08:51:15.722180Z",
                "filename": "pano_0000_000424.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.10686904,
                "relative_pitch": 69.09990750588744,
                "relative_heading": 164.88549524818515,
                "relative_elevation": 47.4169731503353
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00741/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00741/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00741/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00741/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00741/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00741/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00741/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00741/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00741/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911660824414819,
                        52.36080388800316,
                        0.0
                    ]
                },
                "distance": 18.16,
                "direction": 213.57,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00741",
                "timestamp": "2025-06-19T04:59:31Z",
                "filename": "recording_2025-06-19_04-38-42_00741.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.16224111,
                "relative_pitch": 0.0,
                "relative_heading": 213.57326715145166,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001155/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001155/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001155/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001155/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001155/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001155/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001155/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001155/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001155/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91202111118018,
                        52.3610391850431,
                        46.0022545522079
                    ]
                },
                "distance": 18.23,
                "direction": 52.69,
                "angle": 68.38,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-000191_pano_0001_001155",
                "timestamp": "2016-11-24T10:40:00.985390Z",
                "filename": "pano_0001_001155.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.23100129,
                "relative_pitch": 68.38124579806345,
                "relative_heading": 52.69082757765868,
                "relative_elevation": 46.0022545522079
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001051/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001051/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001051/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001051/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001051/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001051/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001051/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001051/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001051/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91188132445763,
                        52.3607815366791,
                        46.2368538938463
                    ]
                },
                "distance": 18.31,
                "direction": 164.22,
                "angle": 68.4,
                "elevation": 46.24,
                "pano_id": "TMX7316010203-002138_pano_0000_001051",
                "timestamp": "2021-05-12T10:33:22.416550Z",
                "filename": "pano_0000_001051.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.30916376,
                "relative_pitch": 68.3971095373822,
                "relative_heading": 164.22450789717024,
                "relative_elevation": 46.2368538938463
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01674/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01674/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01674/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01674/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01674/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01674/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01674/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01674/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01674/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912014568181874,
                        52.360834300482566,
                        0.0
                    ]
                },
                "distance": 18.32,
                "direction": 129.89,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01674",
                "timestamp": "2024-10-02T10:03:16Z",
                "filename": "recording_2024-10-02_09-25-01_01674.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.31830575,
                "relative_pitch": 0.0,
                "relative_heading": 129.89184505490007,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01961/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01961/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01961/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01961/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01961/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01961/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01961/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01961/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01961/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911860019295979,
                        52.36077829105028,
                        0.0
                    ]
                },
                "distance": 18.32,
                "direction": 168.9,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01961",
                "timestamp": "2025-06-20T11:29:07Z",
                "filename": "recording_2025-06-20_10-43-25_01961.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.32320978,
                "relative_pitch": 0.0,
                "relative_heading": 168.90426043069755,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000426/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000426/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000426/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000426/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000426/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000426/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000426/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000426/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000426/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91200565380031,
                        52.3608278559149,
                        47.4840920036659
                    ]
                },
                "distance": 18.34,
                "direction": 132.83,
                "angle": 68.89,
                "elevation": 47.48,
                "pano_id": "TMX7316010203-000721_pano_0000_000426",
                "timestamp": "2018-05-15T08:51:17.677100Z",
                "filename": "pano_0000_000426.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.33637147,
                "relative_pitch": 68.88552336569154,
                "relative_heading": 132.8293823929194,
                "relative_elevation": 47.4840920036659
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000188/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000188/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000188/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000188/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000188/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000188/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000188/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000188/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000188/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184892750205,
                        52.3607767717128,
                        45.9328052969649
                    ]
                },
                "distance": 18.36,
                "direction": 171.32,
                "angle": 68.21,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-001184_pano_0002_000188",
                "timestamp": "2019-05-15T07:54:54.297120Z",
                "filename": "pano_0002_000188.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.36001747,
                "relative_pitch": 68.21268371893002,
                "relative_heading": 171.32049235152206,
                "relative_elevation": 45.9328052969649
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000662/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000662/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000662/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000662/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002541_pano_0004_000662/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002541_pano_0004_000662/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002541_pano_0004_000662/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000662/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002541/pano_0004_000662/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91182880295077,
                        52.3611044918738,
                        47.9298741435632
                    ]
                },
                "distance": 18.37,
                "direction": 4.37,
                "angle": 69.03,
                "elevation": 47.93,
                "pano_id": "TMX7316010203-002541_pano_0004_000662",
                "timestamp": "2022-04-25T08:08:07.194120Z",
                "filename": "pano_0004_000662.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.37044056,
                "relative_pitch": 69.02929764537599,
                "relative_heading": 4.369693446954043,
                "relative_elevation": 47.9298741435632
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000054/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000054/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000054/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000054/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000054/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000054/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000054/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000054/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000054/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91203095837263,
                        52.3608462639097,
                        46.1749191218987
                    ]
                },
                "distance": 18.4,
                "direction": 124.47,
                "angle": 68.27,
                "elevation": 46.17,
                "pano_id": "TMX7315120208-000062_pano_0005_000054",
                "timestamp": "2016-06-01T09:51:11.077330Z",
                "filename": "pano_0005_000054.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.40343542,
                "relative_pitch": 68.26979480727411,
                "relative_heading": 124.47441165100733,
                "relative_elevation": 46.1749191218987
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000609/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000609/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000609/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000609/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000609/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000609/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000609/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000609/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000609/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91202937994985,
                        52.3608409459694,
                        46.1855518138036
                    ]
                },
                "distance": 18.66,
                "direction": 126.16,
                "angle": 68.0,
                "elevation": 46.19,
                "pano_id": "TMX7316010203-001681_pano_0000_000609",
                "timestamp": "2020-04-29T10:39:17.920110Z",
                "filename": "pano_0000_000609.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.65781483,
                "relative_pitch": 68.0025162261066,
                "relative_heading": 126.15961435436807,
                "relative_elevation": 46.1855518138036
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00306/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00306/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00306/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00306/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00306/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00306/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00306/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00306/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00306/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911655904424086,
                        52.360799967569676,
                        0.0
                    ]
                },
                "distance": 18.71,
                "direction": 213.69,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00306",
                "timestamp": "2024-11-21T10:27:27Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00306.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.71109943,
                "relative_pitch": 0.0,
                "relative_heading": 213.6896764859483,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000606/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000606/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000606/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000606/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000606/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000606/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000606/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000606/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000606/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91184029628657,
                        52.3607726034171,
                        46.2112275157124
                    ]
                },
                "distance": 18.74,
                "direction": 173.31,
                "angle": 67.92,
                "elevation": 46.21,
                "pano_id": "TMX7316010203-001681_pano_0000_000606",
                "timestamp": "2020-04-29T10:39:15.720190Z",
                "filename": "pano_0000_000606.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.74111579,
                "relative_pitch": 67.9248232085443,
                "relative_heading": 173.31193476099435,
                "relative_elevation": 46.2112275157124
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001053/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001053/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001053/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001053/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001053/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001053/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001053/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001053/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001053/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91201330939241,
                        52.3608270832462,
                        46.2619345318526
                    ]
                },
                "distance": 18.78,
                "direction": 131.94,
                "angle": 67.91,
                "elevation": 46.26,
                "pano_id": "TMX7316010203-002138_pano_0000_001053",
                "timestamp": "2021-05-12T10:33:23.926550Z",
                "filename": "pano_0000_001053.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 18.77956515,
                "relative_pitch": 67.90580372221848,
                "relative_heading": 131.94000939369658,
                "relative_elevation": 46.2619345318526
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003680/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003680/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003680/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003680/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002593_pano_0000_003680/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003680/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002593_pano_0000_003680/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003680/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002593/pano_0000_003680/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91158595825445,
                        52.3608364606818,
                        45.916602644138
                    ]
                },
                "distance": 19.02,
                "direction": 232.77,
                "angle": 67.5,
                "elevation": 45.92,
                "pano_id": "TMX7316010203-002593_pano_0000_003680",
                "timestamp": "2022-06-13T12:19:52.326090Z",
                "filename": "pano_0000_003680.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.02029792,
                "relative_pitch": 67.49891536313338,
                "relative_heading": 232.76884175559027,
                "relative_elevation": 45.916602644138
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000191/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000191/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000191/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000191/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000191/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000191/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000191/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000191/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000191/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91204028548339,
                        52.3608442851765,
                        45.9699907656759
                    ]
                },
                "distance": 19.05,
                "direction": 123.94,
                "angle": 67.49,
                "elevation": 45.97,
                "pano_id": "TMX7316010203-001184_pano_0002_000191",
                "timestamp": "2019-05-15T07:54:56.217100Z",
                "filename": "pano_0002_000191.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.05271309,
                "relative_pitch": 67.4879588900202,
                "relative_heading": 123.93866187702082,
                "relative_elevation": 45.9699907656759
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000136/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000136/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000136/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000136/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000136/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000136/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000136/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000136/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000136/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9120586408339,
                        52.3610163902155,
                        46.0009974334389
                    ]
                },
                "distance": 19.06,
                "direction": 63.48,
                "angle": 67.49,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001906_pano_0000_000136",
                "timestamp": "2020-09-04T07:51:03.220370Z",
                "filename": "pano_0000_000136.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.06383292,
                "relative_pitch": 67.48979906987032,
                "relative_heading": 63.47518547859983,
                "relative_elevation": 46.0009974334389
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000301/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000301/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000301/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000301/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000234_pano_0001_000301/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000301/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000234_pano_0001_000301/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000301/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000234/pano_0001_000301/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91208610809636,
                        52.3609653328879,
                        45.7376505462453
                    ]
                },
                "distance": 19.14,
                "direction": 81.49,
                "angle": 67.29,
                "elevation": 45.74,
                "pano_id": "TMX7316010203-000234_pano_0001_000301",
                "timestamp": "2017-03-31T07:32:01.143830Z",
                "filename": "pano_0001_000301.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.1391247,
                "relative_pitch": 67.2929093881218,
                "relative_heading": 81.48992194359184,
                "relative_elevation": 45.7376505462453
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000038/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000038/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000038/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000038/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000038/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000038/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000038/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000038/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000038/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91208644998999,
                        52.3609656621914,
                        45.8018555184826
                    ]
                },
                "distance": 19.17,
                "direction": 81.39,
                "angle": 67.29,
                "elevation": 45.8,
                "pano_id": "TMX7315120208-000050_pano_0002_000038",
                "timestamp": "2016-05-17T08:51:05.377810Z",
                "filename": "pano_0002_000038.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.16760998,
                "relative_pitch": 67.29118653019975,
                "relative_heading": 81.39189733802357,
                "relative_elevation": 45.8018555184826
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00313/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00313/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00313/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00313/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/b_20241121_0951_Track23_Sphere_00313/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00313/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/b_20241121_0951_Track23_Sphere_00313/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00313/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/kempkes/Job_20241121_0951_Track23_Sphere_00313/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912086260443953,
                        52.36097159035801,
                        0.0
                    ]
                },
                "distance": 19.26,
                "direction": 79.45,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "b_20241121_0951_Track23_Sphere_00313",
                "timestamp": "2024-11-21T10:27:31Z",
                "filename": "Job_20241121_0951_Track23_Sphere_00313.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.26468325,
                "relative_pitch": 0.0,
                "relative_heading": 79.4459799654023,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000031/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000031/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000031/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000031/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0002_000031/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000031/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0002_000031/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000031/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0002_000031/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91165921924953,
                        52.3607927265274,
                        45.8037468520924
                    ]
                },
                "distance": 19.27,
                "direction": 211.8,
                "angle": 67.19,
                "elevation": 45.8,
                "pano_id": "TMX7315120208-000050_pano_0002_000031",
                "timestamp": "2016-05-17T08:51:02.347790Z",
                "filename": "pano_0002_000031.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.26672105,
                "relative_pitch": 67.18660814104963,
                "relative_heading": 211.80145125342244,
                "relative_elevation": 45.8037468520924
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001108/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001108/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001108/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001108/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_001108/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001108/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_001108/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001108/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_001108/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91166114221452,
                        52.360791917069,
                        45.5902290800586
                    ]
                },
                "distance": 19.27,
                "direction": 211.33,
                "angle": 67.08,
                "elevation": 45.59,
                "pano_id": "TMX7316010203-000239_pano_0002_001108",
                "timestamp": "2017-03-31T10:00:46.696350Z",
                "filename": "pano_0002_001108.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.27489114,
                "relative_pitch": 67.08205981650032,
                "relative_heading": 211.32940062120653,
                "relative_elevation": 45.5902290800586
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001405/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001405/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001405/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001405/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000191_pano_0001_001405/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001405/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000191_pano_0001_001405/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001405/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/11/24/TMX7316010203-000191/pano_0001_001405/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91208682367043,
                        52.3609740199575,
                        45.8060298739001
                    ]
                },
                "distance": 19.35,
                "direction": 78.68,
                "angle": 67.1,
                "elevation": 45.81,
                "pano_id": "TMX7316010203-000191_pano_0001_001405",
                "timestamp": "2016-11-24T10:41:43.249490Z",
                "filename": "pano_0001_001405.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.3536506,
                "relative_pitch": 67.09530221443956,
                "relative_heading": 78.67993535298609,
                "relative_elevation": 45.8060298739001
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003172/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003172/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003172/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003172/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000720_pano_0002_003172/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003172/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000720_pano_0002_003172/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003172/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000720/pano_0002_003172/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91164269004659,
                        52.3607976620251,
                        45.9335017390549
                    ]
                },
                "distance": 19.43,
                "direction": 215.48,
                "angle": 67.07,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-000720_pano_0002_003172",
                "timestamp": "2018-05-15T08:23:01.109360Z",
                "filename": "pano_0002_003172.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.43338206,
                "relative_pitch": 67.0679233903616,
                "relative_heading": 215.47880062148064,
                "relative_elevation": 45.9335017390549
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00748/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00748/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00748/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00748/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_00748/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00748/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_00748/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00748/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_00748/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912089518336351,
                        52.36097444355201,
                        0.0
                    ]
                },
                "distance": 19.54,
                "direction": 78.65,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_00748",
                "timestamp": "2025-06-19T04:59:36Z",
                "filename": "recording_2025-06-19_04-38-42_00748.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.54290621,
                "relative_pitch": 0.0,
                "relative_heading": 78.65007319049295,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000338/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000338/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000338/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000338/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000338/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000338/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000338/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000338/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000338/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91206649773799,
                        52.3610171212184,
                        45.8676727283746
                    ]
                },
                "distance": 19.58,
                "direction": 63.96,
                "angle": 66.88,
                "elevation": 45.87,
                "pano_id": "TMX7316010203-000879_pano_0000_000338",
                "timestamp": "2018-07-29T08:41:44.898110Z",
                "filename": "pano_0000_000338.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.57977116,
                "relative_pitch": 66.88356677935685,
                "relative_heading": 63.961687387674104,
                "relative_elevation": 45.8676727283746
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000378/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000378/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000378/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000378/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000378/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000378/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000378/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000378/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000378/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91163920346953,
                        52.3607967330914,
                        46.0002745436504
                    ]
                },
                "distance": 19.66,
                "direction": 215.87,
                "angle": 66.86,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001906_pano_0000_000378",
                "timestamp": "2020-09-04T07:53:22.969600Z",
                "filename": "pano_0000_000378.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.65586678,
                "relative_pitch": 66.86303460019197,
                "relative_heading": 215.86773709625393,
                "relative_elevation": 46.0002745436504
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01964/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01964/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01964/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01964/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01964/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01964/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01964/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01964/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01964/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912051410619121,
                        52.36084392374405,
                        0.0
                    ]
                },
                "distance": 19.71,
                "direction": 122.81,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01964",
                "timestamp": "2025-06-20T11:29:09Z",
                "filename": "recording_2025-06-20_10-43-25_01964.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.70779621,
                "relative_pitch": 0.0,
                "relative_heading": 122.80541869494391,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03307/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03307/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03307/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03307/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03307/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03307/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03307/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03307/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03307/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912068827156178,
                        52.36102164490013,
                        0.0
                    ]
                },
                "distance": 19.95,
                "direction": 62.86,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03307",
                "timestamp": "2025-06-19T05:51:38Z",
                "filename": "recording_2025-06-19_04-38-42_03307.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.94698753,
                "relative_pitch": 0.0,
                "relative_heading": 62.86258577017556,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01227/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01227/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01227/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01227/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01227/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01227/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01227/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01227/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01227/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912070480429946,
                        52.36101993917118,
                        0.0
                    ]
                },
                "distance": 19.96,
                "direction": 63.49,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01227",
                "timestamp": "2024-10-02T09:57:19Z",
                "filename": "recording_2024-10-02_09-25-01_01227.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.96185867,
                "relative_pitch": 0.0,
                "relative_heading": 63.4948646844536,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001846/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001846/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001846/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001846/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001532_pano_0000_001846/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001846/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001532_pano_0000_001846/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001846/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/13/06/TMX7316010203-001532/pano_0000_001846/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91209631267248,
                        52.3609728027217,
                        45.9548867102712
                    ]
                },
                "distance": 19.96,
                "direction": 79.43,
                "angle": 66.52,
                "elevation": 45.95,
                "pano_id": "TMX7316010203-001532_pano_0000_001846",
                "timestamp": "2020-01-06T09:10:26.024110Z",
                "filename": "pano_0000_001846.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "woz",
                "mission_year": "2019",
                "tags": [
                    "mission-woz",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.9626095,
                "relative_pitch": 66.5200763049091,
                "relative_heading": 79.42532765047535,
                "relative_elevation": 45.9548867102712
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01235/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01235/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01235/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01235/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01235/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01235/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01235/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01235/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01235/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911574478242152,
                        52.36083162573867,
                        0.0
                    ]
                },
                "distance": 19.97,
                "direction": 232.9,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01235",
                "timestamp": "2024-10-02T09:57:25Z",
                "filename": "recording_2024-10-02_09-25-01_01235.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.9685427,
                "relative_pitch": 0.0,
                "relative_heading": 232.8974457646822,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03315/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03315/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03315/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03315/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-19_04-38-42_03315/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03315/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03315/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03315/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-19_04-38-42_03315/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911574843573697,
                        52.360831018053794,
                        0.0
                    ]
                },
                "distance": 19.99,
                "direction": 232.7,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-19_04-38-42_03315",
                "timestamp": "2025-06-19T05:51:45Z",
                "filename": "recording_2025-06-19_04-38-42_03315.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 19.98960332,
                "relative_pitch": 0.0,
                "relative_heading": 232.69983265574857,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000392/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000392/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000392/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000392/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0001_000392/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000392/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000392/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000392/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000392/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91206269827093,
                        52.3608495504655,
                        45.4779406515881
                    ]
                },
                "distance": 20.04,
                "direction": 120.11,
                "angle": 66.22,
                "elevation": 45.48,
                "pano_id": "TMX7315120208-000050_pano_0001_000392",
                "timestamp": "2016-05-17T07:47:23.760210Z",
                "filename": "pano_0001_000392.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.037098,
                "relative_pitch": 66.22221960114055,
                "relative_heading": 120.10829734781056,
                "relative_elevation": 45.4779406515881
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000059/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000059/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000059/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000059/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000059/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000059/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000059/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000059/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000059/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91157421487419,
                        52.3608300985056,
                        45.9385811751708
                    ]
                },
                "distance": 20.09,
                "direction": 232.54,
                "angle": 66.38,
                "elevation": 45.94,
                "pano_id": "TMX7316010203-001184_pano_0000_000059",
                "timestamp": "2019-05-15T06:26:47.096370Z",
                "filename": "pano_0000_000059.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.08575609,
                "relative_pitch": 66.38357642927967,
                "relative_heading": 232.54168818078415,
                "relative_elevation": 45.9385811751708
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000517/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000517/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000517/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000517/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000517/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000517/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000517/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000517/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000517/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181703510557,
                        52.3607592217191,
                        46.2567306738347
                    ]
                },
                "distance": 20.11,
                "direction": 178.3,
                "angle": 66.5,
                "elevation": 46.26,
                "pano_id": "TMX7316010203-002591_pano_0000_000517",
                "timestamp": "2022-06-13T07:05:15.125890Z",
                "filename": "pano_0000_000517.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.111512,
                "relative_pitch": 66.50154894724348,
                "relative_heading": 178.29608899952962,
                "relative_elevation": 46.2567306738347
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000521/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000521/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000521/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000521/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000521/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000521/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000521/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000521/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000521/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91206487082383,
                        52.3608482891154,
                        46.3128419118002
                    ]
                },
                "distance": 20.24,
                "direction": 120.24,
                "angle": 66.4,
                "elevation": 46.31,
                "pano_id": "TMX7316010203-002591_pano_0000_000521",
                "timestamp": "2022-06-13T07:05:17.575900Z",
                "filename": "pano_0000_000521.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.23559571,
                "relative_pitch": 66.39790923622128,
                "relative_heading": 120.24186744856348,
                "relative_elevation": 46.3128419118002
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001305/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001305/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001305/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001305/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001305/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001305/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001305/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001305/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001305/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91163544078282,
                        52.360791304807,
                        47.6909169247374
                    ]
                },
                "distance": 20.3,
                "direction": 215.46,
                "angle": 66.95,
                "elevation": 47.69,
                "pano_id": "TMX7316010203-002138_pano_0000_001305",
                "timestamp": "2021-05-12T10:39:44.039410Z",
                "filename": "pano_0000_001305.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.29606938,
                "relative_pitch": 66.9466014579172,
                "relative_heading": 215.4550543976705,
                "relative_elevation": 47.6909169247374
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000423/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000423/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000423/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000423/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000423/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000423/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000423/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000423/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000423/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181714155,
                        52.3607573724296,
                        47.405128496699
                    ]
                },
                "distance": 20.32,
                "direction": 178.29,
                "angle": 66.8,
                "elevation": 47.41,
                "pano_id": "TMX7316010203-000721_pano_0000_000423",
                "timestamp": "2018-05-15T08:51:14.822150Z",
                "filename": "pano_0000_000423.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.31741486,
                "relative_pitch": 66.80045863216314,
                "relative_heading": 178.2929035079077,
                "relative_elevation": 47.405128496699
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000346/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000346/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000346/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000346/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000879_pano_0000_000346/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000346/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000879_pano_0000_000346/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000346/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/07/29/TMX7316010203-000879/pano_0000_000346/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91157029374791,
                        52.3608284091566,
                        45.9176386781037
                    ]
                },
                "distance": 20.41,
                "direction": 232.58,
                "angle": 66.03,
                "elevation": 45.92,
                "pano_id": "TMX7316010203-000879_pano_0000_000346",
                "timestamp": "2018-07-29T08:41:48.118080Z",
                "filename": "pano_0000_000346.jpg",
                "surface_type": "L",
                "mission_distance": 10,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-10"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.41212984,
                "relative_pitch": 66.03304067180538,
                "relative_heading": 232.57886187846583,
                "relative_elevation": 45.9176386781037
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000051/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000051/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000051/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000051/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0000_000051/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000051/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0000_000051/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000051/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0000_000051/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91207736475209,
                        52.3610218122865,
                        45.9580251304433
                    ]
                },
                "distance": 20.47,
                "direction": 63.56,
                "angle": 65.99,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-001184_pano_0000_000051",
                "timestamp": "2019-05-15T06:26:43.561380Z",
                "filename": "pano_0000_000051.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.47458427,
                "relative_pitch": 65.98673232932057,
                "relative_heading": 63.558598428961325,
                "relative_elevation": 45.9580251304433
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001050/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001050/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001050/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001050/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001050/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001050/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001050/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001050/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001050/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181964008876,
                        52.3607554767127,
                        46.2382987877354
                    ]
                },
                "distance": 20.53,
                "direction": 177.84,
                "angle": 66.05,
                "elevation": 46.24,
                "pano_id": "TMX7316010203-002138_pano_0000_001050",
                "timestamp": "2021-05-12T10:33:21.706560Z",
                "filename": "pano_0000_001050.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2021",
                "tags": [
                    "mission-bi",
                    "mission-2021",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.53398996,
                "relative_pitch": 66.05444693881267,
                "relative_heading": 177.83570315963163,
                "relative_elevation": 46.2382987877354
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000388/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000388/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000388/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000388/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000050_pano_0001_000388/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000388/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000050_pano_0001_000388/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000388/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/17/TMX7315120208-000050/pano_0001_000388/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91180607031153,
                        52.3607553058068,
                        45.4340555956587
                    ]
                },
                "distance": 20.54,
                "direction": 180.42,
                "angle": 65.67,
                "elevation": 45.43,
                "pano_id": "TMX7315120208-000050_pano_0001_000388",
                "timestamp": "2016-05-17T07:47:20.830230Z",
                "filename": "pano_0001_000388.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.53889961,
                "relative_pitch": 65.6741976003103,
                "relative_heading": 180.41556455212486,
                "relative_elevation": 45.4340555956587
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001242/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001242/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001242/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001242/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002542_pano_0000_001242/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001242/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002542_pano_0000_001242/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001242/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/04/25/TMX7316010203-002542/pano_0000_001242/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91210457549906,
                        52.3609743356713,
                        45.9148667752743
                    ]
                },
                "distance": 20.55,
                "direction": 79.25,
                "angle": 65.89,
                "elevation": 45.91,
                "pano_id": "TMX7316010203-002542_pano_0000_001242",
                "timestamp": "2022-04-25T08:33:53.736130Z",
                "filename": "pano_0000_001242.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2022",
                "tags": [
                    "mission-bi",
                    "mission-2022",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.54735286,
                "relative_pitch": 65.89101627323845,
                "relative_heading": 79.24580058636826,
                "relative_elevation": 45.9148667752743
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_02111/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_02111/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_02111/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_02111/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_02111/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_02111/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_02111/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_02111/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_02111/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911805131248581,
                        52.36075483777195,
                        0.0
                    ]
                },
                "distance": 20.59,
                "direction": 180.59,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_02111",
                "timestamp": "2024-10-02T10:13:31Z",
                "filename": "recording_2024-10-02_09-25-01_02111.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.59154063,
                "relative_pitch": 0.0,
                "relative_heading": 180.5925141740925,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000427/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000427/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000427/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000427/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000427/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000427/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000427/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000427/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000427/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91207258967969,
                        52.3608482647705,
                        47.4839800382033
                    ]
                },
                "distance": 20.69,
                "direction": 119.52,
                "angle": 66.45,
                "elevation": 47.48,
                "pano_id": "TMX7316010203-000721_pano_0000_000427",
                "timestamp": "2018-05-15T08:51:18.732200Z",
                "filename": "pano_0000_000427.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.69290341,
                "relative_pitch": 66.45305151678079,
                "relative_heading": 119.51501425424519,
                "relative_elevation": 47.4839800382033
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000144/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000144/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000144/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000144/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001906_pano_0000_000144/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000144/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001906_pano_0000_000144/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000144/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/09/04/TMX7316010203-001906/pano_0000_000144/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9115660544237,
                        52.3608272514739,
                        45.9973327349871
                    ]
                },
                "distance": 20.72,
                "direction": 232.78,
                "angle": 65.75,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001906_pano_0000_000144",
                "timestamp": "2020-09-04T07:51:06.460370Z",
                "filename": "pano_0000_000144.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.71990247,
                "relative_pitch": 65.75039875890867,
                "relative_heading": 232.78124854187794,
                "relative_elevation": 45.9973327349871
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00968/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00968/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00968/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00968/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-16_07-18-19_00968/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00968/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-16_07-18-19_00968/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00968/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-16_07-18-19_00968/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912106922314961,
                        52.36097643464033,
                        0.0
                    ]
                },
                "distance": 20.75,
                "direction": 78.69,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-16_07-18-19_00968",
                "timestamp": "2024-09-16T07:32:36Z",
                "filename": "recording_2024-09-16_07-18-19_00968.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.74896108,
                "relative_pitch": 0.0,
                "relative_heading": 78.69454380305015,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000050/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000050/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000050/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000050/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000050/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000050/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000050/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000050/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000050/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91179004093902,
                        52.3607535834748,
                        46.0934072742239
                    ]
                },
                "distance": 20.77,
                "direction": 183.43,
                "angle": 65.75,
                "elevation": 46.09,
                "pano_id": "TMX7315120208-000062_pano_0005_000050",
                "timestamp": "2016-06-01T09:51:07.272350Z",
                "filename": "pano_0005_000050.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.76712095,
                "relative_pitch": 65.74632658167168,
                "relative_heading": 183.42581009343678,
                "relative_elevation": 46.0934072742239
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01960/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01960/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01960/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01960/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01960/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01960/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01960/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01960/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01960/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911800383604953,
                        52.36075258937542,
                        0.0
                    ]
                },
                "distance": 20.85,
                "direction": 181.47,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01960",
                "timestamp": "2025-06-20T11:29:07Z",
                "filename": "recording_2025-06-20_10-43-25_01960.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.84752917,
                "relative_pitch": 0.0,
                "relative_heading": 181.47428501300843,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-19_04-38-42_03311/adjacencies/recording_2025-06-19_04-38-42_03311/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01675/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01675/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01675/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01675/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_09-25-01_01675/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01675/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_09-25-01_01675/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01675/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_09-25-01_01675/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.912080748709632,
                        52.36085346548918,
                        0.0
                    ]
                },
                "distance": 20.91,
                "direction": 117.38,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_09-25-01_01675",
                "timestamp": "2024-10-02T10:03:18Z",
                "filename": "recording_2024-10-02_09-25-01_01675.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-19_04-38-42_03311",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122616.936,
                        486000.364
                    ]
                },
                "relative_distance": 20.905958,
                "relative_pitch": 0.0,
                "relative_heading": 117.38384751056962,
                "relative_elevation": 0.0
            }
        ]
    }
}