Parameters:

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

GET /panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/hal+json
Vary: Accept

{
    "_links": {
        "self": {
            "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/?format=api"
        }
    },
    "_embedded": {
        "adjacencies": [
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01873/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01873/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01873/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01873/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01873/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01873/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01873/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935458146241129,
                        52.37271045970165,
                        0.0
                    ]
                },
                "distance": 0.0,
                "direction": null,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01873",
                "timestamp": "2025-06-16T11:24:06Z",
                "filename": "recording_2025-06-16_10-53-53_01873.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 0.0,
                "relative_pitch": 0.0,
                "relative_heading": null,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00688/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00688/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00688/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00688/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00688/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00688/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00688/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00688/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00688/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93547202933133,
                        52.37268066355572,
                        0.0
                    ]
                },
                "distance": 3.45,
                "direction": 164.08,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00688",
                "timestamp": "2024-09-19T08:46:44Z",
                "filename": "recording_2024-09-19_08-41-37_00688.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 3.44773577,
                "relative_pitch": 0.0,
                "relative_heading": 164.08296072080427,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001945/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001945/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001945/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001945/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001945/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001945/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001945/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001945/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001945/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9354443559701,
                        52.3726733930115,
                        46.8778250450268
                    ]
                },
                "distance": 4.23,
                "direction": 192.83,
                "angle": 84.84,
                "elevation": 46.88,
                "pano_id": "TMX7316010203-001670_pano_0000_001945",
                "timestamp": "2020-04-22T11:34:45.090400Z",
                "filename": "pano_0000_001945.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 4.2301558,
                "relative_pitch": 84.84371541973255,
                "relative_heading": 192.8280447544496,
                "relative_elevation": 46.8778250450268
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00689/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00689/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00689/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00689/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00689/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00689/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00689/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00689/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00689/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935398688747002,
                        52.37268490260368,
                        0.0
                    ]
                },
                "distance": 4.95,
                "direction": 234.92,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00689",
                "timestamp": "2024-09-19T08:46:45Z",
                "filename": "recording_2024-09-19_08-41-37_00689.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 4.94826546,
                "relative_pitch": 0.0,
                "relative_heading": 234.9202209326206,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01872/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01872/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01872/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01872/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01872/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01872/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01872/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01872/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01872/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935532029537009,
                        52.372706984697544,
                        0.0
                    ]
                },
                "distance": 5.05,
                "direction": 94.39,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01872",
                "timestamp": "2025-06-16T11:24:05Z",
                "filename": "recording_2025-06-16_10-53-53_01872.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 5.04674558,
                "relative_pitch": 0.0,
                "relative_heading": 94.39425088169551,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01874/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01874/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01874/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01874/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01874/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01874/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01874/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01874/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01874/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935384068711309,
                        52.3727128194456,
                        0.0
                    ]
                },
                "distance": 5.05,
                "direction": 272.98,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01874",
                "timestamp": "2025-06-16T11:24:06Z",
                "filename": "recording_2025-06-16_10-53-53_01874.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 5.05196687,
                "relative_pitch": 0.0,
                "relative_heading": 272.9793558773167,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001944/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001944/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001944/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001944/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001944/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001944/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001944/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001944/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001944/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9355187216517,
                        52.3726682518708,
                        46.8323437869549
                    ]
                },
                "distance": 6.25,
                "direction": 138.7,
                "angle": 82.4,
                "elevation": 46.83,
                "pano_id": "TMX7316010203-001670_pano_0000_001944",
                "timestamp": "2020-04-22T11:34:44.785410Z",
                "filename": "pano_0000_001944.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 6.2513044,
                "relative_pitch": 82.39695216433523,
                "relative_heading": 138.70374293907503,
                "relative_elevation": 46.8323437869549
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000493/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000493/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000493/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000493/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000493/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000493/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000493/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000493/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000493/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93548381817285,
                        52.3727672596861,
                        46.7526228819042
                    ]
                },
                "distance": 6.56,
                "direction": 15.46,
                "angle": 82.02,
                "elevation": 46.75,
                "pano_id": "TMX7315120208-000067_pano_0012_000493",
                "timestamp": "2016-06-06T07:48:13.090520Z",
                "filename": "pano_0012_000493.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 6.55776132,
                "relative_pitch": 82.01549302536546,
                "relative_heading": 15.463099416881581,
                "relative_elevation": 46.7526228819042
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005905/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005905/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005905/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005905/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005905/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005905/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005905/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005905/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005905/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93547340956798,
                        52.3727704095257,
                        46.5907438416034
                    ]
                },
                "distance": 6.75,
                "direction": 8.86,
                "angle": 81.75,
                "elevation": 46.59,
                "pano_id": "TMX7316010203-000741_pano_0000_005905",
                "timestamp": "2018-05-17T12:22:06.921940Z",
                "filename": "pano_0000_005905.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 6.75139124,
                "relative_pitch": 81.75475173919529,
                "relative_heading": 8.857184465534944,
                "relative_elevation": 46.5907438416034
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001946/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001946/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001946/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001946/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001946/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001946/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001946/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001946/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001946/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93537047589383,
                        52.3726786389457,
                        46.9307015705854
                    ]
                },
                "distance": 6.94,
                "direction": 239.33,
                "angle": 81.59,
                "elevation": 46.93,
                "pano_id": "TMX7316010203-001670_pano_0000_001946",
                "timestamp": "2020-04-22T11:34:45.405410Z",
                "filename": "pano_0000_001946.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 6.94183817,
                "relative_pitch": 81.58600323707294,
                "relative_heading": 239.33141869648284,
                "relative_elevation": 46.9307015705854
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00687/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00687/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00687/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00687/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00687/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00687/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00687/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00687/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00687/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935545359425259,
                        52.372675302630434,
                        0.0
                    ]
                },
                "distance": 7.11,
                "direction": 123.37,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00687",
                "timestamp": "2024-09-19T08:46:44Z",
                "filename": "recording_2024-09-19_08-41-37_00687.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 7.11232342,
                "relative_pitch": 0.0,
                "relative_heading": 123.36991992622326,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004009/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004009/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004009/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004009/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004009/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004009/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004009/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004009/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004009/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93545923801747,
                        52.3727749275835,
                        46.347723341547
                    ]
                },
                "distance": 7.17,
                "direction": 0.59,
                "angle": 81.2,
                "elevation": 46.35,
                "pano_id": "TMX7316010203-000299_pano_0002_004009",
                "timestamp": "2017-05-17T11:58:00.221370Z",
                "filename": "pano_0002_004009.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 7.17401178,
                "relative_pitch": 81.201201101093,
                "relative_heading": 0.5938653312706506,
                "relative_elevation": 46.347723341547
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002492/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002492/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002492/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002492/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002492/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002492/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002492/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002492/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002492/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93546594033874,
                        52.3727762761383,
                        46.6238790759817
                    ]
                },
                "distance": 7.34,
                "direction": 4.15,
                "angle": 81.05,
                "elevation": 46.62,
                "pano_id": "TMX7316060226-000019_pano_0000_002492",
                "timestamp": "2016-08-15T05:07:02.129750Z",
                "filename": "pano_0000_002492.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 7.34289821,
                "relative_pitch": 81.04987632826607,
                "relative_heading": 4.145585911277042,
                "relative_elevation": 46.6238790759817
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000494/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000494/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000494/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000494/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000494/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000494/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000494/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000494/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000494/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93540997078313,
                        52.3727715975995,
                        46.7797721447423
                    ]
                },
                "distance": 7.55,
                "direction": 334.25,
                "angle": 80.83,
                "elevation": 46.78,
                "pano_id": "TMX7315120208-000067_pano_0012_000494",
                "timestamp": "2016-06-06T07:48:13.445520Z",
                "filename": "pano_0012_000494.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 7.55296047,
                "relative_pitch": 80.82829910989979,
                "relative_heading": 334.25257171362466,
                "relative_elevation": 46.7797721447423
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005906/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005906/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005906/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005906/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005906/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005906/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005906/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005906/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005906/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935400094798,
                        52.3727742942971,
                        46.6388292573392
                    ]
                },
                "distance": 8.13,
                "direction": 330.9,
                "angle": 80.11,
                "elevation": 46.64,
                "pano_id": "TMX7316010203-000741_pano_0000_005906",
                "timestamp": "2018-05-17T12:22:07.301940Z",
                "filename": "pano_0000_005906.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 8.12934673,
                "relative_pitch": 80.1124373658116,
                "relative_heading": 330.89945033724644,
                "relative_elevation": 46.6388292573392
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005904/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005904/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005904/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005904/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005904/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005904/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005904/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005904/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005904/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93554018904489,
                        52.3727686183785,
                        46.5010661268607
                    ]
                },
                "distance": 8.55,
                "direction": 40.81,
                "angle": 79.58,
                "elevation": 46.5,
                "pano_id": "TMX7316010203-000741_pano_0000_005904",
                "timestamp": "2018-05-17T12:22:06.542020Z",
                "filename": "pano_0000_005904.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 8.55001465,
                "relative_pitch": 79.58155871778689,
                "relative_heading": 40.80761295339705,
                "relative_elevation": 46.5010661268607
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002491/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002491/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002491/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002491/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002491/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002491/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002491/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002491/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002491/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9355357317066,
                        52.3727728998765,
                        46.5995681993663
                    ]
                },
                "distance": 8.73,
                "direction": 37.25,
                "angle": 79.39,
                "elevation": 46.6,
                "pano_id": "TMX7316060226-000019_pano_0000_002491",
                "timestamp": "2016-08-15T05:07:01.619760Z",
                "filename": "pano_0000_002491.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 8.7290194,
                "relative_pitch": 79.39032194374404,
                "relative_heading": 37.25346549738486,
                "relative_elevation": 46.5995681993663
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002493/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002493/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002493/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002493/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002493/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002493/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002493/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002493/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002493/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93539319717613,
                        52.3727789658949,
                        46.693416130729
                    ]
                },
                "distance": 8.81,
                "direction": 329.87,
                "angle": 79.31,
                "elevation": 46.69,
                "pano_id": "TMX7316060226-000019_pano_0000_002493",
                "timestamp": "2016-08-15T05:07:02.659810Z",
                "filename": "pano_0000_002493.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 8.81343679,
                "relative_pitch": 79.31110849373773,
                "relative_heading": 329.87449698311093,
                "relative_elevation": 46.693416130729
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000492/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000492/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000492/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000492/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000492/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000492/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000492/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000492/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000492/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93555720356973,
                        52.3727621478204,
                        46.7126342002302
                    ]
                },
                "distance": 8.87,
                "direction": 49.55,
                "angle": 79.25,
                "elevation": 46.71,
                "pano_id": "TMX7315120208-000067_pano_0012_000492",
                "timestamp": "2016-06-06T07:48:12.740520Z",
                "filename": "pano_0012_000492.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 8.86535976,
                "relative_pitch": 79.25391983187646,
                "relative_heading": 49.55114880270543,
                "relative_elevation": 46.7126342002302
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00690/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00690/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00690/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00690/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00690/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00690/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00690/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00690/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00690/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93532527729309,
                        52.37268774469364,
                        0.0
                    ]
                },
                "distance": 9.4,
                "direction": 254.39,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00690",
                "timestamp": "2024-09-19T08:46:45Z",
                "filename": "recording_2024-09-19_08-41-37_00690.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 9.39557283,
                "relative_pitch": 0.0,
                "relative_heading": 254.39407785064282,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01875/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01875/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01875/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01875/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01875/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01875/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01875/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01875/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01875/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935309665439422,
                        52.37271400051335,
                        0.0
                    ]
                },
                "distance": 10.12,
                "direction": 272.23,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01875",
                "timestamp": "2025-06-16T11:24:07Z",
                "filename": "recording_2025-06-16_10-53-53_01875.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 10.12013435,
                "relative_pitch": 0.0,
                "relative_heading": 272.23128865727153,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01871/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01871/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01871/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01871/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01871/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01871/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01871/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01871/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01871/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935606308051459,
                        52.37270218996507,
                        0.0
                    ]
                },
                "distance": 10.13,
                "direction": 95.21,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01871",
                "timestamp": "2025-06-16T11:24:05Z",
                "filename": "recording_2025-06-16_10-53-53_01871.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 10.13260951,
                "relative_pitch": 0.0,
                "relative_heading": 95.21053438166538,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001943/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001943/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001943/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001943/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001943/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001943/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001943/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001943/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001943/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93559278654891,
                        52.3726626472036,
                        46.7866816306487
                    ]
                },
                "distance": 10.6,
                "direction": 120.12,
                "angle": 77.23,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-001670_pano_0000_001943",
                "timestamp": "2020-04-22T11:34:44.490460Z",
                "filename": "pano_0000_001943.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 10.60149576,
                "relative_pitch": 77.23281721411362,
                "relative_heading": 120.12208926515058,
                "relative_elevation": 46.7866816306487
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000495/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000495/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000495/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000495/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000495/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000495/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000495/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000495/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000495/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93533548838227,
                        52.3727748719957,
                        46.7975979801267
                    ]
                },
                "distance": 11.01,
                "direction": 310.63,
                "angle": 76.76,
                "elevation": 46.8,
                "pano_id": "TMX7315120208-000067_pano_0012_000495",
                "timestamp": "2016-06-06T07:48:13.805590Z",
                "filename": "pano_0012_000495.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 11.0071527,
                "relative_pitch": 76.76417491449472,
                "relative_heading": 310.62932702372683,
                "relative_elevation": 46.7975979801267
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001947/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001947/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001947/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001947/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001947/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001947/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001947/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001947/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001947/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93529676802397,
                        52.3726826409421,
                        46.9861859371886
                    ]
                },
                "distance": 11.42,
                "direction": 254.27,
                "angle": 76.34,
                "elevation": 46.99,
                "pano_id": "TMX7316010203-001670_pano_0000_001947",
                "timestamp": "2020-04-22T11:34:45.730380Z",
                "filename": "pano_0000_001947.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 11.41845931,
                "relative_pitch": 76.34091216761603,
                "relative_heading": 254.27047556369746,
                "relative_elevation": 46.9861859371886
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005907/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005907/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005907/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005907/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005907/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005907/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005907/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005907/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005907/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93532512373578,
                        52.3727778186371,
                        46.6743961414322
                    ]
                },
                "distance": 11.76,
                "direction": 309.6,
                "angle": 75.86,
                "elevation": 46.67,
                "pano_id": "TMX7316010203-000741_pano_0000_005907",
                "timestamp": "2018-05-17T12:22:07.681960Z",
                "filename": "pano_0000_005907.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 11.75828102,
                "relative_pitch": 75.86018904906098,
                "relative_heading": 309.60205340434885,
                "relative_elevation": 46.6743961414322
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00686/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00686/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00686/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00686/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00686/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00686/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00686/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00686/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00686/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935618421196855,
                        52.37266904191848,
                        0.0
                    ]
                },
                "distance": 11.85,
                "direction": 112.89,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00686",
                "timestamp": "2024-09-19T08:46:43Z",
                "filename": "recording_2024-09-19_08-41-37_00686.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 11.8487752,
                "relative_pitch": 0.0,
                "relative_heading": 112.88995126205516,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005903/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005903/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005903/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005903/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005903/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005903/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005903/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005903/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005903/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93560719703792,
                        52.3727657812407,
                        46.4097332041711
                    ]
                },
                "distance": 11.87,
                "direction": 58.77,
                "angle": 75.65,
                "elevation": 46.41,
                "pano_id": "TMX7316010203-000741_pano_0000_005903",
                "timestamp": "2018-05-17T12:22:06.161960Z",
                "filename": "pano_0000_005903.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 11.87194882,
                "relative_pitch": 75.65102544056329,
                "relative_heading": 58.766746201394405,
                "relative_elevation": 46.4097332041711
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002490/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002490/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002490/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002490/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002490/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002490/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002490/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002490/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002490/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93560487993867,
                        52.372768369457,
                        46.5902292476967
                    ]
                },
                "distance": 11.89,
                "direction": 57.19,
                "angle": 75.68,
                "elevation": 46.59,
                "pano_id": "TMX7316060226-000019_pano_0000_002490",
                "timestamp": "2016-08-15T05:07:01.129770Z",
                "filename": "pano_0000_002490.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 11.89087477,
                "relative_pitch": 75.6824788435289,
                "relative_heading": 57.185665989524914,
                "relative_elevation": 46.5902292476967
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004008/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004008/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004008/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004008/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004008/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004008/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004008/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004008/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004008/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9356105378893,
                        52.3727647561197,
                        46.2479327712208
                    ]
                },
                "distance": 12.01,
                "direction": 59.8,
                "angle": 75.44,
                "elevation": 46.25,
                "pano_id": "TMX7316010203-000299_pano_0002_004008",
                "timestamp": "2017-05-17T11:57:59.376410Z",
                "filename": "pano_0002_004008.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 12.00929005,
                "relative_pitch": 75.44339191148528,
                "relative_heading": 59.795025407482214,
                "relative_elevation": 46.2479327712208
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002494/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002494/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002494/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002494/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002494/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002494/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002494/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002494/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002494/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93532102960013,
                        52.3727804091242,
                        46.7469322364777
                    ]
                },
                "distance": 12.16,
                "direction": 309.81,
                "angle": 75.42,
                "elevation": 46.75,
                "pano_id": "TMX7316060226-000019_pano_0000_002494",
                "timestamp": "2016-08-15T05:07:03.199810Z",
                "filename": "pano_0000_002494.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 12.15695055,
                "relative_pitch": 75.4226288111894,
                "relative_heading": 309.8110957092992,
                "relative_elevation": 46.7469322364777
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004010/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004010/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004010/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004010/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004010/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004010/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004010/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004010/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004010/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93531284009258,
                        52.3727824031288,
                        46.4275760045275
                    ]
                },
                "distance": 12.73,
                "direction": 308.97,
                "angle": 74.67,
                "elevation": 46.43,
                "pano_id": "TMX7316010203-000299_pano_0002_004010",
                "timestamp": "2017-05-17T11:58:01.091380Z",
                "filename": "pano_0002_004010.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 12.7288264,
                "relative_pitch": 74.66822503715967,
                "relative_heading": 308.97083362065905,
                "relative_elevation": 46.4275760045275
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000491/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000491/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000491/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000491/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000491/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000491/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000491/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000491/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000491/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93563023551713,
                        52.3727562370903,
                        46.6719894446433
                    ]
                },
                "distance": 12.78,
                "direction": 66.51,
                "angle": 74.69,
                "elevation": 46.67,
                "pano_id": "TMX7315120208-000067_pano_0012_000491",
                "timestamp": "2016-06-06T07:48:12.395530Z",
                "filename": "pano_0012_000491.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 12.77942442,
                "relative_pitch": 74.68696555438609,
                "relative_heading": 66.50937219726943,
                "relative_elevation": 46.6719894446433
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00691/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00691/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00691/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00691/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00691/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00691/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00691/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00691/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00691/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935251467251525,
                        52.372689158387836,
                        0.0
                    ]
                },
                "distance": 14.27,
                "direction": 260.44,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00691",
                "timestamp": "2024-09-19T08:46:46Z",
                "filename": "recording_2024-09-19_08-41-37_00691.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 14.27429529,
                "relative_pitch": 0.0,
                "relative_heading": 260.44166345600325,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01876/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01876/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01876/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01876/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01876/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01876/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01876/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01876/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01876/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935236434641243,
                        52.37271396368452,
                        0.0
                    ]
                },
                "distance": 15.1,
                "direction": 271.48,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01876",
                "timestamp": "2025-06-16T11:24:07Z",
                "filename": "recording_2025-06-16_10-53-53_01876.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.1049655,
                "relative_pitch": 0.0,
                "relative_heading": 271.47922500853247,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01870/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01870/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01870/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01870/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01870/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01870/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01870/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01870/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01870/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935679821114145,
                        52.372696133991276,
                        0.0
                    ]
                },
                "distance": 15.18,
                "direction": 96.03,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01870",
                "timestamp": "2025-06-16T11:24:04Z",
                "filename": "recording_2025-06-16_10-53-53_01870.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.18135776,
                "relative_pitch": 0.0,
                "relative_heading": 96.02724043718766,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000496/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000496/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000496/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000496/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000496/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000496/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000496/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000496/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000496/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93526189549478,
                        52.3727766898231,
                        46.8377010552213
                    ]
                },
                "distance": 15.26,
                "direction": 298.87,
                "angle": 71.95,
                "elevation": 46.84,
                "pano_id": "TMX7315120208-000067_pano_0012_000496",
                "timestamp": "2016-06-06T07:48:14.165560Z",
                "filename": "pano_0012_000496.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.2630119,
                "relative_pitch": 71.950753384004,
                "relative_heading": 298.87166943660554,
                "relative_elevation": 46.8377010552213
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002489/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002489/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002489/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002489/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002489/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002489/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002489/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002489/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002489/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93566786160354,
                        52.3727590586941,
                        46.5630699042231
                    ]
                },
                "distance": 15.27,
                "direction": 69.26,
                "angle": 71.84,
                "elevation": 46.56,
                "pano_id": "TMX7316060226-000019_pano_0000_002489",
                "timestamp": "2016-08-15T05:07:00.669780Z",
                "filename": "pano_0000_002489.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.27239354,
                "relative_pitch": 71.84083548125527,
                "relative_heading": 69.26214153961268,
                "relative_elevation": 46.5630699042231
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001942/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001942/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001942/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001942/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001942/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001942/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001942/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001942/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001942/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93566645075254,
                        52.3726561341554,
                        46.7320798439905
                    ]
                },
                "distance": 15.42,
                "direction": 113.08,
                "angle": 71.74,
                "elevation": 46.73,
                "pano_id": "TMX7316010203-001670_pano_0000_001942",
                "timestamp": "2020-04-22T11:34:44.205420Z",
                "filename": "pano_0000_001942.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.42105276,
                "relative_pitch": 71.73770001851548,
                "relative_heading": 113.07888432661439,
                "relative_elevation": 46.7320798439905
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005902/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005902/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005902/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005902/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005902/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005902/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005902/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005902/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005902/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93567431789501,
                        52.37275737647,
                        46.3361909836531
                    ]
                },
                "distance": 15.62,
                "direction": 70.48,
                "angle": 71.37,
                "elevation": 46.34,
                "pano_id": "TMX7316010203-000741_pano_0000_005902",
                "timestamp": "2018-05-17T12:22:05.791940Z",
                "filename": "pano_0000_005902.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.62083864,
                "relative_pitch": 71.37002953963456,
                "relative_heading": 70.47542475559878,
                "relative_elevation": 46.3361909836531
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001204/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001204/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001204/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001204/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001204/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001204/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001204/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001204/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001204/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93543406866435,
                        52.372570706042,
                        46.7942163748667
                    ]
                },
                "distance": 15.64,
                "direction": 186.02,
                "angle": 71.52,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-001670_pano_0000_001204",
                "timestamp": "2020-04-22T11:31:31.821500Z",
                "filename": "pano_0000_001204.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 15.637228,
                "relative_pitch": 71.52191309748281,
                "relative_heading": 186.0195336669167,
                "relative_elevation": 46.7942163748667
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005908/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005908/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005908/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005908/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005908/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005908/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005908/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005908/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005908/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93524938073976,
                        52.3727799441709,
                        46.7457127748057
                    ]
                },
                "distance": 16.18,
                "direction": 298.54,
                "angle": 70.9,
                "elevation": 46.75,
                "pano_id": "TMX7316010203-000741_pano_0000_005908",
                "timestamp": "2018-05-17T12:22:08.066970Z",
                "filename": "pano_0000_005908.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 16.18452898,
                "relative_pitch": 70.9028734272288,
                "relative_heading": 298.5373694528511,
                "relative_elevation": 46.7457127748057
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002495/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002495/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002495/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002495/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002495/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002495/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002495/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002495/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002495/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93524930813685,
                        52.3727806792101,
                        46.7997612971812
                    ]
                },
                "distance": 16.23,
                "direction": 298.78,
                "angle": 70.88,
                "elevation": 46.8,
                "pano_id": "TMX7316060226-000019_pano_0000_002495",
                "timestamp": "2016-08-15T05:07:03.749760Z",
                "filename": "pano_0000_002495.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 16.22809572,
                "relative_pitch": 70.87570702391632,
                "relative_heading": 298.7827216567405,
                "relative_elevation": 46.7997612971812
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001948/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001948/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001948/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001948/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001948/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001948/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001948/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001948/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001948/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93522337037991,
                        52.3726850300155,
                        47.0402233162895
                    ]
                },
                "distance": 16.24,
                "direction": 259.96,
                "angle": 70.96,
                "elevation": 47.04,
                "pano_id": "TMX7316010203-001670_pano_0000_001948",
                "timestamp": "2020-04-22T11:34:46.070410Z",
                "filename": "pano_0000_001948.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 16.23814609,
                "relative_pitch": 70.95547724935038,
                "relative_heading": 259.96444407585216,
                "relative_elevation": 47.0402233162895
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001203/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001203/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001203/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001203/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001203/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001203/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001203/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001203/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001203/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93535940388655,
                        52.3725757081215,
                        46.8580713337287
                    ]
                },
                "distance": 16.43,
                "direction": 204.16,
                "angle": 70.67,
                "elevation": 46.86,
                "pano_id": "TMX7316010203-001670_pano_0000_001203",
                "timestamp": "2020-04-22T11:31:31.451490Z",
                "filename": "pano_0000_001203.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 16.43342513,
                "relative_pitch": 70.67390535487507,
                "relative_heading": 204.15622823349574,
                "relative_elevation": 46.8580713337287
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001205/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001205/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001205/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001205/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001205/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001205/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001205/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001205/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001205/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93550893027642,
                        52.3725638681141,
                        46.7110178126022
                    ]
                },
                "distance": 16.67,
                "direction": 168.03,
                "angle": 70.35,
                "elevation": 46.71,
                "pano_id": "TMX7316010203-001670_pano_0000_001205",
                "timestamp": "2020-04-22T11:31:32.186500Z",
                "filename": "pano_0000_001205.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 16.67454912,
                "relative_pitch": 70.35483265609574,
                "relative_heading": 168.02850539490655,
                "relative_elevation": 46.7110178126022
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00685/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00685/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00685/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00685/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00685/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00685/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00685/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00685/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00685/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935692023425656,
                        52.372661903321976,
                        0.0
                    ]
                },
                "distance": 16.82,
                "direction": 108.74,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00685",
                "timestamp": "2024-09-19T08:46:43Z",
                "filename": "recording_2024-09-19_08-41-37_00685.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 16.81993484,
                "relative_pitch": 0.0,
                "relative_heading": 108.7372894093636,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000490/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000490/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000490/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000490/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000490/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000490/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000490/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000490/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000490/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93570303304114,
                        52.3727493213122,
                        46.6215018322691
                    ]
                },
                "distance": 17.23,
                "direction": 75.46,
                "angle": 69.72,
                "elevation": 46.62,
                "pano_id": "TMX7315120208-000067_pano_0012_000490",
                "timestamp": "2016-06-06T07:48:12.055540Z",
                "filename": "pano_0012_000490.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 17.22977946,
                "relative_pitch": 69.71733927084571,
                "relative_heading": 75.46448371902306,
                "relative_elevation": 46.6215018322691
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001202/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001202/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001202/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001202/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001202/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001202/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001202/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001202/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001202/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93528445575675,
                        52.3725781462843,
                        46.9123462336138
                    ]
                },
                "distance": 18.89,
                "direction": 218.78,
                "angle": 68.07,
                "elevation": 46.91,
                "pano_id": "TMX7316010203-001670_pano_0000_001202",
                "timestamp": "2020-04-22T11:31:31.076500Z",
                "filename": "pano_0000_001202.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 18.88662788,
                "relative_pitch": 68.07058131551202,
                "relative_heading": 218.78053935988672,
                "relative_elevation": 46.9123462336138
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002488/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002488/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002488/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002488/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002488/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002488/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002488/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002488/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002488/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9357287454331,
                        52.3727476304557,
                        46.5111769689247
                    ]
                },
                "distance": 18.89,
                "direction": 77.35,
                "angle": 67.9,
                "elevation": 46.51,
                "pano_id": "TMX7316060226-000019_pano_0000_002488",
                "timestamp": "2016-08-15T05:07:00.239810Z",
                "filename": "pano_0000_002488.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 18.88791273,
                "relative_pitch": 67.898221048223,
                "relative_heading": 77.35051632575949,
                "relative_elevation": 46.5111769689247
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00692/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00692/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00692/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00692/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00692/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00692/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00692/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00692/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00692/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935177451045207,
                        52.37268901779201,
                        0.0
                    ]
                },
                "distance": 19.27,
                "direction": 262.89,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00692",
                "timestamp": "2024-09-19T08:46:46Z",
                "filename": "recording_2024-09-19_08-41-37_00692.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.26540058,
                "relative_pitch": 0.0,
                "relative_heading": 262.88601251163976,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001206/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001206/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001206/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001206/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001206/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001206/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001206/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001206/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001206/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93558328928578,
                        52.3725549277319,
                        46.617251669988
                    ]
                },
                "distance": 19.29,
                "direction": 153.78,
                "angle": 67.52,
                "elevation": 46.62,
                "pano_id": "TMX7316010203-001670_pano_0000_001206",
                "timestamp": "2020-04-22T11:31:32.546510Z",
                "filename": "pano_0000_001206.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.29157764,
                "relative_pitch": 67.51880223811843,
                "relative_heading": 153.7811249987332,
                "relative_elevation": 46.617251669988
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000072/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000072/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000072/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000072/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000072/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000072/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000072/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000072/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000072/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93542744217395,
                        52.3725343006008,
                        46.7038971213624
                    ]
                },
                "distance": 19.71,
                "direction": 186.09,
                "angle": 67.12,
                "elevation": 46.7,
                "pano_id": "TMX7316010203-000741_pano_0000_000072",
                "timestamp": "2018-05-17T10:57:42.369050Z",
                "filename": "pano_0000_000072.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.71322801,
                "relative_pitch": 67.11589896297399,
                "relative_heading": 186.08929477779662,
                "relative_elevation": 46.7038971213624
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005901/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005901/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005901/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005901/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005901/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005901/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005901/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005901/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005901/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93574288445636,
                        52.3727444323361,
                        46.2604658668861
                    ]
                },
                "distance": 19.76,
                "direction": 78.97,
                "angle": 66.87,
                "elevation": 46.26,
                "pano_id": "TMX7316010203-000741_pano_0000_005901",
                "timestamp": "2018-05-17T12:22:05.421930Z",
                "filename": "pano_0000_005901.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.7574501,
                "relative_pitch": 66.87308561527006,
                "relative_heading": 78.96920259137046,
                "relative_elevation": 46.2604658668861
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000497/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000497/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000497/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000497/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0012_000497/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000497/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0012_000497/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000497/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0012_000497/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93518823576066,
                        52.372777164422,
                        46.8776504537091
                    ]
                },
                "distance": 19.82,
                "direction": 291.99,
                "angle": 67.08,
                "elevation": 46.88,
                "pano_id": "TMX7315120208-000067_pano_0012_000497",
                "timestamp": "2016-06-06T07:48:14.530530Z",
                "filename": "pano_0012_000497.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.82454299,
                "relative_pitch": 67.07651402294861,
                "relative_heading": 291.9880280304952,
                "relative_elevation": 46.8776504537091
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000015/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000015/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000015/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000015/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000746_pano_0000_000015/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000746_pano_0000_000015/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000746_pano_0000_000015/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000015/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000015/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93544755190493,
                        52.3725321574245,
                        46.6897832388058
                    ]
                },
                "distance": 19.85,
                "direction": 182.08,
                "angle": 66.96,
                "elevation": 46.69,
                "pano_id": "TMX7316010203-000746_pano_0000_000015",
                "timestamp": "2018-05-23T09:19:41.725640Z",
                "filename": "pano_0000_000015.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.85359867,
                "relative_pitch": 66.96365655225381,
                "relative_heading": 182.08276920587866,
                "relative_elevation": 46.6897832388058
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000117/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000117/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000117/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000117/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000117/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000117/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000117/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000117/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000117/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93542944543164,
                        52.3725316706203,
                        46.6234075389802
                    ]
                },
                "distance": 19.99,
                "direction": 185.61,
                "angle": 66.79,
                "elevation": 46.62,
                "pano_id": "TMX7315120208-000067_pano_0013_000117",
                "timestamp": "2016-06-06T08:06:31.175560Z",
                "filename": "pano_0013_000117.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 19.99044881,
                "relative_pitch": 66.79207822125656,
                "relative_heading": 185.6114759351016,
                "relative_elevation": 46.6234075389802
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00734/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00734/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00734/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00734/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00734/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00734/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00734/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00734/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00734/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935425697434095,
                        52.37253133637829,
                        0.0
                    ]
                },
                "distance": 20.05,
                "direction": 186.33,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00734",
                "timestamp": "2024-09-19T08:47:55Z",
                "filename": "recording_2024-09-19_08-41-37_00734.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.05398661,
                "relative_pitch": 0.0,
                "relative_heading": 186.32691473910972,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01123/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01123/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01123/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01123/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01123/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01123/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01123/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01123/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01123/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935399656707401,
                        52.3725332780167,
                        0.0
                    ]
                },
                "distance": 20.11,
                "direction": 191.42,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01123",
                "timestamp": "2025-06-16T11:19:06Z",
                "filename": "recording_2025-06-16_10-53-53_01123.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.11419125,
                "relative_pitch": 0.0,
                "relative_heading": 191.42266033727128,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000014/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000014/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000014/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000014/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000746_pano_0000_000014/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000746_pano_0000_000014/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000746_pano_0000_000014/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000014/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000014/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93537332139491,
                        52.3725372070455,
                        46.7742680544034
                    ]
                },
                "distance": 20.13,
                "direction": 196.68,
                "angle": 66.72,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-000746_pano_0000_000014",
                "timestamp": "2018-05-23T09:19:41.370610Z",
                "filename": "pano_0000_000014.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.12558035,
                "relative_pitch": 66.71922406012303,
                "relative_heading": 196.6816402601181,
                "relative_elevation": 46.7742680544034
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01877/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01877/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01877/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01877/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01877/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01877/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01877/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01877/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01877/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935162569111103,
                        52.37271280991432,
                        0.0
                    ]
                },
                "distance": 20.13,
                "direction": 270.74,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01877",
                "timestamp": "2025-06-16T11:24:08Z",
                "filename": "recording_2025-06-16_10-53-53_01877.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.13233111,
                "relative_pitch": 0.0,
                "relative_heading": 270.74440895677145,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000946/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000946/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000946/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000946/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000946/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000946/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000946/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000946/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000946/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9354449041029,
                        52.3725294271262,
                        46.6873082425445
                    ]
                },
                "distance": 20.16,
                "direction": 182.56,
                "angle": 66.64,
                "elevation": 46.69,
                "pano_id": "TMX7316010203-001196_pano_0000_000946",
                "timestamp": "2019-05-21T12:12:29.535370Z",
                "filename": "pano_0000_000946.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.1644738,
                "relative_pitch": 66.64025107179975,
                "relative_heading": 182.5634634885576,
                "relative_elevation": 46.6873082425445
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000071/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000071/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000071/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000071/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000071/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000071/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000071/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000071/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000071/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93535367994973,
                        52.372539671776,
                        46.7936962451786
                    ]
                },
                "distance": 20.29,
                "direction": 200.52,
                "angle": 66.56,
                "elevation": 46.79,
                "pano_id": "TMX7316010203-000741_pano_0000_000071",
                "timestamp": "2018-05-17T10:57:41.979070Z",
                "filename": "pano_0000_000071.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.29248791,
                "relative_pitch": 66.55561982675454,
                "relative_heading": 200.5248700846382,
                "relative_elevation": 46.7936962451786
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001941/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001941/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001941/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001941/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001670_pano_0000_001941/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001941/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001670_pano_0000_001941/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001941/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2020/04/22/TMX7316010203-001670/pano_0000_001941/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93573935163243,
                        52.3726489166449,
                        46.6604613550007
                    ]
                },
                "distance": 20.34,
                "direction": 109.68,
                "angle": 66.45,
                "elevation": 46.66,
                "pano_id": "TMX7316010203-001670_pano_0000_001941",
                "timestamp": "2020-04-22T11:34:43.930390Z",
                "filename": "pano_0000_001941.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2020",
                "tags": [
                    "mission-bi",
                    "mission-2020",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.33938188,
                "relative_pitch": 66.44752333172342,
                "relative_heading": 109.6755315107142,
                "relative_elevation": 46.6604613550007
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01869/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01869/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01869/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01869/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01869/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01869/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01869/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01869/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01869/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935754730901644,
                        52.37268846551381,
                        0.0
                    ]
                },
                "distance": 20.35,
                "direction": 96.91,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01869",
                "timestamp": "2025-06-16T11:24:04Z",
                "filename": "recording_2025-06-16_10-53-53_01869.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.34698277,
                "relative_pitch": 0.0,
                "relative_heading": 96.90830237416104,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01124/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01124/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01124/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01124/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2025-06-16_10-53-53_01124/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01124/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01124/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01124/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2025/360geo/recording_2025-06-16_10-53-53_01124/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935472435145684,
                        52.37252723734453,
                        0.0
                    ]
                },
                "distance": 20.41,
                "direction": 177.27,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2025-06-16_10-53-53_01124",
                "timestamp": "2025-06-16T11:19:06Z",
                "filename": "recording_2025-06-16_10-53-53_01124.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2025",
                "tags": [
                    "mission-bi",
                    "mission-2025",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.41117436,
                "relative_pitch": 0.0,
                "relative_heading": 177.26720752433053,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000945/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000945/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000945/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000945/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-001196_pano_0000_000945/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000945/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-001196_pano_0000_000945/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000945/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2019/05/21/TMX7316010203-001196/pano_0000_000945/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93536957773696,
                        52.372534230897,
                        46.7719014594331
                    ]
                },
                "distance": 20.52,
                "direction": 197.1,
                "angle": 66.32,
                "elevation": 46.77,
                "pano_id": "TMX7316010203-001196_pano_0000_000945",
                "timestamp": "2019-05-21T12:12:29.085400Z",
                "filename": "pano_0000_000945.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2019",
                "tags": [
                    "mission-bi",
                    "mission-2019",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.51654355,
                "relative_pitch": 66.31529080175216,
                "relative_heading": 197.0982366620146,
                "relative_elevation": 46.7719014594331
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000073/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000073/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000073/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000073/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_000073/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000073/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_000073/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000073/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_000073/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93550052382686,
                        52.372527746148,
                        46.6288607697934
                    ]
                },
                "distance": 20.54,
                "direction": 171.92,
                "angle": 66.23,
                "elevation": 46.63,
                "pano_id": "TMX7316010203-000741_pano_0000_000073",
                "timestamp": "2018-05-17T10:57:42.754000Z",
                "filename": "pano_0000_000073.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.53518049,
                "relative_pitch": 66.2314820837972,
                "relative_heading": 171.9204156694609,
                "relative_elevation": 46.6288607697934
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002496/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002496/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002496/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002496/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316060226-000019_pano_0000_002496/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002496/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316060226-000019_pano_0000_002496/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002496/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/08/15/TMX7316060226-000019/pano_0000_002496/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.9351777459942,
                        52.3727799839664,
                        46.8350821444765
                    ]
                },
                "distance": 20.6,
                "direction": 292.05,
                "angle": 66.25,
                "elevation": 46.84,
                "pano_id": "TMX7316060226-000019_pano_0000_002496",
                "timestamp": "2016-08-15T05:07:04.289820Z",
                "filename": "pano_0000_002496.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.60447749,
                "relative_pitch": 66.25353797889596,
                "relative_heading": 292.0532038012365,
                "relative_elevation": 46.8350821444765
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000116/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000116/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000116/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000116/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000116/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000116/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000116/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000116/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000116/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93535500291272,
                        52.3725363240981,
                        46.7084799539298
                    ]
                },
                "distance": 20.61,
                "direction": 199.93,
                "angle": 66.19,
                "elevation": 46.71,
                "pano_id": "TMX7315120208-000067_pano_0013_000116",
                "timestamp": "2016-06-06T08:06:30.810600Z",
                "filename": "pano_0013_000116.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.61088234,
                "relative_pitch": 66.18974400559883,
                "relative_heading": 199.92721369186086,
                "relative_elevation": 46.7084799539298
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00733/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00733/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00733/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00733/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00733/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00733/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00733/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00733/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00733/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935352964084701,
                        52.372535866199776,
                        0.0
                    ]
                },
                "distance": 20.71,
                "direction": 200.24,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00733",
                "timestamp": "2024-09-19T08:47:55Z",
                "filename": "recording_2024-09-19_08-41-37_00733.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.70641937,
                "relative_pitch": 0.0,
                "relative_heading": 200.24038406033702,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00735/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00735/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00735/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00735/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/recording_2024-09-19_08-41-37_00735/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00735/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2024-09-19_08-41-37_00735/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00735/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2024/360geo/recording_2024-09-19_08-41-37_00735/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93549825380686,
                        52.372525740145804,
                        0.0
                    ]
                },
                "distance": 20.74,
                "direction": 172.43,
                "angle": 0.0,
                "elevation": 0.0,
                "pano_id": "recording_2024-09-19_08-41-37_00735",
                "timestamp": "2024-09-19T08:47:56Z",
                "filename": "recording_2024-09-19_08-41-37_00735.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2024",
                "tags": [
                    "mission-bi",
                    "mission-2024",
                    "mission-distance-5",
                    "surface-land"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.73527274,
                "relative_pitch": 0.0,
                "relative_heading": 172.43007067947727,
                "relative_elevation": 0.0
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000118/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000118/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000118/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000118/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7315120208-000067_pano_0013_000118/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000118/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7315120208-000067_pano_0013_000118/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000118/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2016/06/06/TMX7315120208-000067/pano_0013_000118/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93550393779465,
                        52.3725254648261,
                        46.5516412677243
                    ]
                },
                "distance": 20.82,
                "direction": 171.39,
                "angle": 65.9,
                "elevation": 46.55,
                "pano_id": "TMX7315120208-000067_pano_0013_000118",
                "timestamp": "2016-06-06T08:06:31.535550Z",
                "filename": "pano_0013_000118.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2016",
                "tags": [
                    "mission-bi",
                    "mission-2016",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.82010151,
                "relative_pitch": 65.90354240964685,
                "relative_heading": 171.38508050669193,
                "relative_elevation": 46.5516412677243
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005909/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005909/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005909/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005909/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000741_pano_0000_005909/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005909/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000741_pano_0000_005909/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005909/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/17/TMX7316010203-000741/pano_0000_005909/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.935174862538,
                        52.3727810548756,
                        46.8050267500803
                    ]
                },
                "distance": 20.83,
                "direction": 292.15,
                "angle": 66.01,
                "elevation": 46.81,
                "pano_id": "TMX7316010203-000741_pano_0000_005909",
                "timestamp": "2018-05-17T12:22:08.451940Z",
                "filename": "pano_0000_005909.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.83126502,
                "relative_pitch": 66.00784194737308,
                "relative_heading": 292.15418032717895,
                "relative_elevation": 46.8050267500803
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004007/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004007/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004007/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004007/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000299_pano_0002_004007/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004007/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000299_pano_0002_004007/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004007/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2017/05/17/TMX7316010203-000299/pano_0002_004007/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93575690920275,
                        52.3727507573053,
                        46.1310758600011
                    ]
                },
                "distance": 20.84,
                "direction": 77.57,
                "angle": 65.69,
                "elevation": 46.13,
                "pano_id": "TMX7316010203-000299_pano_0002_004007",
                "timestamp": "2017-05-17T11:57:58.561390Z",
                "filename": "pano_0002_004007.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2017",
                "tags": [
                    "mission-bi",
                    "mission-2017",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.83583106,
                "relative_pitch": 65.69293161123177,
                "relative_heading": 77.57199604474614,
                "relative_elevation": 46.1310758600011
            },
            {
                "_links": {
                    "self": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/recording_2025-06-16_10-53-53_01873/adjacencies/recording_2025-06-16_10-53-53_01873/"
                    },
                    "equirectangular_full": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000016/equirectangular/panorama_8000.jpg"
                    },
                    "equirectangular_medium": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000016/equirectangular/panorama_4000.jpg"
                    },
                    "equirectangular_small": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000016/equirectangular/panorama_2000.jpg"
                    },
                    "cubic_img_preview": {
                        "href": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000016/cubic/preview.jpg"
                    },
                    "thumbnail": {
                        "href": "https://api.data.amsterdam.nl/panorama/thumbnail/TMX7316010203-000746_pano_0000_000016/?format=api"
                    },
                    "adjacent": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000746_pano_0000_000016/?format=api"
                    },
                    "transitive_adjacencies": {
                        "href": "https://api.data.amsterdam.nl/panorama/panoramas/TMX7316010203-000746_pano_0000_000016/adjacencies/?format=api"
                    }
                },
                "cubic_img_baseurl": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000016/cubic/",
                "cubic_img_pattern": "https://t1.data.amsterdam.nl/panorama/2018/05/23/TMX7316010203-000746/pano_0000_000016/cubic/{z}/{f}/{y}/{x}.jpg",
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        4.93552112693699,
                        52.3725258447083,
                        46.6275159576908
                    ]
                },
                "distance": 20.99,
                "direction": 168.21,
                "angle": 65.77,
                "elevation": 46.63,
                "pano_id": "TMX7316010203-000746_pano_0000_000016",
                "timestamp": "2018-05-23T09:19:42.075530Z",
                "filename": "pano_0000_000016.jpg",
                "surface_type": "L",
                "mission_distance": 5,
                "mission_type": "bi",
                "mission_year": "2018",
                "tags": [
                    "mission-bi",
                    "mission-2018",
                    "surface-land",
                    "mission-distance-5"
                ],
                "from_pano_id": "recording_2025-06-16_10-53-53_01873",
                "from_geolocation_2d_rd": {
                    "type": "Point",
                    "coordinates": [
                        124236.069,
                        487299.693
                    ]
                },
                "relative_distance": 20.98596325,
                "relative_pitch": 65.76859540341562,
                "relative_heading": 168.20600585989365,
                "relative_elevation": 46.6275159576908
            }
        ]
    }
}