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-20_10-43-25_01917/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-20_10-43-25_01917/adjacencies/?format=api"
        }
    },
    "_embedded": {
        "adjacencies": [
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01917/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01917/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01917/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01917/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01917/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01917/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01917/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911638429782756,
                        52.35986212761906,
                        0.0
                    ]
                },
                "distance": 0.0,
                "direction": null,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01917",
                "timestamp": "2025-06-20T11:28:08Z",
                "filename": "recording_2025-06-20_10-43-25_01917.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "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-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03005/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03005/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03005/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03005/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03005/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03005/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03005/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03005/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03005/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911631450167003,
                        52.359860352938796,
                        0.0
                    ]
                },
                "distance": 0.51,
                "direction": 247.45,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03005",
                "timestamp": "2024-10-02T09:21:29Z",
                "filename": "recording_2024-10-02_08-12-25_03005.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 0.51486929,
                "relative_pitch": 0.0,
                "relative_heading": 247.4464949736114,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000021/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000021/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000021/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000021/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000021/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000021/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000021/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000021/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000021/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9116329237248,
                        52.3598655944642,
                        45.2990822540596
                    ]
                },
                "distance": 0.54,
                "direction": 315.8,
                "angle": 89.32,
                "elevation": 45.3,
                "pano_id": "TMX7315120208-000062_pano_0005_000021",
                "timestamp": "2016-06-01T09:50:40.567610Z",
                "filename": "pano_0005_000021.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 0.53807328,
                "relative_pitch": 89.3194591000052,
                "relative_heading": 315.8030434987549,
                "relative_elevation": 45.2990822540596
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000577/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000577/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000577/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000577/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000577/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000577/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000577/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000577/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000577/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91162633127761,
                        52.3598612024077,
                        46.4410192621872
                    ]
                },
                "distance": 0.83,
                "direction": 262.88,
                "angle": 88.98,
                "elevation": 46.44,
                "pano_id": "TMX7316010203-001681_pano_0000_000577",
                "timestamp": "2020-04-29T10:38:52.550280Z",
                "filename": "pano_0000_000577.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 0.83062711,
                "relative_pitch": 88.97533786480297,
                "relative_heading": 262.8801657972319,
                "relative_elevation": 46.4410192621872
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001268/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001268/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001268/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001268/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001268/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001268/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001268/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001268/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001268/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91163749028916,
                        52.359853720168,
                        47.009546562098
                    ]
                },
                "distance": 0.94,
                "direction": 183.91,
                "angle": 88.86,
                "elevation": 47.01,
                "pano_id": "TMX7316010203-002138_pano_0000_001268",
                "timestamp": "2021-05-12T10:39:03.689490Z",
                "filename": "pano_0000_001268.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 0.93771906,
                "relative_pitch": 88.85724870565473,
                "relative_heading": 183.9137598783571,
                "relative_elevation": 47.009546562098
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000342/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000342/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000342/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000342/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000342/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000342/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000342/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000342/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000342/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91165637781364,
                        52.3598557451866,
                        45.9608824606985
                    ]
                },
                "distance": 1.41,
                "direction": 120.15,
                "angle": 88.24,
                "elevation": 45.96,
                "pano_id": "TMX7316010203-001184_pano_0002_000342",
                "timestamp": "2019-05-15T07:57:09.071110Z",
                "filename": "pano_0002_000342.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 1.41401726,
                "relative_pitch": 88.23781290343236,
                "relative_heading": 120.14942157386433,
                "relative_elevation": 45.9608824606985
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000622/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000622/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000622/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000622/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000622/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000622/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000622/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000622/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000622/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91165097283733,
                        52.3598509754284,
                        45.7080193888396
                    ]
                },
                "distance": 1.51,
                "direction": 145.45,
                "angle": 88.11,
                "elevation": 45.71,
                "pano_id": "TMX7316010203-000721_pano_0000_000622",
                "timestamp": "2018-05-15T08:54:43.886270Z",
                "filename": "pano_0000_000622.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 1.50669918,
                "relative_pitch": 88.11201058781029,
                "relative_heading": 145.44904486442897,
                "relative_elevation": 45.7080193888396
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000829/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000829/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000829/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000829/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000829/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000829/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000829/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000829/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000829/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91160558984716,
                        52.3598643267614,
                        45.3843055674806
                    ]
                },
                "distance": 2.25,
                "direction": 276.24,
                "angle": 87.16,
                "elevation": 45.38,
                "pano_id": "TMX7316010203-000239_pano_0002_000829",
                "timestamp": "2017-03-31T09:47:56.815970Z",
                "filename": "pano_0002_000829.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 2.250595,
                "relative_pitch": 87.16104395001622,
                "relative_heading": 276.2421383354912,
                "relative_elevation": 45.3843055674806
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007231/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007231/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007231/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007231/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007231/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007231/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007231/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007231/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007231/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91160526342773,
                        52.3598669458368,
                        45.5699669532478
                    ]
                },
                "distance": 2.32,
                "direction": 283.35,
                "angle": 87.08,
                "elevation": 45.57,
                "pano_id": "TMX7315120208-000048_pano_0000_007231",
                "timestamp": "2016-05-12T09:43:55.839510Z",
                "filename": "pano_0000_007231.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 2.32222783,
                "relative_pitch": 87.0827528153782,
                "relative_heading": 283.34857682408324,
                "relative_elevation": 45.5699669532478
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000489/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000489/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000489/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000489/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000489/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000489/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000489/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000489/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000489/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91160128707358,
                        52.359862904854,
                        45.8643668117002
                    ]
                },
                "distance": 2.53,
                "direction": 271.96,
                "angle": 86.84,
                "elevation": 45.86,
                "pano_id": "TMX7316010203-002591_pano_0000_000489",
                "timestamp": "2022-06-13T07:04:54.021260Z",
                "filename": "pano_0000_000489.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 2.53186004,
                "relative_pitch": 86.84029635838866,
                "relative_heading": 271.95757053503405,
                "relative_elevation": 45.8643668117002
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000488/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000488/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000488/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000488/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000488/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000488/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000488/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000488/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000488/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91167028223855,
                        52.3598492725422,
                        45.8514068508521
                    ]
                },
                "distance": 2.6,
                "direction": 123.39,
                "angle": 86.76,
                "elevation": 45.85,
                "pano_id": "TMX7316010203-002591_pano_0000_000488",
                "timestamp": "2022-06-13T07:04:53.341080Z",
                "filename": "pano_0000_000488.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 2.5990312,
                "relative_pitch": 86.75573015878464,
                "relative_heading": 123.39263410687595,
                "relative_elevation": 45.8514068508521
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007230/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007230/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007230/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007230/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007230/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007230/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007230/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007230/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007230/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91167610175377,
                        52.3598534515288,
                        45.5449511772022
                    ]
                },
                "distance": 2.74,
                "direction": 110.61,
                "angle": 86.55,
                "elevation": 45.54,
                "pano_id": "TMX7315120208-000048_pano_0000_007230",
                "timestamp": "2016-05-12T09:43:54.994440Z",
                "filename": "pano_0000_007230.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 2.74201665,
                "relative_pitch": 86.55468775780344,
                "relative_heading": 110.61492365274633,
                "relative_elevation": 45.5449511772022
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000343/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000343/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000343/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000343/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000343/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000343/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000343/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000343/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000343/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91158622766492,
                        52.3598714632089,
                        45.9955938225612
                    ]
                },
                "distance": 3.7,
                "direction": 286.28,
                "angle": 85.39,
                "elevation": 46.0,
                "pano_id": "TMX7316010203-001184_pano_0002_000343",
                "timestamp": "2019-05-15T07:57:09.811140Z",
                "filename": "pano_0002_000343.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 3.70493307,
                "relative_pitch": 85.39478269914592,
                "relative_heading": 286.2832441625979,
                "relative_elevation": 45.9955938225612
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000623/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000623/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000623/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000623/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000623/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000623/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000623/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000623/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000623/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91158234982795,
                        52.3598653704247,
                        45.7151055382565
                    ]
                },
                "distance": 3.84,
                "direction": 275.4,
                "angle": 85.2,
                "elevation": 45.72,
                "pano_id": "TMX7316010203-000721_pano_0000_000623",
                "timestamp": "2018-05-15T08:54:44.661180Z",
                "filename": "pano_0000_000623.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 3.83750286,
                "relative_pitch": 85.20162016432694,
                "relative_heading": 275.39551737348694,
                "relative_elevation": 45.7151055382565
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000576/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000576/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000576/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000576/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000576/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000576/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000576/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000576/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000576/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9116960698209,
                        52.3598456222948,
                        46.4475904814899
                    ]
                },
                "distance": 4.34,
                "direction": 115.07,
                "angle": 84.67,
                "elevation": 46.45,
                "pano_id": "TMX7316010203-001681_pano_0000_000576",
                "timestamp": "2020-04-29T10:38:51.805380Z",
                "filename": "pano_0000_000576.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 4.33506482,
                "relative_pitch": 84.66789446749107,
                "relative_heading": 115.06618598685586,
                "relative_elevation": 46.4475904814899
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000020/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000020/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000020/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000020/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000020/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000020/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000020/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000020/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000020/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9117006210573,
                        52.3598513207116,
                        45.2759021008387
                    ]
                },
                "distance": 4.4,
                "direction": 105.85,
                "angle": 84.44,
                "elevation": 45.28,
                "pano_id": "TMX7315120208-000062_pano_0005_000020",
                "timestamp": "2016-06-01T09:50:39.837690Z",
                "filename": "pano_0005_000020.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 4.40419056,
                "relative_pitch": 84.44406195707408,
                "relative_heading": 105.84534983901354,
                "relative_elevation": 45.2759021008387
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03004/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03004/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03004/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03004/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03004/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03004/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03004/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03004/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03004/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911701953501894,
                        52.35984575635974,
                        0.0
                    ]
                },
                "distance": 4.7,
                "direction": 112.83,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03004",
                "timestamp": "2024-10-02T09:21:28Z",
                "filename": "recording_2024-10-02_08-12-25_03004.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 4.6954057,
                "relative_pitch": 0.0,
                "relative_heading": 112.82851062856221,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001269/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001269/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001269/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001269/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001269/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001269/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001269/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001269/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001269/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91156734145691,
                        52.3598689749858,
                        47.0351608199999
                    ]
                },
                "distance": 4.9,
                "direction": 278.94,
                "angle": 84.05,
                "elevation": 47.04,
                "pano_id": "TMX7316010203-002138_pano_0000_001269",
                "timestamp": "2021-05-12T10:39:04.759480Z",
                "filename": "pano_0000_001269.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 4.90253027,
                "relative_pitch": 84.04948035869758,
                "relative_heading": 278.94099297099575,
                "relative_elevation": 47.0351608199999
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01916/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01916/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01916/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01916/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01916/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01916/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01916/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01916/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01916/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911707874135315,
                        52.35984776556947,
                        0.0
                    ]
                },
                "distance": 4.99,
                "direction": 108.67,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01916",
                "timestamp": "2025-06-20T11:28:08Z",
                "filename": "recording_2025-06-20_10-43-25_01916.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 4.99359792,
                "relative_pitch": 0.0,
                "relative_heading": 108.66500413639385,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01918/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01918/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01918/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01918/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01918/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01918/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01918/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01918/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01918/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911568898078692,
                        52.359876417375226,
                        0.0
                    ]
                },
                "distance": 5.0,
                "direction": 288.56,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01918",
                "timestamp": "2025-06-20T11:28:09Z",
                "filename": "recording_2025-06-20_10-43-25_01918.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 4.99666899,
                "relative_pitch": 0.0,
                "relative_heading": 288.5558343731091,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000022/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000022/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000022/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000022/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000022/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000022/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000022/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000022/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000022/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91156520734341,
                        52.35987997252,
                        45.3207576526329
                    ]
                },
                "distance": 5.37,
                "direction": 291.71,
                "angle": 83.24,
                "elevation": 45.32,
                "pano_id": "TMX7315120208-000062_pano_0005_000022",
                "timestamp": "2016-06-01T09:50:41.287640Z",
                "filename": "pano_0005_000022.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 5.3690337,
                "relative_pitch": 83.24380548059621,
                "relative_heading": 291.7057020546952,
                "relative_elevation": 45.3207576526329
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001267/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001267/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001267/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001267/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001267/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001267/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001267/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001267/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001267/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91170775194137,
                        52.3598387729592,
                        46.9812185866758
                    ]
                },
                "distance": 5.39,
                "direction": 118.82,
                "angle": 83.45,
                "elevation": 46.98,
                "pano_id": "TMX7316010203-002138_pano_0000_001267",
                "timestamp": "2021-05-12T10:39:02.669480Z",
                "filename": "pano_0000_001267.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 5.3904482,
                "relative_pitch": 83.45471933458192,
                "relative_heading": 118.82305019574756,
                "relative_elevation": 46.9812185866758
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03006/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03006/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03006/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03006/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03006/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03006/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03006/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03006/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03006/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91156109517045,
                        52.35987522601964,
                        0.0
                    ]
                },
                "distance": 5.47,
                "direction": 285.46,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03006",
                "timestamp": "2024-10-02T09:21:29Z",
                "filename": "recording_2024-10-02_08-12-25_03006.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 5.46638542,
                "relative_pitch": 0.0,
                "relative_heading": 285.4639852653193,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000578/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000578/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000578/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000578/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000578/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000578/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000578/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000578/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000578/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91155706149584,
                        52.3598774441574,
                        46.438659417443
                    ]
                },
                "distance": 5.8,
                "direction": 287.09,
                "angle": 82.88,
                "elevation": 46.44,
                "pano_id": "TMX7316010203-001681_pano_0000_000578",
                "timestamp": "2020-04-29T10:38:53.255370Z",
                "filename": "pano_0000_000578.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 5.79938237,
                "relative_pitch": 82.8816045492254,
                "relative_heading": 287.0905535278325,
                "relative_elevation": 46.438659417443
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000621/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000621/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000621/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000621/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000621/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000621/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000621/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000621/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000621/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91172035302544,
                        52.3598364354458,
                        45.6984106395394
                    ]
                },
                "distance": 6.27,
                "direction": 117.12,
                "angle": 82.19,
                "elevation": 45.7,
                "pano_id": "TMX7316010203-000721_pano_0000_000621",
                "timestamp": "2018-05-15T08:54:43.131190Z",
                "filename": "pano_0000_000621.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 6.27071397,
                "relative_pitch": 82.18669621832827,
                "relative_heading": 117.12340962191438,
                "relative_elevation": 45.6984106395394
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000341/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000341/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000341/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000341/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000341/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000341/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000341/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000341/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000341/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91172724855989,
                        52.3598406326505,
                        45.9319347850978
                    ]
                },
                "distance": 6.51,
                "direction": 111.57,
                "angle": 81.94,
                "elevation": 45.93,
                "pano_id": "TMX7316010203-001184_pano_0002_000341",
                "timestamp": "2019-05-15T07:57:08.296190Z",
                "filename": "pano_0002_000341.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 6.50644652,
                "relative_pitch": 81.93746013065795,
                "relative_heading": 111.56826176965397,
                "relative_elevation": 45.9319347850978
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007232/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007232/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007232/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007232/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007232/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007232/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007232/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007232/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007232/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91153483676848,
                        52.3598803814599,
                        45.5926103182137
                    ]
                },
                "distance": 7.34,
                "direction": 286.06,
                "angle": 80.85,
                "elevation": 45.59,
                "pano_id": "TMX7315120208-000048_pano_0000_007232",
                "timestamp": "2016-05-12T09:43:56.634400Z",
                "filename": "pano_0000_007232.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 7.3438538,
                "relative_pitch": 80.84964811832826,
                "relative_heading": 286.05638192362244,
                "relative_elevation": 45.5926103182137
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000490/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000490/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000490/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000490/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000490/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000490/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000490/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000490/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000490/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91153259668344,
                        52.3598769113962,
                        45.8680687202141
                    ]
                },
                "distance": 7.4,
                "direction": 282.85,
                "angle": 80.84,
                "elevation": 45.87,
                "pano_id": "TMX7316010203-002591_pano_0000_000490",
                "timestamp": "2022-06-13T07:04:54.686010Z",
                "filename": "pano_0000_000490.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 7.39526906,
                "relative_pitch": 80.84106986844316,
                "relative_heading": 282.8528180487803,
                "relative_elevation": 45.8680687202141
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000487/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000487/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000487/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000487/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000487/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000487/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000487/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000487/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000487/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91173955626467,
                        52.3598359916499,
                        45.8497628336772
                    ]
                },
                "distance": 7.48,
                "direction": 112.89,
                "angle": 80.74,
                "elevation": 45.85,
                "pano_id": "TMX7316010203-002591_pano_0000_000487",
                "timestamp": "2022-06-13T07:04:52.581050Z",
                "filename": "pano_0000_000487.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 7.47803277,
                "relative_pitch": 80.73670125398655,
                "relative_heading": 112.88646051277847,
                "relative_elevation": 45.8497628336772
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007229/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007229/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007229/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007229/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007229/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007229/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007229/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007229/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007229/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91174670705121,
                        52.3598391612047,
                        45.5190715435892
                    ]
                },
                "distance": 7.81,
                "direction": 109.11,
                "angle": 80.27,
                "elevation": 45.52,
                "pano_id": "TMX7315120208-000048_pano_0000_007229",
                "timestamp": "2016-05-12T09:43:54.119430Z",
                "filename": "pano_0000_007229.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 7.80663805,
                "relative_pitch": 80.26830237251968,
                "relative_heading": 109.10847944967378,
                "relative_elevation": 45.5190715435892
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000828/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000828/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000828/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000828/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000828/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000828/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000828/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000828/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000828/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91174619617183,
                        52.3598355019753,
                        45.3664213018492
                    ]
                },
                "distance": 7.92,
                "direction": 111.98,
                "angle": 80.1,
                "elevation": 45.37,
                "pano_id": "TMX7316010203-000239_pano_0002_000828",
                "timestamp": "2017-03-31T09:47:55.145900Z",
                "filename": "pano_0002_000828.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 7.91696175,
                "relative_pitch": 80.10091462977249,
                "relative_heading": 111.9765476005319,
                "relative_elevation": 45.3664213018492
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000624/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000624/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000624/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000624/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000624/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000624/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000624/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000624/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000624/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91151472226717,
                        52.35987932645,
                        45.7115639802068
                    ]
                },
                "distance": 8.64,
                "direction": 282.79,
                "angle": 79.29,
                "elevation": 45.71,
                "pano_id": "TMX7316010203-000721_pano_0000_000624",
                "timestamp": "2018-05-15T08:54:45.471180Z",
                "filename": "pano_0000_000624.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 8.6422537,
                "relative_pitch": 79.29399260489346,
                "relative_heading": 282.7939811843947,
                "relative_elevation": 45.7115639802068
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000344/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000344/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000344/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000344/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000344/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000344/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000344/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000344/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000344/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91151606998391,
                        52.3598873567474,
                        46.0160922631621
                    ]
                },
                "distance": 8.8,
                "direction": 288.61,
                "angle": 79.18,
                "elevation": 46.02,
                "pano_id": "TMX7316010203-001184_pano_0002_000344",
                "timestamp": "2019-05-15T07:57:10.536160Z",
                "filename": "pano_0002_000344.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 8.79591039,
                "relative_pitch": 79.17853081344946,
                "relative_heading": 288.6125099911463,
                "relative_elevation": 46.0160922631621
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000019/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000019/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000019/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000019/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000019/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000019/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000019/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000019/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000019/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91176880384752,
                        52.3598375873046,
                        45.2477220045403
                    ]
                },
                "distance": 9.29,
                "direction": 107.09,
                "angle": 78.39,
                "elevation": 45.25,
                "pano_id": "TMX7315120208-000062_pano_0005_000019",
                "timestamp": "2016-06-01T09:50:39.042710Z",
                "filename": "pano_0005_000019.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 9.29215676,
                "relative_pitch": 78.39497781188037,
                "relative_heading": 107.0898497330278,
                "relative_elevation": 45.2477220045403
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000575/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000575/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000575/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000575/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000575/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000575/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000575/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000575/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000575/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91176670555141,
                        52.3598308700645,
                        46.4672120530158
                    ]
                },
                "distance": 9.41,
                "direction": 111.7,
                "angle": 78.56,
                "elevation": 46.47,
                "pano_id": "TMX7316010203-001681_pano_0000_000575",
                "timestamp": "2020-04-29T10:38:50.995380Z",
                "filename": "pano_0000_000575.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 9.40564586,
                "relative_pitch": 78.5570997261951,
                "relative_heading": 111.70291066174678,
                "relative_elevation": 46.4672120530158
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03003/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03003/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03003/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03003/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03003/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03003/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03003/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03003/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03003/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911772338017855,
                        52.35983086461884,
                        0.0
                    ]
                },
                "distance": 9.76,
                "direction": 110.87,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03003",
                "timestamp": "2024-10-02T09:21:26Z",
                "filename": "recording_2024-10-02_08-12-25_03003.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 9.76340985,
                "relative_pitch": 0.0,
                "relative_heading": 110.87347444046894,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001270/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001270/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001270/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001270/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001270/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001270/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001270/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001270/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001270/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91149686911409,
                        52.3598832319471,
                        47.0481067728251
                    ]
                },
                "distance": 9.93,
                "direction": 283.69,
                "angle": 78.09,
                "elevation": 47.05,
                "pano_id": "TMX7316010203-002138_pano_0000_001270",
                "timestamp": "2021-05-12T10:39:05.889470Z",
                "filename": "pano_0000_001270.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 9.92575746,
                "relative_pitch": 78.08698036863792,
                "relative_heading": 283.6856116485348,
                "relative_elevation": 47.0481067728251
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01915/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01915/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01915/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01915/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01915/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01915/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01915/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01915/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01915/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911777375909397,
                        52.35983352055022,
                        0.0
                    ]
                },
                "distance": 9.99,
                "direction": 108.59,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01915",
                "timestamp": "2025-06-20T11:28:07Z",
                "filename": "recording_2025-06-20_10-43-25_01915.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 9.98674505,
                "relative_pitch": 0.0,
                "relative_heading": 108.5870083793971,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01919/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01919/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01919/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01919/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01919/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01919/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01919/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01919/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01919/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911499193354715,
                        52.35989040980055,
                        0.0
                    ]
                },
                "distance": 9.99,
                "direction": 288.35,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01919",
                "timestamp": "2025-06-20T11:28:10Z",
                "filename": "recording_2025-06-20_10-43-25_01919.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 9.99404397,
                "relative_pitch": 0.0,
                "relative_heading": 288.3545429148687,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000023/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000023/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000023/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000023/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000023/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000023/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000023/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000023/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000023/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91149747044508,
                        52.3598939725783,
                        45.3267356650904
                    ]
                },
                "distance": 10.24,
                "direction": 290.25,
                "angle": 77.27,
                "elevation": 45.33,
                "pano_id": "TMX7315120208-000062_pano_0005_000023",
                "timestamp": "2016-06-01T09:50:42.027750Z",
                "filename": "pano_0005_000023.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 10.23591148,
                "relative_pitch": 77.27463145126235,
                "relative_heading": 290.25422145549527,
                "relative_elevation": 45.3267356650904
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001266/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001266/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001266/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001266/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001266/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001266/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001266/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001266/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001266/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91177906360484,
                        52.3598247260186,
                        46.9644510885701
                    ]
                },
                "distance": 10.45,
                "direction": 113.48,
                "angle": 77.46,
                "elevation": 46.96,
                "pano_id": "TMX7316010203-002138_pano_0000_001266",
                "timestamp": "2021-05-12T10:39:01.574460Z",
                "filename": "pano_0000_001266.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 10.44571248,
                "relative_pitch": 77.46053452076899,
                "relative_heading": 113.47969535564255,
                "relative_elevation": 46.9644510885701
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03007/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03007/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03007/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03007/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03007/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03007/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03007/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03007/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03007/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911490616204568,
                        52.359890182550465,
                        0.0
                    ]
                },
                "distance": 10.54,
                "direction": 287.22,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03007",
                "timestamp": "2024-10-02T09:21:30Z",
                "filename": "recording_2024-10-02_08-12-25_03007.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 10.54273289,
                "relative_pitch": 0.0,
                "relative_heading": 287.2240594072862,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000579/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000579/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000579/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000579/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000579/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000579/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000579/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000579/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000579/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9114878941215,
                        52.3598931320139,
                        46.4233781788498
                    ]
                },
                "distance": 10.82,
                "direction": 288.59,
                "angle": 76.88,
                "elevation": 46.42,
                "pano_id": "TMX7316010203-001681_pano_0000_000579",
                "timestamp": "2020-04-29T10:38:53.955400Z",
                "filename": "pano_0000_000579.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 10.82013306,
                "relative_pitch": 76.8800107539352,
                "relative_heading": 288.59339129220456,
                "relative_elevation": 46.4233781788498
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000620/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000620/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000620/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000620/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000620/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000620/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000620/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000620/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000620/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911789051826,
                        52.3598220042192,
                        45.6745896991342
                    ]
                },
                "distance": 11.19,
                "direction": 113.51,
                "angle": 76.23,
                "elevation": 45.67,
                "pano_id": "TMX7316010203-000721_pano_0000_000620",
                "timestamp": "2018-05-15T08:54:42.321190Z",
                "filename": "pano_0000_000620.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 11.19050027,
                "relative_pitch": 76.23343211037259,
                "relative_heading": 113.51388125619056,
                "relative_elevation": 45.6745896991342
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000340/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000340/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000340/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000340/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000340/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000340/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000340/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000340/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000340/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91179869386157,
                        52.3598262434046,
                        45.8808581093326
                    ]
                },
                "distance": 11.63,
                "direction": 110.09,
                "angle": 75.78,
                "elevation": 45.88,
                "pano_id": "TMX7316010203-001184_pano_0002_000340",
                "timestamp": "2019-05-15T07:57:07.456190Z",
                "filename": "pano_0002_000340.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 11.62539845,
                "relative_pitch": 75.78150888467368,
                "relative_heading": 110.08842072216828,
                "relative_elevation": 45.8808581093326
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000830/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000830/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000830/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000830/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000830/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000830/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000830/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000830/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000830/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91146586214535,
                        52.359893884053,
                        45.3857448352501
                    ]
                },
                "distance": 12.28,
                "direction": 286.73,
                "angle": 74.86,
                "elevation": 45.39,
                "pano_id": "TMX7316010203-000239_pano_0002_000830",
                "timestamp": "2017-03-31T09:47:58.355880Z",
                "filename": "pano_0002_000830.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 12.27591718,
                "relative_pitch": 74.8648171176562,
                "relative_heading": 286.7295865841914,
                "relative_elevation": 45.3857448352501
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000491/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000491/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000491/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000491/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000491/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000491/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000491/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000491/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000491/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91146436993512,
                        52.3598913677295,
                        45.8598817968741
                    ]
                },
                "distance": 12.3,
                "direction": 285.34,
                "angle": 74.99,
                "elevation": 45.86,
                "pano_id": "TMX7316010203-002591_pano_0000_000491",
                "timestamp": "2022-06-13T07:04:55.391030Z",
                "filename": "pano_0000_000491.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 12.29627066,
                "relative_pitch": 74.99049741628268,
                "relative_heading": 285.34362276892125,
                "relative_elevation": 45.8598817968741
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007233/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007233/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007233/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007233/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007233/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007233/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007233/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007233/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007233/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91146511734594,
                        52.3598950309748,
                        45.6058328915387
                    ]
                },
                "distance": 12.36,
                "direction": 287.23,
                "angle": 74.83,
                "elevation": 45.61,
                "pano_id": "TMX7315120208-000048_pano_0000_007233",
                "timestamp": "2016-05-12T09:43:57.399420Z",
                "filename": "pano_0000_007233.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 12.36171473,
                "relative_pitch": 74.83406990644241,
                "relative_heading": 287.228383654184,
                "relative_elevation": 45.6058328915387
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000486/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000486/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000486/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000486/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000486/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000486/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000486/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000486/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000486/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91180864912894,
                        52.3598223994692,
                        45.8719244264066
                    ]
                },
                "distance": 12.41,
                "direction": 110.87,
                "angle": 74.86,
                "elevation": 45.87,
                "pano_id": "TMX7316010203-002591_pano_0000_000486",
                "timestamp": "2022-06-13T07:04:51.706030Z",
                "filename": "pano_0000_000486.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 12.41041168,
                "relative_pitch": 74.86133383173585,
                "relative_heading": 110.86757578740632,
                "relative_elevation": 45.8719244264066
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007228/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007228/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007228/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007228/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007228/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007228/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007228/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007228/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007228/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91181717354945,
                        52.3598249333223,
                        45.580489368178
                    ]
                },
                "distance": 12.86,
                "direction": 108.77,
                "angle": 74.24,
                "elevation": 45.58,
                "pano_id": "TMX7315120208-000048_pano_0000_007228",
                "timestamp": "2016-05-12T09:43:53.104420Z",
                "filename": "pano_0000_007228.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 12.86122116,
                "relative_pitch": 74.24278832482197,
                "relative_heading": 108.7718579214779,
                "relative_elevation": 45.580489368178
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000625/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000625/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000625/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000625/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000625/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000625/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000625/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000625/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000625/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91144698714478,
                        52.3598933694875,
                        45.7016163980588
                    ]
                },
                "distance": 13.5,
                "direction": 284.93,
                "angle": 73.55,
                "elevation": 45.7,
                "pano_id": "TMX7316010203-000721_pano_0000_000625",
                "timestamp": "2018-05-15T08:54:46.321170Z",
                "filename": "pano_0000_000625.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 13.49757871,
                "relative_pitch": 73.54594842010222,
                "relative_heading": 284.9253047789234,
                "relative_elevation": 45.7016163980588
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000345/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000345/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000345/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000345/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000345/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000345/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000345/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000345/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000345/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91144598253553,
                        52.359902966249,
                        46.0414172159508
                    ]
                },
                "distance": 13.88,
                "direction": 289.12,
                "angle": 73.23,
                "elevation": 46.04,
                "pano_id": "TMX7316010203-001184_pano_0002_000345",
                "timestamp": "2019-05-15T07:57:11.271130Z",
                "filename": "pano_0002_000345.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 13.87586289,
                "relative_pitch": 73.22835716760629,
                "relative_heading": 289.11691965508027,
                "relative_elevation": 46.0414172159508
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000018/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000018/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000018/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000018/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000018/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000018/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000018/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000018/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000018/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183684566571,
                        52.3598245420934,
                        45.3337597325444
                    ]
                },
                "distance": 14.15,
                "direction": 107.19,
                "angle": 72.67,
                "elevation": 45.33,
                "pano_id": "TMX7315120208-000062_pano_0005_000018",
                "timestamp": "2016-06-01T09:50:38.202580Z",
                "filename": "pano_0005_000018.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 14.1495017,
                "relative_pitch": 72.66589507456631,
                "relative_heading": 107.19219405761746,
                "relative_elevation": 45.3337597325444
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000574/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000574/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000574/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000574/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000574/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000574/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000574/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000574/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000574/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91183693974567,
                        52.359815670524,
                        46.6279637580737
                    ]
                },
                "distance": 14.48,
                "direction": 110.92,
                "angle": 72.75,
                "elevation": 46.63,
                "pano_id": "TMX7316010203-001681_pano_0000_000574",
                "timestamp": "2020-04-29T10:38:50.095390Z",
                "filename": "pano_0000_000574.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 14.47803856,
                "relative_pitch": 72.75036875351887,
                "relative_heading": 110.91944554338949,
                "relative_elevation": 46.6279637580737
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03002/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03002/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03002/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03002/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03002/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03002/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03002/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03002/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03002/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911842678700475,
                        52.35981612956407,
                        0.0
                    ]
                },
                "distance": 14.83,
                "direction": 110.2,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03002",
                "timestamp": "2024-10-02T09:21:25Z",
                "filename": "recording_2024-10-02_08-12-25_03002.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 14.8261838,
                "relative_pitch": 0.0,
                "relative_heading": 110.19555962163551,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01914/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01914/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01914/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01914/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01914/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01914/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01914/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01914/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01914/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911846172205629,
                        52.35981797842562,
                        0.0
                    ]
                },
                "distance": 14.98,
                "direction": 109.14,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01914",
                "timestamp": "2025-06-20T11:28:06Z",
                "filename": "recording_2025-06-20_10-43-25_01914.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 14.98105474,
                "relative_pitch": 0.0,
                "relative_heading": 109.14280927488818,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01920/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01920/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01920/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01920/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01920/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01920/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01920/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01920/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01920/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911429388817159,
                        52.35990412316444,
                        0.0
                    ]
                },
                "distance": 14.99,
                "direction": 288.17,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01920",
                "timestamp": "2025-06-20T11:28:10Z",
                "filename": "recording_2025-06-20_10-43-25_01920.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 14.9882048,
                "relative_pitch": 0.0,
                "relative_heading": 288.16660668475083,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001271/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001271/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001271/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001271/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001271/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001271/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001271/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001271/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001271/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91142590898684,
                        52.3598970416096,
                        47.0623873053119
                    ]
                },
                "distance": 14.99,
                "direction": 285.02,
                "angle": 72.33,
                "elevation": 47.06,
                "pano_id": "TMX7316010203-002138_pano_0000_001271",
                "timestamp": "2021-05-12T10:39:07.219440Z",
                "filename": "pano_0000_001271.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 14.99036392,
                "relative_pitch": 72.33222460348537,
                "relative_heading": 285.0207961591281,
                "relative_elevation": 47.0623873053119
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000024/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000024/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000024/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000024/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000024/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000024/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000024/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000024/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000024/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91142985280297,
                        52.3599076248048,
                        45.3399103991687
                    ]
                },
                "distance": 15.08,
                "direction": 289.61,
                "angle": 71.6,
                "elevation": 45.34,
                "pano_id": "TMX7315120208-000062_pano_0005_000024",
                "timestamp": "2016-06-01T09:50:42.812570Z",
                "filename": "pano_0005_000024.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 15.08444202,
                "relative_pitch": 71.59788228000323,
                "relative_heading": 289.61041404089707,
                "relative_elevation": 45.3399103991687
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001265/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001265/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001265/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001265/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001265/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001265/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001265/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001265/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001265/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91185054891424,
                        52.3598100997981,
                        47.0561350826174
                    ]
                },
                "distance": 15.57,
                "direction": 111.83,
                "angle": 71.69,
                "elevation": 47.06,
                "pano_id": "TMX7316010203-002138_pano_0000_001265",
                "timestamp": "2021-05-12T10:39:00.339490Z",
                "filename": "pano_0000_001265.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 15.56736969,
                "relative_pitch": 71.69446746300774,
                "relative_heading": 111.83215760215934,
                "relative_elevation": 47.0561350826174
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03008/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03008/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03008/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03008/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03008/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03008/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03008/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03008/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03008/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911420016094472,
                        52.35990526997517,
                        0.0
                    ]
                },
                "distance": 15.63,
                "direction": 287.88,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03008",
                "timestamp": "2024-10-02T09:21:31Z",
                "filename": "recording_2024-10-02_08-12-25_03008.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 15.63488237,
                "relative_pitch": 0.0,
                "relative_heading": 287.8813936845462,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000580/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000580/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000580/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000580/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000580/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000580/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000580/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000580/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000580/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91141863012185,
                        52.3599084317889,
                        46.4073283700272
                    ]
                },
                "distance": 15.84,
                "direction": 288.99,
                "angle": 71.16,
                "elevation": 46.41,
                "pano_id": "TMX7316010203-001681_pano_0000_000580",
                "timestamp": "2020-04-29T10:38:54.685350Z",
                "filename": "pano_0000_000580.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 15.8357227,
                "relative_pitch": 71.15865333484469,
                "relative_heading": 288.98803955533725,
                "relative_elevation": 46.4073283700272
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000619/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000619/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000619/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000619/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000619/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000619/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000619/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000619/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000619/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91185715755103,
                        52.3598079355177,
                        45.744627956301
                    ]
                },
                "distance": 16.07,
                "direction": 112.03,
                "angle": 70.64,
                "elevation": 45.74,
                "pano_id": "TMX7316010203-000721_pano_0000_000619",
                "timestamp": "2018-05-15T08:54:41.416280Z",
                "filename": "pano_0000_000619.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 16.07495848,
                "relative_pitch": 70.63819454753033,
                "relative_heading": 112.03219378694432,
                "relative_elevation": 45.744627956301
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000339/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000339/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000339/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000339/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000339/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000339/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000339/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000339/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000339/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187021057213,
                        52.3598115203655,
                        45.9127489607781
                    ]
                },
                "distance": 16.76,
                "direction": 109.63,
                "angle": 69.94,
                "elevation": 45.91,
                "pano_id": "TMX7316010203-001184_pano_0002_000339",
                "timestamp": "2019-05-15T07:57:06.551150Z",
                "filename": "pano_0002_000339.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 16.76439024,
                "relative_pitch": 69.94105000344736,
                "relative_heading": 109.62762648882219,
                "relative_elevation": 45.9127489607781
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000492/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000492/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000492/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000492/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000492/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000492/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000492/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000492/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000492/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91139602167959,
                        52.3599059018486,
                        45.8539136620238
                    ]
                },
                "distance": 17.22,
                "direction": 286.43,
                "angle": 69.42,
                "elevation": 45.85,
                "pano_id": "TMX7316010203-002591_pano_0000_000492",
                "timestamp": "2022-06-13T07:04:56.171040Z",
                "filename": "pano_0000_000492.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 17.21764652,
                "relative_pitch": 69.41938838782879,
                "relative_heading": 286.4336987857605,
                "relative_elevation": 45.8539136620238
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000485/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000485/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000485/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000485/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002591_pano_0000_000485/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000485/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002591_pano_0000_000485/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000485/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2022/06/13/TMX7316010203-002591/pano_0000_000485/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91187760281299,
                        52.3598089502005,
                        45.8772391229868
                    ]
                },
                "distance": 17.34,
                "direction": 109.96,
                "angle": 69.3,
                "elevation": 45.88,
                "pano_id": "TMX7316010203-002591_pano_0000_000485",
                "timestamp": "2022-06-13T07:04:50.706040Z",
                "filename": "pano_0000_000485.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 17.33508935,
                "relative_pitch": 69.30051880197828,
                "relative_heading": 109.95884213262374,
                "relative_elevation": 45.8772391229868
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007234/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007234/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007234/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007234/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007234/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007234/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007234/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007234/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007234/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91139561313784,
                        52.3599104788475,
                        45.6294414158911
                    ]
                },
                "distance": 17.4,
                "direction": 288.02,
                "angle": 69.13,
                "elevation": 45.63,
                "pano_id": "TMX7315120208-000048_pano_0000_007234",
                "timestamp": "2016-05-12T09:43:58.174480Z",
                "filename": "pano_0000_007234.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 17.39506554,
                "relative_pitch": 69.13192285447204,
                "relative_heading": 288.01697174382525,
                "relative_elevation": 45.6294414158911
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000827/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000827/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000827/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000827/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000239_pano_0002_000827/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000827/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000239_pano_0002_000827/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000827/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/03/31/TMX7316010203-000239/pano_0002_000827/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91188630624781,
                        52.3598068965551,
                        45.3800257313997
                    ]
                },
                "distance": 17.97,
                "direction": 110.0,
                "angle": 68.4,
                "elevation": 45.38,
                "pano_id": "TMX7316010203-000239_pano_0002_000827",
                "timestamp": "2017-03-31T09:47:53.205950Z",
                "filename": "pano_0002_000827.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 17.97041502,
                "relative_pitch": 68.39651631184972,
                "relative_heading": 109.99836626313756,
                "relative_elevation": 45.3800257313997
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007227/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007227/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007227/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007227/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000048_pano_0000_007227/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007227/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000048_pano_0000_007227/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007227/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/05/12/TMX7315120208-000048/pano_0000_007227/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91188934614725,
                        52.3598109783275,
                        45.4877133918926
                    ]
                },
                "distance": 18.02,
                "direction": 108.42,
                "angle": 68.39,
                "elevation": 45.49,
                "pano_id": "TMX7315120208-000048_pano_0000_007227",
                "timestamp": "2016-05-12T09:43:52.074440Z",
                "filename": "pano_0000_007227.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 18.0165641,
                "relative_pitch": 68.39270008254547,
                "relative_heading": 108.4156010576533,
                "relative_elevation": 45.4877133918926
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000626/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000626/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000626/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000626/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000626/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000626/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000626/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000626/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000626/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91137915827509,
                        52.3599084700376,
                        45.6874331356958
                    ]
                },
                "distance": 18.4,
                "direction": 286.28,
                "angle": 68.06,
                "elevation": 45.69,
                "pano_id": "TMX7316010203-000721_pano_0000_000626",
                "timestamp": "2018-05-15T08:54:47.186260Z",
                "filename": "pano_0000_000626.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 18.40046583,
                "relative_pitch": 68.06304849294412,
                "relative_heading": 286.2751771480475,
                "relative_elevation": 45.6874331356958
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000346/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000346/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000346/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000346/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001184_pano_0002_000346/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000346/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001184_pano_0002_000346/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000346/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/15/TMX7316010203-001184/pano_0002_000346/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91137602965168,
                        52.3599185408269,
                        46.0505562238395
                    ]
                },
                "distance": 18.95,
                "direction": 289.35,
                "angle": 67.64,
                "elevation": 46.05,
                "pano_id": "TMX7316010203-001184_pano_0002_000346",
                "timestamp": "2019-05-15T07:57:12.051260Z",
                "filename": "pano_0002_000346.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 18.94637567,
                "relative_pitch": 67.63648177456966,
                "relative_heading": 289.3490826632715,
                "relative_elevation": 46.0505562238395
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000017/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000017/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000017/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000017/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000017/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000017/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000017/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000017/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000017/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9119047513079,
                        52.3598115597988,
                        45.2376040071249
                    ]
                },
                "distance": 19.0,
                "direction": 107.23,
                "angle": 67.22,
                "elevation": 45.24,
                "pano_id": "TMX7315120208-000062_pano_0005_000017",
                "timestamp": "2016-06-01T09:50:37.367630Z",
                "filename": "pano_0005_000017.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 18.99593502,
                "relative_pitch": 67.22174876314314,
                "relative_heading": 107.23034030511357,
                "relative_elevation": 45.2376040071249
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000573/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000573/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000573/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000573/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000573/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000573/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000573/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000573/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000573/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91190748615868,
                        52.3598003490585,
                        46.516050580889
                    ]
                },
                "distance": 19.58,
                "direction": 110.56,
                "angle": 67.18,
                "elevation": 46.52,
                "pano_id": "TMX7316010203-001681_pano_0000_000573",
                "timestamp": "2020-04-29T10:38:49.190290Z",
                "filename": "pano_0000_000573.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 19.57641417,
                "relative_pitch": 67.17606763678964,
                "relative_heading": 110.5578789807805,
                "relative_elevation": 46.516050580889
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000025/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000025/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000025/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000025/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000062_pano_0005_000025/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000025/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000062_pano_0005_000025/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000025/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/01/TMX7315120208-000062/pano_0005_000025/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91136277319418,
                        52.3599212399939,
                        45.3472701823339
                    ]
                },
                "distance": 19.9,
                "direction": 289.3,
                "angle": 66.31,
                "elevation": 45.35,
                "pano_id": "TMX7315120208-000062_pano_0005_000025",
                "timestamp": "2016-06-01T09:50:43.652560Z",
                "filename": "pano_0005_000025.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 19.89799186,
                "relative_pitch": 66.30854749141177,
                "relative_heading": 289.3034908042921,
                "relative_elevation": 45.3472701823339
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03001/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03001/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03001/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03001/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03001/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03001/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03001/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03001/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03001/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911913223297761,
                        52.35980118557748,
                        0.0
                    ]
                },
                "distance": 19.91,
                "direction": 109.91,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03001",
                "timestamp": "2024-10-02T09:21:24Z",
                "filename": "recording_2024-10-02_08-12-25_03001.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 19.91095009,
                "relative_pitch": 0.0,
                "relative_heading": 109.91211909871167,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01913/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01913/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01913/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01913/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01913/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01913/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01913/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01913/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01913/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911914418717735,
                        52.359801679085216,
                        0.0
                    ]
                },
                "distance": 19.97,
                "direction": 109.68,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01913",
                "timestamp": "2025-06-20T11:28:05Z",
                "filename": "recording_2025-06-20_10-43-25_01913.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 19.96897525,
                "relative_pitch": 0.0,
                "relative_heading": 109.6843917423792,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01921/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01921/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01921/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01921/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-20_10-43-25_01921/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01921/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01921/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01921/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-20_10-43-25_01921/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911359772757908,
                        52.35991805295017,
                        0.0
                    ]
                },
                "distance": 19.98,
                "direction": 288.15,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-20_10-43-25_01921",
                "timestamp": "2025-06-20T11:28:11Z",
                "filename": "recording_2025-06-20_10-43-25_01921.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 19.97772695,
                "relative_pitch": 0.0,
                "relative_heading": 288.1497111301146,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001272/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001272/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001272/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001272/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001272/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001272/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001272/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001272/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001272/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91135583302216,
                        52.3599120313075,
                        47.0808444200084
                    ]
                },
                "distance": 20.04,
                "direction": 286.09,
                "angle": 66.95,
                "elevation": 47.08,
                "pano_id": "TMX7316010203-002138_pano_0000_001272",
                "timestamp": "2021-05-12T10:39:08.654440Z",
                "filename": "pano_0000_001272.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 20.03700327,
                "relative_pitch": 66.94601870146093,
                "relative_heading": 286.089509148847,
                "relative_elevation": 47.0808444200084
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03009/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03009/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03009/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03009/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-10-02_08-12-25_03009/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03009/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-10-02_08-12-25_03009/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03009/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-10-02_08-12-25_03009/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.911350177345612,
                        52.359919897913414,
                        0.0
                    ]
                },
                "distance": 20.66,
                "direction": 288.13,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-10-02_08-12-25_03009",
                "timestamp": "2024-10-02T09:21:33Z",
                "filename": "recording_2024-10-02_08-12-25_03009.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 20.66285058,
                "relative_pitch": 0.0,
                "relative_heading": 288.1260256654661,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001264/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001264/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001264/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001264/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-002138_pano_0000_001264/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001264/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-002138_pano_0000_001264/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001264/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2021/05/12/TMX7316010203-002138/pano_0000_001264/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91192194078439,
                        52.3597949747294,
                        46.9268583757803
                    ]
                },
                "distance": 20.71,
                "direction": 111.15,
                "angle": 66.19,
                "elevation": 46.93,
                "pano_id": "TMX7316010203-002138_pano_0000_001264",
                "timestamp": "2021-05-12T10:38:58.894560Z",
                "filename": "pano_0000_001264.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 20.70954689,
                "relative_pitch": 66.18739200145234,
                "relative_heading": 111.15034451355831,
                "relative_elevation": 46.9268583757803
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000581/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000581/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000581/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000581/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001681_pano_0000_000581/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000581/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001681_pano_0000_000581/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000581/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/29/TMX7316010203-001681/pano_0000_000581/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.91134953598774,
                        52.3599231575008,
                        46.3812534594908
                    ]
                },
                "distance": 20.82,
                "direction": 289.04,
                "angle": 65.83,
                "elevation": 46.38,
                "pano_id": "TMX7316010203-001681_pano_0000_000581",
                "timestamp": "2020-04-29T10:38:55.510240Z",
                "filename": "pano_0000_000581.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 20.81984859,
                "relative_pitch": 65.82540387095601,
                "relative_heading": 289.037287459863,
                "relative_elevation": 46.3812534594908
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-20_10-43-25_01917/adjacencies/recording_2025-06-20_10-43-25_01917/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000618/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000618/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000618/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000618/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000721_pano_0000_000618/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000618/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000721_pano_0000_000618/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000618/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/15/TMX7316010203-000721/pano_0000_000618/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9119251803318,
                        52.3597937140682,
                        45.7533102659509
                    ]
                },
                "distance": 20.97,
                "direction": 111.29,
                "angle": 65.38,
                "elevation": 45.75,
                "pano_id": "TMX7316010203-000721_pano_0000_000618",
                "timestamp": "2018-05-15T08:54:40.486290Z",
                "filename": "pano_0000_000618.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-20_10-43-25_01917",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        122604.581,
                        485880.526
                    ]
                },
                "relative_distance": 20.96605529,
                "relative_pitch": 65.38079419087104,
                "relative_heading": 111.2902553851247,
                "relative_elevation": 45.7533102659509
            }
        ]
    }
}