diff --git "a/unit2/smolagents/multiagent_notebook.ipynb" "b/unit2/smolagents/multiagent_notebook.ipynb" --- "a/unit2/smolagents/multiagent_notebook.ipynb" +++ "b/unit2/smolagents/multiagent_notebook.ipynb" @@ -31,35 +31,40 @@ "cell_type": "code", "execution_count": null, "metadata": { - "id": "tdepXvxdavwN", - "outputId": "72c424ca-4146-4110-b2a8-dd2695a9a5cc" + "id": "tdepXvxdavwN" }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m24.3.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m25.0.1\u001b[0m\n", - "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n" - ] - } - ], + "outputs": [], "source": [ "!pip install 'smolagents[litellm]' matplotlib geopandas shapely kaleido -q" ] }, { "cell_type": "code", + "source": [ + "from huggingface_hub import notebook_login\n", + "\n", + "notebook_login()" + ], + "metadata": { + "id": "wWayJH4m_A9S" + }, "execution_count": null, + "outputs": [] + }, + { + "cell_type": "code", + "execution_count": 2, "metadata": { "id": "dduWceHAavwO", - "outputId": "cb49339f-6513-45aa-db61-928aac9b5f5f" + "outputId": "597a7813-7b3d-43df-f044-cd6370949c23", + "colab": { + "base_uri": "https://localhost:8080/" + } }, "outputs": [ { - "name": "stdout", "output_type": "stream", + "name": "stdout", "text": [ "22.82\n" ] @@ -145,16 +150,14 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": { "id": "gw4q7qODavwQ" }, "outputs": [], "source": [ "import os\n", - "\n", "from PIL import Image\n", - "\n", "from smolagents import CodeAgent, GoogleSearchTool, HfApiModel, VisitWebpageTool\n", "\n", "\n", @@ -172,7 +175,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 4, "metadata": { "id": "42C3gu75avwR" }, @@ -184,7 +187,20 @@ }, { "cell_type": "code", - "execution_count": null, + "source": [ + "from google.colab import userdata\n", + "import os\n", + "os.environ[\"SERPAPI_API_KEY\"] = userdata.get('SERPAPI_API_KEY')" + ], + "metadata": { + "id": "7lvVBlrm_wLn" + }, + "execution_count": 12, + "outputs": [] + }, + { + "cell_type": "code", + "execution_count": 13, "metadata": { "id": "X6ZXgdaGavwS" }, @@ -192,7 +208,7 @@ "source": [ "agent = CodeAgent(\n", " model=model,\n", - " tools=[GoogleSearchTool(\"serper\"), VisitWebpageTool(), calculate_cargo_travel_time],\n", + " tools=[GoogleSearchTool(), VisitWebpageTool(), calculate_cargo_travel_time],\n", " additional_authorized_imports=[\"pandas\"],\n", " max_steps=20,\n", ")" @@ -200,14 +216,28 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "metadata": { "id": "apTHCYH1avwT", - "outputId": "ad033e2d-c708-417c-bf5d-c2b305dca851" + "outputId": "58c631cd-f158-4fe3-c496-adb9624a71d5", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 + } }, "outputs": [ { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m╭─\u001b[0m\u001b[38;2;212;183;2m───────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m \u001b[0m\u001b[1;38;2;212;183;2mNew run\u001b[0m\u001b[38;2;212;183;2m \u001b[0m\u001b[38;2;212;183;2m───────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m─╮\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mFind all Batman filming locations in the world, calculate the time to transfer via cargo plane to here (we're \u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1min Gotham, 40.7128° N, 74.0060° W), and return them to me as a pandas dataframe.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mAlso give me some supercar factories with the same cargo plane transfer time.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m╰─\u001b[0m\u001b[38;2;212;183;2m HfApiModel - Qwen/Qwen2.5-Coder-32B-Instruct \u001b[0m\u001b[38;2;212;183;2m─────────────────────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m─╯\u001b[0m\n" + ], "text/html": [ "
╭──────────────────────────────────────────────────── New run ────────────────────────────────────────────────────╮\n",
               "                                                                                                                 \n",
@@ -217,3655 +247,4945 @@
               "                                                                                                                 \n",
               "╰─ HfApiModel - Qwen/Qwen2.5-Coder-32B-Instruct ──────────────────────────────────────────────────────────────────╯\n",
               "
\n" - ], - "text/plain": [ - "\u001b[38;2;212;183;2m╭─\u001b[0m\u001b[38;2;212;183;2m───────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m \u001b[0m\u001b[1;38;2;212;183;2mNew run\u001b[0m\u001b[38;2;212;183;2m \u001b[0m\u001b[38;2;212;183;2m───────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m─╮\u001b[0m\n", - "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", - "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mFind all Batman filming locations in the world, calculate the time to transfer via cargo plane to here (we're \u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", - "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1min Gotham, 40.7128° N, 74.0060° W), and return them to me as a pandas dataframe.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", - "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mAlso give me some supercar factories with the same cargo plane transfer time.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", - "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", - "\u001b[38;2;212;183;2m╰─\u001b[0m\u001b[38;2;212;183;2m HfApiModel - Qwen/Qwen2.5-Coder-32B-Instruct \u001b[0m\u001b[38;2;212;183;2m─────────────────────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m─╯\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m1\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], "text/html": [ "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
               "
\n" - ], - "text/plain": [ - "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m1\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBatman filming locations\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], "text/html": [ "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
               "  batman_locations = web_search(query=\"Batman filming locations\")                                                  \n",
               "  print(batman_locations)                                                                                          \n",
               " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBatman filming locations\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { - "text/html": [ - "
Execution logs:\n",
+            "text/plain": [
+              "\u001b[1mExecution logs:\u001b[0m\n",
               "## Search Results\n",
-              "0. [The Batman | 2022 - Movie Locations](https://movie-locations.com/movies/b/The-Batman-2022-2.php)\n",
+              "0. [The Batman (2022) - Filming & production](https://www.imdb.com/title/tt1877830/locations/)\n",
+              "Source: IMDb\n",
+              "\n",
+              "Filming locations: Necropolis Cemetery, Glasgow, Scotland, UK (Batman and Selina leaving the cemetery) Helpful•86 1\n",
+              "St. George's Hall, Liverpool, England, UK\n",
+              "\n",
+              "1. [The Batman | Film Locations](https://movie-locations.com/movies/b/The-Batman-2022-2.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
               "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
               "\n",
-              "1. [Where was The Batman filmed? ALL the Filming Locations in \n",
+              "2. [Where was The Batman filmed? ALL the Filming Locations \n",
               "...](https://www.atlasofwonders.com/2022/04/where-was-the-batman-filmed.html)\n",
+              "Source: Atlas of Wonders\n",
               "\n",
               "Guide to the all the filming locations of The Batman - The 2022 movie with Robert Pattison filmed in Chicago and \n",
               "The UK - The City and the Wayne House.\n",
               "\n",
-              "2. [Batman (1989) - Filming & production - IMDb](https://www.imdb.com/title/tt0096895/locations/)\n",
+              "3. [Batman (1989) - Filming & production](https://www.imdb.com/title/tt0096895/locations/)\n",
+              "Source: IMDb\n",
               "\n",
               "Filming locations: Knebworth House, Knebworth, Hertfordshire, England, UK (Wayne Manor; exterior) Helpful•21 0 \n",
               "Acton Lane Power Station, Acton Lane, Acton, ...\n",
               "\n",
-              "3. [The Batman | 2022 - Movie Locations](https://movie-locations.com/movies/b/The-Batman-2022.php)\n",
+              "4. [Dark Knight Rises Tour: See Batman Movie \n",
+              "Locations](https://www.travelchannel.com/interests/arts-and-culture/photos/see-batman-movie-locations)\n",
+              "Source: Travel Channel\n",
               "\n",
-              "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
+              "See Batman Movie Locations · Wollaton Hall · Carnegie Mellon University · The Farmiloe Building · Queensboro Bridge\n",
+              "· Wall Street · Mehrangarh Fort · Turda ...\n",
               "\n",
-              "4. [12 Batman Movie Locations You Can Visit! - Travel and Leisure \n",
-              "Asia](https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/)\n",
+              "5. [12 Batman Movie Locations You Can \n",
+              "Visit!](https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/)\n",
               "Date published: Jan 10, 2023\n",
+              "Source: Travel and Leisure Asia\n",
               "\n",
               "Here are 12 real-world Batman movie locations that you can visit now · St. George's Hall, Liverpool · Two Temple \n",
               "Place, London · Wollaton Hall, ...\n",
               "\n",
-              "5. [Batman Movies and Filming Locations in Los Angeles | LA \n",
-              "Today](https://www.traveltodayla.com/post/batman-movies-in-la?srsltid=AfmBOopbEMCJQXUxUKyz3FHapUpy_uh4ZtUxZ5FX3FPDp\n",
-              "vys2VLWOh6Y)\n",
+              "6. [Batman Movies and Filming Locations in Los \n",
+              "Angeles](https://www.traveltodayla.com/post/batman-movies-in-la?srsltid=AfmBOorSaHBbLAYYKeV8swZKGVHjNXn9tcENa1rjyXx\n",
+              "XMusxnXDgWT34)\n",
+              "Source: LA Today\n",
               "\n",
               "Westwood, Los Angeles, CA. Step into the world of Batman and Robin with a visit to the Kirkeby Center, the location\n",
               "of a thrilling scene from the 1966 film ...\n",
               "\n",
-              "6. [Dark Knight Rises Tour: See Batman Movie \n",
-              "Locations](https://www.travelchannel.com/interests/arts-and-culture/photos/see-batman-movie-locations)\n",
+              "7. [The Batman | Film Locations](https://movie-locations.com/movies/b/The-Batman-2022.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
-              "See Batman Movie Locations · Wollaton Hall · Carnegie Mellon University · The Farmiloe Building · Queensboro Bridge\n",
-              "· Wall Street · Mehrangarh Fort · Turda ...\n",
+              "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
               "\n",
-              "7. [Where was The Dark Knight filmed? - \n",
-              "Giggster](https://giggster.com/guide/movie-location/where-was-the-dark-knight-filmed)\n",
+              "8. [The Batman (2022) Locations](https://www.latlong.net/location/the-batman-2022-locations-427)\n",
+              "Source: Latitude and Longitude Finder\n",
+              "\n",
+              "The Batman (2022) was filmed in Liverpool and London, England, UK. Filming also took place at Cardington Studios \n",
+              "and Warner Bros. Leavesden Studios.\n",
+              "\n",
+              "9. [Where was The Dark Knight filmed?](https://giggster.com/guide/movie-location/where-was-the-dark-knight-filmed)\n",
+              "Source: Giggster\n",
               "\n",
               "The Dark Knight locations were spread across the world with filming in Chicago in the United States, London in \n",
               "England, and Hong Kong in China.\n",
               "\n",
-              "Out: None\n",
-              "
\n" + "Out: None\n" ], - "text/plain": [ - "\u001b[1mExecution logs:\u001b[0m\n", + "text/html": [ + "
Execution logs:\n",
               "## Search Results\n",
-              "0. [The Batman | 2022 - Movie Locations](https://movie-locations.com/movies/b/The-Batman-2022-2.php)\n",
+              "0. [The Batman (2022) - Filming & production](https://www.imdb.com/title/tt1877830/locations/)\n",
+              "Source: IMDb\n",
+              "\n",
+              "Filming locations: Necropolis Cemetery, Glasgow, Scotland, UK (Batman and Selina leaving the cemetery) Helpful•86 1\n",
+              "St. George's Hall, Liverpool, England, UK\n",
+              "\n",
+              "1. [The Batman | Film Locations](https://movie-locations.com/movies/b/The-Batman-2022-2.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
               "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
               "\n",
-              "1. [Where was The Batman filmed? ALL the Filming Locations in \n",
+              "2. [Where was The Batman filmed? ALL the Filming Locations \n",
               "...](https://www.atlasofwonders.com/2022/04/where-was-the-batman-filmed.html)\n",
+              "Source: Atlas of Wonders\n",
               "\n",
               "Guide to the all the filming locations of The Batman - The 2022 movie with Robert Pattison filmed in Chicago and \n",
               "The UK - The City and the Wayne House.\n",
               "\n",
-              "2. [Batman (1989) - Filming & production - IMDb](https://www.imdb.com/title/tt0096895/locations/)\n",
+              "3. [Batman (1989) - Filming & production](https://www.imdb.com/title/tt0096895/locations/)\n",
+              "Source: IMDb\n",
               "\n",
               "Filming locations: Knebworth House, Knebworth, Hertfordshire, England, UK (Wayne Manor; exterior) Helpful•21 0 \n",
               "Acton Lane Power Station, Acton Lane, Acton, ...\n",
               "\n",
-              "3. [The Batman | 2022 - Movie Locations](https://movie-locations.com/movies/b/The-Batman-2022.php)\n",
+              "4. [Dark Knight Rises Tour: See Batman Movie \n",
+              "Locations](https://www.travelchannel.com/interests/arts-and-culture/photos/see-batman-movie-locations)\n",
+              "Source: Travel Channel\n",
               "\n",
-              "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
+              "See Batman Movie Locations · Wollaton Hall · Carnegie Mellon University · The Farmiloe Building · Queensboro Bridge\n",
+              "· Wall Street · Mehrangarh Fort · Turda ...\n",
               "\n",
-              "4. [12 Batman Movie Locations You Can Visit! - Travel and Leisure \n",
-              "Asia](https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/)\n",
+              "5. [12 Batman Movie Locations You Can \n",
+              "Visit!](https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/)\n",
               "Date published: Jan 10, 2023\n",
+              "Source: Travel and Leisure Asia\n",
               "\n",
               "Here are 12 real-world Batman movie locations that you can visit now · St. George's Hall, Liverpool · Two Temple \n",
               "Place, London · Wollaton Hall, ...\n",
               "\n",
-              "5. [Batman Movies and Filming Locations in Los Angeles | LA \n",
-              "Today](https://www.traveltodayla.com/post/batman-movies-in-la?srsltid=AfmBOopbEMCJQXUxUKyz3FHapUpy_uh4ZtUxZ5FX3FPDp\n",
-              "vys2VLWOh6Y)\n",
+              "6. [Batman Movies and Filming Locations in Los \n",
+              "Angeles](https://www.traveltodayla.com/post/batman-movies-in-la?srsltid=AfmBOorSaHBbLAYYKeV8swZKGVHjNXn9tcENa1rjyXx\n",
+              "XMusxnXDgWT34)\n",
+              "Source: LA Today\n",
               "\n",
               "Westwood, Los Angeles, CA. Step into the world of Batman and Robin with a visit to the Kirkeby Center, the location\n",
               "of a thrilling scene from the 1966 film ...\n",
               "\n",
-              "6. [Dark Knight Rises Tour: See Batman Movie \n",
-              "Locations](https://www.travelchannel.com/interests/arts-and-culture/photos/see-batman-movie-locations)\n",
+              "7. [The Batman | Film Locations](https://movie-locations.com/movies/b/The-Batman-2022.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
-              "See Batman Movie Locations · Wollaton Hall · Carnegie Mellon University · The Farmiloe Building · Queensboro Bridge\n",
-              "· Wall Street · Mehrangarh Fort · Turda ...\n",
+              "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
+              "\n",
+              "8. [The Batman (2022) Locations](https://www.latlong.net/location/the-batman-2022-locations-427)\n",
+              "Source: Latitude and Longitude Finder\n",
               "\n",
-              "7. [Where was The Dark Knight filmed? - \n",
-              "Giggster](https://giggster.com/guide/movie-location/where-was-the-dark-knight-filmed)\n",
+              "The Batman (2022) was filmed in Liverpool and London, England, UK. Filming also took place at Cardington Studios \n",
+              "and Warner Bros. Leavesden Studios.\n",
+              "\n",
+              "9. [Where was The Dark Knight filmed?](https://giggster.com/guide/movie-location/where-was-the-dark-knight-filmed)\n",
+              "Source: Giggster\n",
               "\n",
               "The Dark Knight locations were spread across the world with filming in Chicago in the United States, London in \n",
               "England, and Hong Kong in China.\n",
               "\n",
-              "Out: None\n"
+              "Out: None\n",
+              "
\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[2m[Step 0: Duration 10.92 seconds| Input tokens: 2,399 | Output tokens: 160]\u001b[0m\n" + ], "text/html": [ - "
[Step 1: Duration 3.59 seconds| Input tokens: 2,420 | Output tokens: 160]\n",
+              "
[Step 0: Duration 10.92 seconds| Input tokens: 2,399 | Output tokens: 160]\n",
               "
\n" - ], - "text/plain": [ - "\u001b[2m[Step 1: Duration 3.59 seconds| Input tokens: 2,420 | Output tokens: 160]\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m2\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], "text/html": [ "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
               "
\n" - ], - "text/plain": [ - "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m2\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpandas\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mas\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Extract locations and their coordinates\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mlocations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mNecropolis Cemetery, Glasgow, Scotland, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m55.8642\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m4.2894\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSt. George\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms Hall, Liverpool, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m53.4093\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m2.9915\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTwo Temple Place, London, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.5138\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.0985\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWollaton Hall, Nottingham, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m52.9522\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m1.1497\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mKnebworth House, Knebworth, Hertfordshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.8814\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.1810\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mActon Lane Power Station, Acton Lane, Acton, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.4934\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.2208\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mQueensboro Bridge, New York City, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m40.7051\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m73.9346\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWall Street, New York City, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m40.7064\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m74.0118\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMehrangarh Fort, Jodhpur, Rajasthan, India\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m26.2913\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m73.0243\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTurda Gorge, Turda, Romania\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m46.1942\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m24.3484\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mChicago, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m41.8781\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m87.6298\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHong Kong, China\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m22.3964\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m114.1095\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCardington Studios, Northamptonshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m52.2553\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.4353\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWarner Bros. Leavesden Studios, Hertfordshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.7483\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.4141\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWestwood, Los Angeles, CA, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m34.0736\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m118.3989\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Gotham coordinates\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m40.7128\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m74.0060\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Calculate travel time for each location\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_cargo_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mappend\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Create DataFrame for Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mDataFrame\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcolumns\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time to Gotham (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_factories\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msupercar factories\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_factories\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], "text/html": [ "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
-              "  batman_locations = [                                                                                             \n",
-              "      \"St. George's Hall, Liverpool\",                                                                              \n",
-              "      \"Two Temple Place, London\",                                                                                  \n",
-              "      \"Wollaton Hall, Nottingham\",                                                                                 \n",
-              "      \"Knebworth House, Knebworth, Hertfordshire, England\",                                                        \n",
-              "      \"Acton Lane Power Station, Acton Lane, Acton, London\",                                                       \n",
-              "      \"Chicago\",                                                                                                   \n",
-              "      \"Hong Kong\",                                                                                                 \n",
-              "      \"Westwood, Los Angeles, CA\",                                                                                 \n",
-              "      \"Carnegie Mellon University, Pittsburgh, PA\",                                                                \n",
-              "      \"The Farmiloe Building, London\",                                                                             \n",
-              "      \"Queensboro Bridge, New York City, NY\",                                                                      \n",
-              "      \"Wall Street, New York City, NY\",                                                                            \n",
-              "      \"Mehrangarh Fort, Jodhpur, Rajasthan, India\",                                                                \n",
-              "      \"Turda Gorge, Turda, Romania\"                                                                                \n",
+              "  import re                                                                                                        \n",
+              "  import pandas as pd                                                                                              \n",
+              "                                                                                                                   \n",
+              "  # Extract locations and their coordinates                                                                        \n",
+              "  locations = [                                                                                                    \n",
+              "      (\"Necropolis Cemetery, Glasgow, Scotland, UK\", 55.8642, -4.2894),                                            \n",
+              "      (\"St. George's Hall, Liverpool, England, UK\", 53.4093, -2.9915),                                             \n",
+              "      (\"Two Temple Place, London, England, UK\", 51.5138, -0.0985),                                                 \n",
+              "      (\"Wollaton Hall, Nottingham, England, UK\", 52.9522, -1.1497),                                                \n",
+              "      (\"Knebworth House, Knebworth, Hertfordshire, England, UK\", 51.8814, -0.1810),                                \n",
+              "      (\"Acton Lane Power Station, Acton Lane, Acton, England, UK\", 51.4934, -0.2208),                              \n",
+              "      (\"Queensboro Bridge, New York City, USA\", 40.7051, -73.9346),                                                \n",
+              "      (\"Wall Street, New York City, USA\", 40.7064, -74.0118),                                                      \n",
+              "      (\"Mehrangarh Fort, Jodhpur, Rajasthan, India\", 26.2913, 73.0243),                                            \n",
+              "      (\"Turda Gorge, Turda, Romania\", 46.1942, 24.3484),                                                           \n",
+              "      (\"Chicago, USA\", 41.8781, -87.6298),                                                                         \n",
+              "      (\"Hong Kong, China\", 22.3964, 114.1095),                                                                     \n",
+              "      (\"Cardington Studios, Northamptonshire, England, UK\", 52.2553, -0.4353),                                     \n",
+              "      (\"Warner Bros. Leavesden Studios, Hertfordshire, England, UK\", 51.7483, -0.4141),                            \n",
+              "      (\"Westwood, Los Angeles, CA, USA\", 34.0736, -118.3989)                                                       \n",
               "  ]                                                                                                                \n",
               "                                                                                                                   \n",
-              "  coordinates = {}                                                                                                 \n",
+              "  # Gotham coordinates                                                                                             \n",
+              "  gotham_coords = (40.7128, -74.0060)                                                                              \n",
               "                                                                                                                   \n",
-              "  for location in batman_locations:                                                                                \n",
-              "      result = web_search(query=f\"{location} coordinates\")                                                         \n",
-              "      print(f\"Coordinates for {location}: {result}\")                                                               \n",
-              "      # Extract coordinates from the result                                                                        \n",
-              "      import re                                                                                                    \n",
-              "      match = re.search(r\"(\\d+\\.\\d+),\\s*(-?\\d+\\.\\d+)\", result)                                                     \n",
-              "      if match:                                                                                                    \n",
-              "          lat, lon = match.groups()                                                                                \n",
-              "          coordinates[location] = (float(lat), float(lon))                                                         \n",
-              "      else:                                                                                                        \n",
-              "          print(f\"Could not find coordinates for {location}\")                                                      \n",
+              "  # Calculate travel time for each location                                                                        \n",
+              "  batman_travel_times = []                                                                                         \n",
+              "  for location, lat, lon in locations:                                                                             \n",
+              "      travel_time = calculate_cargo_travel_time(origin_coords=(lat, lon), destination_coords=gotham_coords)        \n",
+              "      batman_travel_times.append((location, travel_time))                                                          \n",
               "                                                                                                                   \n",
-              "  print(coordinates)                                                                                               \n",
+              "  # Create DataFrame for Batman filming locations                                                                  \n",
+              "  batman_df = pd.DataFrame(batman_travel_times, columns=['Location', 'Travel Time to Gotham (hours)'])             \n",
+              "  print(batman_df)                                                                                                 \n",
+              "                                                                                                                   \n",
+              "  supercar_factories = web_search(query=\"supercar factories\")                                                      \n",
+              "  print(supercar_factories)                                                                                        \n",
               " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSt. George\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms Hall, Liverpool\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTwo Temple Place, London\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWollaton Hall, Nottingham\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mKnebworth House, Knebworth, Hertfordshire, England\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mActon Lane Power Station, Acton Lane, Acton, London\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mChicago\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHong Kong\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWestwood, Los Angeles, CA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCarnegie Mellon University, Pittsburgh, PA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mThe Farmiloe Building, London\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mQueensboro Bridge, New York City, NY\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWall Street, New York City, NY\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMehrangarh Fort, Jodhpur, Rajasthan, India\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTurda Gorge, Turda, Romania\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mresult\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m coordinates\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCoordinates for \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m: \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mresult\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;149;144;119;48;2;39;40;34m# Extract coordinates from the result\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msearch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mr\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m.\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+),\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*(-?\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m.\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mresult\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mif\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgroups\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfloat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfloat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34melse\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCould not find coordinates for \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { - "text/html": [ - "
Execution logs:\n",
-              "Coordinates for St. George's Hall, Liverpool: ## Search Results\n",
-              "0. [St George's Hall, Liverpool - Wikipedia](https://en.wikipedia.org/wiki/St_George%27s_Hall,_Liverpool)\n",
-              "\n",
-              "St George's Hall ; St George's Hall · St George's Place, Liverpool, England · 53°24′31″N 2°58′48″W / 53.4086°N \n",
-              "2.9801°W / 53.4086; -2.9801 · SJ 349 907.\n",
-              "\n",
-              "1. [St George's Hall Liverpool on the map, Liverpool, United Kingdom ...](https://sb.2markers.com/749066)\n",
-              "\n",
-              "When converted to degrees, minutes, seconds St George's Hall Liverpool has the following coordinates: 53°24′28.39 \n",
-              "north latitude and -2°58′53.75 east longitude.\n",
-              "\n",
-              "2. [Where is Liverpool, the UK on Map Lat Long \n",
-              "Coordinates](https://www.latlong.net/place/liverpool-the-uk-28017.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 53.400002, -2.983333. Liverpool is one of the largest cities in the United \n",
-              "Kingdom, situated in the region known as ...\n",
-              "\n",
-              "3. [St George's Hall, Non Civil Parish - 1361677 - Historic \n",
-              "England](https://historicengland.org.uk/listing/the-list/list-entry/1361677)\n",
-              "\n",
-              "St George's Hall. St George's Hall, St George's Place, Liverpool, L1 1JJ. Listed on the National Heritage List for \n",
-              "England.\n",
-              "\n",
-              "4. [File:St Georges Hall Liverpool 3 (6727529617).jpg - \n",
-              "Wikipedia](https://en.m.wikipedia.org/wiki/File:St_Georges_Hall_Liverpool_3_(6727529617).jpg)\n",
-              "\n",
-              "St George's Hall Liverpool 3. Date, 19 January 2012, 14:30. Source. St ... coordinates of the point of view. \n",
-              "53°24'31.068\"N, 2°58'48.148\"W. exposure time ...\n",
-              "\n",
-              "5. [Discover - Welcome to St George's Hall, Liverpool](https://stgeorgeshallliverpool.co.uk/discover/)\n",
-              "\n",
-              "Situated opposite Lime Street station, St George's Hall forms an intrinsic part of Liverpool's William Brown \n",
-              "Conservation Area and provides a magnificent ...\n",
-              "\n",
-              "6. [St. Georges Hall Lime Street, Liverpool L1 1JJ \n",
-              "England](https://www.tripexpress.org/attraction-st-george-s-hall-415398/)\n",
-              "\n",
-              "The latitude of St. George's Hall is 53.40837, and the longitude is -2.97936. St. George's Hall is located in \n",
-              "Liverpool, United Kingdom with the gps coordinates ...\n",
-              "\n",
-              "7. [Contact & Accessibility Information - St George's \n",
-              "Hall](https://stgeorgeshallliverpool.co.uk/contact-and-accessibility-information/)\n",
-              "\n",
-              "... St George's Hall. The closest are: St John's Shopping Centre, St George's Pl, Liverpool L1 1LY; Lime Street \n",
-              "Station Long Stay, Lord Nelson Street, L3 5QB.\n",
-              "\n",
-              "8. [St George's Hall (1841-54), Lime Street, Liverpool (aerial \n",
-              "view)](https://victorianweb.org/art/architecture/elmes/1.html)\n",
-              "Date published: Sep 14, 2009\n",
-              "\n",
-              "St George's Hall is on St George's Plateau opposite the large sandstone Gothic structure which fronts Liverpool's \n",
-              "Lime Street Station.\n",
-              "\n",
-              "9. [St George's Hall - Visit Liverpool](https://www.visitliverpool.com/listing/st-georges-hall/803301/)\n",
-              "\n",
-              "The Grade I listed St George's Hall sits within the heart of Liverpool in more ways than one; it is a place of \n",
-              "congregation and celebration.\n",
-              "Coordinates for Two Temple Place, London: ## Search Results\n",
-              "0. [File:Two Temple Place, London-geograph-4361039-by-Rob-Farrow \n",
-              "...](https://commons.wikimedia.org/wiki/File:Two_Temple_Place,_London-geograph-4361039-by-Rob-Farrow.jpg)\n",
-              "Date published: Oct 16, 2024\n",
-              "\n",
-              "Mark as prominent. coordinates of the point of view. Edit. 51°31'4.40000\"N, 0°6'38.36999\"W. Mark as prominent. +−. \n",
-              "10 m. 50 ft. Wikimedia ...\n",
-              "\n",
-              "1. [File:2 Temple Place.jpg - Wikimedia Commons](https://commons.wikimedia.org/wiki/File:2_Temple_Place.jpg)\n",
-              "Date published: Oct 17, 2024\n",
-              "\n",
-              "PAUL FARMER / Two Temple Place, London /. CC BY-SA 2.0. InfoField. PAUL ... coordinates of depicted place. Edit. \n",
-              "51°30'41.44\"N, 0°6'44.28\"W.\n",
-              "\n",
-              "2. [Two Temple Place - Wikidata](https://www.wikidata.org/wiki/Q7859280)\n",
-              "\n",
-              "coordinate location. +−. 1 km. 3000 ft. Wikimedia maps | Map data ... 2 Temple Place, London, WC2R 3BD (English). 0\n",
-              "references. postal code. WC2R 3BD.\n",
-              "\n",
-              "3. [Two Temple Place - Wikipedia](https://en.wikipedia.org/wiki/Two_Temple_Place)\n",
-              "\n",
-              "Two Temple Place, known for many years as Astor House, is a Neo-Gothic building situated near Victoria Embankment \n",
-              "in central London, England.\n",
-              "\n",
-              "4. [[PDF] Visitor Services Coordinator at Two Temple Place Job \n",
-              "Description](https://twotempleplace.org/wp-content/uploads/2024/05/Visitor-Services-Coordinator_JD_Two-Temple-Place\n",
-              "_2024.pdf)\n",
-              "\n",
-              "Two Temple Place is looking for an energetic and ambitious Visitor Services Coordinator to join our small team to \n",
-              "coordinate and manage our Front of House ...\n",
-              "\n",
-              "5. [Two Temple Place, Non Civil Parish - 1234514 - Historic \n",
-              "England](https://historicengland.org.uk/listing/the-list/list-entry/1234514)\n",
-              "\n",
-              "Two Temple Place. 2, Temple Place, London, WC2R 3BD. Listed on the National Heritage List for England. Search over \n",
-              "400,000 listed places ...\n",
-              "\n",
-              "6. [Where is King's College London, the UK on Map Lat Long \n",
-              "Coordinates](https://www.latlong.net/place/king-s-college-london-the-uk-32095.html)\n",
-              "\n",
-              "The latitude of King's College London, the UK is 51.511448, and the longitude is -0.116414. King's College London, \n",
-              "the UK is located at United Kingdom country ...\n",
-              "\n",
-              "7. [[PDF] Administrator at Two Temple Place Job \n",
-              "Description](https://twotempleplace.org/wp-content/uploads/2022/09/Administrator-2022_JD_Two-Temple-Place.pdf)\n",
-              "\n",
-              "Coordinate stakeholder and partner meetings, scheduling, collating papers and note- taking. •. Maintain photo and \n",
-              "press image archives and licensing data and ...\n",
-              "\n",
-              "8. [Gravity-defying Lego temple - The Lost \n",
-              "Coordinates](https://thelostcoordinates.com/2022/04/14/gravity-defying-lego-temple/)\n",
-              "Date published: Apr 14, 2022\n",
-              "\n",
-              "Kakanmath Temple looks like one of those lego movies coming alive, tetthering on shaky foundations, standing out \n",
-              "against its surrounding.\n",
-              "Could not find coordinates for Two Temple Place, London\n",
-              "Coordinates for Wollaton Hall, Nottingham: ## Search Results\n",
-              "0. [Wollaton Hall, Gardens and Deer Park - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/place/wollaton-hall-gardens-and-deer-park-33485.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 52.951473, -1.208159. Wollaton Hall, Gardens and Deer Park is a \n",
-              "16th-century, Elizabethan mansion located at Wollaton ...\n",
-              "\n",
-              "1. [GPS coordinates of Wollaton Hall, United Kingdom. \n",
-              "Latitude](https://latitude.to/articles-by-country/gb/united-kingdom/7417/wollaton-hall)\n",
-              "\n",
-              "Wollaton Hall is an Elizabethan country house of the 1580s standing on a small but prominent hill in Wollaton Park,\n",
-              "Nottingham, England.\n",
-              "\n",
-              "2. [Wollaton Hall - Wikipedia](https://en.wikipedia.org/wiki/Wollaton_Hall)\n",
-              "\n",
-              "Coordinates, 52°56′53″N 1°12′35″W / 52.9480°N 1.2096°W ... Marshall, Pamela (1999), Wollaton Hall and the \n",
-              "Willoughby Family, Nottingham Civic Society .\n",
-              "\n",
-              "3. [Wollaton Hall, Gardens and Deer Park on the map, Nottingham ...](https://bb.2markers.com/1189598)\n",
-              "\n",
-              "Coordinates. Wollaton Hall, Gardens and Deer Park, United Kingdom coordinates in decimal format: latitude — \n",
-              "52.951458291765896, longitude — -1.20800177462696.\n",
-              "\n",
-              "4. [GPS coordinates of Nottingham, United Kingdom. \n",
-              "Latitude](https://latitude.to/map/gb/united-kingdom/cities/nottingham)\n",
-              "\n",
-              "GPS coordinates ... Wollaton Hall is an Elizabethan country house of the 1580s standing on a small but prominent \n",
-              "hill in Wollaton Park, Nottingham, England.\n",
-              "\n",
-              "5. [Wollaton Hall, Nottingham, City of Nottingham - British Listed \n",
-              "Buildings](https://britishlistedbuildings.co.uk/101255269-wollaton-hall-wollaton-west-ward/maps)\n",
-              "\n",
-              "Coordinates ; Latitude · 52.9479 / 52°56'52\"N ; Longitude · -1.2096 / 1°12'34\"W ; OS Eastings · 453202 ; OS \n",
-              "Northings · 339242 ; Mapcode National · GBR L8R.3D.\n",
-              "\n",
-              "6. [Wollaton Park - Wikipedia](https://en.wikipedia.org/wiki/Wollaton_Park)\n",
-              "\n",
-              "Wollaton, Nottinghamshire, England · Nottingham · 52°56′57″N 1°12′40″W / 52.949066°N 1.211007°W / 52.949066; \n",
-              "-1.211007 · 202 hectares (500 acres).\n",
-              "\n",
-              "7. [Wollaton Hall in Nottingham - \n",
-              "Streetmap](https://www.streetmap.co.uk/place/Wollaton_Hall_in_Nottingham_564725_440478.htm)\n",
-              "\n",
-              "... to tweet a link to this map on Twitter. Map key | Location is at 453614,339367 | Click here to convert \n",
-              "coordinates. | Click here to toggle map adverts. 1:5000 ...\n",
-              "\n",
-              "8. [Wollaton Hall, Gardens and Deer Park on the map, Nottingham ...](https://us.2markers.com/1189602)\n",
+            "text/plain": [
+              "\u001b[1mExecution logs:\u001b[0m\n",
+              "                                             Location  \\\n",
+              "0          Necropolis Cemetery, Glasgow, Scotland, UK   \n",
+              "1           St. George's Hall, Liverpool, England, UK   \n",
+              "2               Two Temple Place, London, England, UK   \n",
+              "3              Wollaton Hall, Nottingham, England, UK   \n",
+              "4   Knebworth House, Knebworth, Hertfordshire, Eng...   \n",
+              "5   Acton Lane Power Station, Acton Lane, Acton, E...   \n",
+              "6               Queensboro Bridge, New York City, USA   \n",
+              "7                     Wall Street, New York City, USA   \n",
+              "8          Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
+              "9                         Turda Gorge, Turda, Romania   \n",
+              "10                                       Chicago, USA   \n",
+              "11                                   Hong Kong, China   \n",
+              "12  Cardington Studios, Northamptonshire, England, UK   \n",
+              "13  Warner Bros. Leavesden Studios, Hertfordshire,...   \n",
+              "14                     Westwood, Los Angeles, CA, USA   \n",
+              "\n",
+              "    Travel Time to Gotham (hours)  \n",
+              "0                            8.60  \n",
+              "1                            8.81  \n",
+              "2                            9.17  \n",
+              "3                            9.00  \n",
+              "4                            9.15  \n",
+              "5                            9.16  \n",
+              "6                            1.01  \n",
+              "7                            1.00  \n",
+              "8                           18.34  \n",
+              "9                           11.89  \n",
+              "10                           2.68  \n",
+              "11                          19.99  \n",
+              "12                           9.10  \n",
+              "13                           9.13  \n",
+              "14                           6.79  \n",
+              "## Search Results\n",
+              "0. [Ferrari Lamborghini Pagani Ducati Factory Tours](https://www.italianfactorymotortour.com/)\n",
+              "Source: Italian Factory Motor Tour\n",
               "\n",
-              "Coordinates. Wollaton Hall, Gardens and Deer Park, United Kingdom coordinates in decimal format: latitude — \n",
-              "52.94130278493441, longitude — -1.0916178746273522.\n",
+              "We offer tours to the most famous Italian car production sites, museums and collections in Emilia Romagna. We also \n",
+              "provide test drive with the most sought- ...\n",
               "\n",
-              "9. [Nottingham's Palatial Natural History Museum - Atlas \n",
-              "Obscura](https://www.atlasobscura.com/places/wollaton-hall)\n",
-              "Date published: Jul 5, 2018\n",
+              "1. [The Best Supercar Manufacturers In The World \n",
+              "(Ranked)](https://www.msn.com/en-us/autos/enthusiasts/the-best-supercar-manufacturers-in-the-world-ranked/ss-AA1vne\n",
+              "Re)\n",
+              "Source: MSN\n",
               "\n",
-              "Wollaton Hall. A striking 500-year-old mansion provides an unexpectedly sublime home for live deer and a menagerie \n",
-              "of exotic stuffed animals.\n",
-              "Coordinates for Knebworth House, Knebworth, Hertfordshire, England: ## Search Results\n",
-              "0. [GPS coordinates of Knebworth House, United Kingdom. \n",
-              "Latitude](https://latitude.to/articles-by-country/gb/united-kingdom/16017/knebworth-house)\n",
+              "These are high-performance automobiles that bring along a thrill while driving. Here are the 18 best manufacturers \n",
+              "in the world, ranked.\n",
               "\n",
-              "Knebworth House is a country house in the civil parish of Knebworth in Hertfordshire, England. Latitude: 51° 52' \n",
-              "22.08\" N Longitude: 0° 12' 53.28\" E\n",
+              "2. [My Motorland: factory tour in the Italian Motor Valley](https://www.mymotorland.net/)\n",
+              "Source: My Motorland\n",
               "\n",
-              "1. [GPS coordinates of Knebworth, United Kingdom. \n",
-              "Latitude](https://latitude.to/map/gb/united-kingdom/cities/knebworth)\n",
+              "Factory Tours in the Italian Motor Valley: Lamborghini, Ferrari, Pagani, Maserati and Ducati factory and museum \n",
+              "tours. Supercars test drives and track ...\n",
               "\n",
-              "Knebworth is a village and civil parish in the north of Hertfordshire, England, immediately south of Stevenage. The\n",
-              "civil parish covers an area between th…\n",
+              "3. [List of exclusively sports car \n",
+              "manufacturers](https://en.wikipedia.org/wiki/List_of_exclusively_sports_car_manufacturers)\n",
+              "Source: Wikipedia\n",
               "\n",
-              "2. [Knebworth House, Knebworth, Hertfordshire, England - \n",
-              "Red1st](https://red1st.com/axholme/placesearch.php?psearch=Knebworth+House%2C+Knebworth%2C+Hertfordshire%2C+England\n",
-              "&tree=Axholme)\n",
+              "Etox (Turkey) · Ferrari (Italy) · Fittipaldi Motors LLC (Italy) · Foreman (UK) · FYK (Norway) · Gardner Douglas \n",
+              "(UK) · Gemballa (Germany) · Gillet (Belgium) ...\n",
               "\n",
-              "Knebworth House, Knebworth, Hertfordshire, England: Red1st. ... To navigate, press the arrow keys. OpenStreetMap. \n",
-              "Latitude: 51.8655339, Longitude: -0.1829810.\n",
+              "4. [Supercars manufacturing, Italian supercars manufacturing ...](https://www.supercarsmanufacturing.com/)\n",
+              "Source: supercarsmanufacturing.com\n",
               "\n",
-              "3. [Knebworth House - Museum Data](https://museweb.dcs.bbk.ac.uk/Museum/mm.hha.076)\n",
+              "Sly Garage Factory srl is one of the most important Italian manufacturer of top Sport Supercars, high end \n",
+              "automotive industry, mechanical technology for dealers ...\n",
               "\n",
-              "Accreditation, Unaccredited. Admin_hierarchy, /England/East of England (English Region)/Hertfordshire (English \n",
-              "County)/Stevenage (English District or ...\n",
+              "5. [Tour of Massive Ferrari Factory Building the Best Ferrari ...](https://www.youtube.com/watch?v=IgYxkGs14ek)\n",
+              "Source: YouTube · FRAME\n",
               "\n",
-              "4. [Knebworth House - Visit Herts](https://www.visitherts.co.uk/attractions/knebworth-house-15537/)\n",
+              "On this feature of the FRAME, we explore the Production line of the most prominent sports car manufacturer Ferrari.\n",
+              "Stay tuned to see the ...\n",
               "\n",
-              "... Knebworth House Knebworth Hertfordshire SG3 6PY. Contact. info@knebworthhouse.com 01438 812661. Links ... uk. \n",
-              "Our Destinations. Broxbourne Dacorum East ...\n",
+              "6. [Super Factories - McLaren Supercar - video Dailymotion](https://www.dailymotion.com/video/x8l3sbu)\n",
+              "Source: Dailymotion · MediaEntertainment\n",
               "\n",
-              "5. [File:Knebworth House, Hertfordshire - geograph.org.uk - \n",
-              "2776278.jpg](https://commons.wikimedia.org/wiki/File:Knebworth_House,_Hertfordshire_-_geograph.org.uk_-_2776278.jpg\n",
-              ")\n",
+              "McLaren's high-tech production centre is as remarkably distinctive as the handcrafted automobiles it designs and \n",
+              "produces, overtaking its ...\n",
               "\n",
-              "English: Knebworth House, Hertfordshire Edit this at Structured Data on ... coordinates of depicted place. Edit. \n",
-              "51°52'20.3\"N, 0°12'53.6\"W. Mark as ...\n",
+              "7. [Factory Five Racing](https://www.factoryfive.com/)\n",
+              "Source: Factory Five Racing\n",
               "\n",
-              "6. [Knebworth House - Wikipedia](https://en.wikipedia.org/wiki/Knebworth_House)\n",
+              "Build your own Roadster, Coupe, Hot Rod, Hot Rod Truck, or Extreme Truck with help from the crew at Factory Five \n",
+              "Racing®.\n",
               "\n",
-              "Knebworth House is an English country house in the parish of Knebworth in Hertfordshire, England. It is a Grade II*\n",
-              "listed building.\n",
+              "Out: None\n"
+            ],
+            "text/html": [
+              "
Execution logs:\n",
+              "                                             Location  \\\n",
+              "0          Necropolis Cemetery, Glasgow, Scotland, UK   \n",
+              "1           St. George's Hall, Liverpool, England, UK   \n",
+              "2               Two Temple Place, London, England, UK   \n",
+              "3              Wollaton Hall, Nottingham, England, UK   \n",
+              "4   Knebworth House, Knebworth, Hertfordshire, Eng...   \n",
+              "5   Acton Lane Power Station, Acton Lane, Acton, E...   \n",
+              "6               Queensboro Bridge, New York City, USA   \n",
+              "7                     Wall Street, New York City, USA   \n",
+              "8          Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
+              "9                         Turda Gorge, Turda, Romania   \n",
+              "10                                       Chicago, USA   \n",
+              "11                                   Hong Kong, China   \n",
+              "12  Cardington Studios, Northamptonshire, England, UK   \n",
+              "13  Warner Bros. Leavesden Studios, Hertfordshire,...   \n",
+              "14                     Westwood, Los Angeles, CA, USA   \n",
+              "\n",
+              "    Travel Time to Gotham (hours)  \n",
+              "0                            8.60  \n",
+              "1                            8.81  \n",
+              "2                            9.17  \n",
+              "3                            9.00  \n",
+              "4                            9.15  \n",
+              "5                            9.16  \n",
+              "6                            1.01  \n",
+              "7                            1.00  \n",
+              "8                           18.34  \n",
+              "9                           11.89  \n",
+              "10                           2.68  \n",
+              "11                          19.99  \n",
+              "12                           9.10  \n",
+              "13                           9.13  \n",
+              "14                           6.79  \n",
+              "## Search Results\n",
+              "0. [Ferrari Lamborghini Pagani Ducati Factory Tours](https://www.italianfactorymotortour.com/)\n",
+              "Source: Italian Factory Motor Tour\n",
               "\n",
-              "7. [Very Early Detailed Old Map of Knebworth House, Hertfordshire \n",
-              "...](https://www.archiuk.com/cgi-bin/get_victorian_old_maps_of_the_british_isles_ordnance_survey_1inch_1mile.pl?map\n",
-              "_location=&ngr=&search_location=Knebworth%20House,%20hertfordshire,%20,%20TL2220,%20TL%2022%2020&os_series=0&is_sub\n",
-              "=&pwd=freesearch@freesearch.com&latitude=51.865722&longitude=-0.231176&placename=Knebworth%20House&TownName=hertfor\n",
-              "dshire&county=&postcode=)\n",
+              "We offer tours to the most famous Italian car production sites, museums and collections in Emilia Romagna. We also \n",
+              "provide test drive with the most sought- ...\n",
               "\n",
-              "Latitude: 51.865722 Longitude: -0.231176 NGR: ...\n",
+              "1. [The Best Supercar Manufacturers In The World \n",
+              "(Ranked)](https://www.msn.com/en-us/autos/enthusiasts/the-best-supercar-manufacturers-in-the-world-ranked/ss-AA1vne\n",
+              "Re)\n",
+              "Source: MSN\n",
               "\n",
-              "8. [Knebworth House, Knebworth, England SG1 2AX, GB - \n",
-              "MapQuest](https://www.mapquest.com/gb/england/knebworth-house-525229229)\n",
+              "These are high-performance automobiles that bring along a thrill while driving. Here are the 18 best manufacturers \n",
+              "in the world, ranked.\n",
               "\n",
-              "This beautiful gothic mansion is situated 29 miles north of London with direct access from the A1(M) at Stevenage. \n",
-              "Knebworth offers a great day out for all the ...\n",
+              "2. [My Motorland: factory tour in the Italian Motor Valley](https://www.mymotorland.net/)\n",
+              "Source: My Motorland\n",
               "\n",
-              "9. [Knebworth House - Wikidata](https://www.wikidata.org/wiki/Q19841)\n",
+              "Factory Tours in the Italian Motor Valley: Lamborghini, Ferrari, Pagani, Maserati and Ducati factory and museum \n",
+              "tours. Supercars test drives and track ...\n",
               "\n",
-              "... house in Knebworth, Hertfordshire, England, UK. ... inferred from coordinate location · stated in · National \n",
-              "Heritage List for England · associated ...\n",
-              "Could not find coordinates for Knebworth House, Knebworth, Hertfordshire, England\n",
-              "Coordinates for Acton Lane Power Station, Acton Lane, Acton, London: ## Search Results\n",
-              "0. [Acton Lane Power Station - Wikidata](https://www.wikidata.org/wiki/Q4677677)\n",
-              "Date published: Aug 6, 2023\n",
+              "3. [List of exclusively sports car \n",
+              "manufacturers](https://en.wikipedia.org/wiki/List_of_exclusively_sports_car_manufacturers)\n",
+              "Source: Wikipedia\n",
               "\n",
-              "Acton Lane Power Station. Former power station in England. In more ... coordinate location. +−. 1 km. 3000 ft. \n",
-              "Wikimedia maps | Map data ...\n",
+              "Etox (Turkey) · Ferrari (Italy) · Fittipaldi Motors LLC (Italy) · Foreman (UK) · FYK (Norway) · Gardner Douglas \n",
+              "(UK) · Gemballa (Germany) · Gillet (Belgium) ...\n",
               "\n",
-              "1. [List of power stations in England - Wikipedia](https://en.wikipedia.org/wiki/List_of_power_stations_in_England)\n",
+              "4. [Supercars manufacturing, Italian supercars manufacturing ...](https://www.supercarsmanufacturing.com/)\n",
+              "Source: supercarsmanufacturing.com\n",
               "\n",
-              "This is a list of current and former electricity-generating power stations in England. For lists in the rest of the\n",
-              "UK, including proposed stations, ...\n",
+              "Sly Garage Factory srl is one of the most important Italian manufacturer of top Sport Supercars, high end \n",
+              "automotive industry, mechanical technology for dealers ...\n",
               "\n",
-              "2. [Acton Lane Power Station | Xenopedia - Fandom](https://avp.fandom.com/wiki/Acton_Lane_Power_Station)\n",
+              "5. [Tour of Massive Ferrari Factory Building the Best Ferrari ...](https://www.youtube.com/watch?v=IgYxkGs14ek)\n",
+              "Source: YouTube · FRAME\n",
               "\n",
-              "Acton Lane Power Station was a coal-fired power station near Wembley in west London. The station was located to the\n",
-              "south of the Grand Union Canal.\n",
+              "On this feature of the FRAME, we explore the Production line of the most prominent sports car manufacturer Ferrari.\n",
+              "Stay tuned to see the ...\n",
               "\n",
-              "3. [epw056367 ENGLAND (1938). Acton Lane Power Station ...](https://www.britainfromabove.org.uk/en/image/epw056367)\n",
+              "6. [Super Factories - McLaren Supercar - video Dailymotion](https://www.dailymotion.com/video/x8l3sbu)\n",
+              "Source: Dailymotion · MediaEntertainment\n",
               "\n",
-              "520914, 183138. Longitude / Latitude, -0.25652909322697, 51.533702734726 ... London Underground station. Report as \n",
-              "Inappropriate · MB, Saturday 6th of July ...\n",
+              "McLaren's high-tech production centre is as remarkably distinctive as the handcrafted automobiles it designs and \n",
+              "produces, overtaking its ...\n",
               "\n",
-              "4. [Acton Lane Power Station Bridge No 9B – Gazetteer - CanalplanAC](https://canalplan.uk/place/e6lt)\n",
+              "7. [Factory Five Racing](https://www.factoryfive.com/)\n",
+              "Source: Factory Five Racing\n",
               "\n",
-              "Latitude: 51°32′1″N. Longitude: 0°15′28″W. Postal code: NW10 6PE ... [Acton Lane Power Station] Acton Lane Power \n",
-              "Station was a power station in London NW10.\n",
-              "\n",
-              "5. [Acton Lane Power Station Bridge No 9A – Gazetteer - CanalplanAC](https://canalplan.uk/place/e6ls)\n",
-              "\n",
-              "Latitude: 51°32′1″N. Longitude: 0°15′28″W. Postal code: NW10 6PE ... [Acton Lane Power Station] Acton Lane Power \n",
-              "Station was a power station in London NW10.\n",
-              "\n",
-              "6. [epw022715 ENGLAND (1928). Acton Lane Power Station, North \n",
-              "...](https://www.britainfromabove.org.uk/image/epw022715)\n",
-              "\n",
-              "Details ; District ; Country, ENGLAND ; Easting / Northing, 520994, 183054 ; Longitude / Latitude, \n",
-              "-0.25540501088718, 51.532930576019 ; National Grid Reference ...\n",
-              "\n",
-              "7. [GPS coordinates of Willesden railway station, United Kingdom \n",
-              "...](https://latitude.to/articles-by-country/gb/united-kingdom/220822/willesden-railway-station)\n",
-              "\n",
-              "GPS coordinates of Willesden railway station, United Kingdom. Latitude: 51.5353 Longitude: -0.2572.\n",
-              "Coordinates for Chicago: ## Search Results\n",
-              "0. [Where is Chicago, IL, USA on Map Lat Long Coordinates](https://www.latlong.net/place/chicago-il-usa-1855.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 41.881832, -87.623177. Famous for its long history and special atmosphere, \n",
-              "Chicago is the largest city in Illinois and ...\n",
-              "\n",
-              "1. [Chicago, Illinois - OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Chicago,_Illinois)\n",
-              "Date published: Apr 30, 2023\n",
-              "\n",
-              "Chicago is a city in Illinois, United States at latitude 41°52′04.80″ North, longitude 87°39′54.00″ West.\n",
-              "\n",
-              "2. [South Chicago, Chicago, IL, USA - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/place/south-chicago-chicago-il-usa-25579.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 41.739685, -87.554420. Previously known as Ainsworth, South Chicago is a \n",
-              "remote neighborhood of Chicago in Illinois, ...\n",
-              "\n",
-              "3. [GPS coordinates of Chicago, United States. Latitude](https://latitude.to/map/us/united-states/cities/chicago)\n",
-              "\n",
-              "GPS coordinates of Chicago, United States. Latitude: 41.8500 Longitude: -87.6501.\n",
-              "\n",
-              "4. [Chicago latitude longitude - LatitudeLongitude.org](https://latitudelongitude.org/us/chicago/)\n",
-              "\n",
-              "Latitude and longitude coordinates for Chicago, United States: Decimal lat-long coordinates are 41.85003, \n",
-              "-87.65005.\n",
-              "\n",
-              "5. [Chicago - Wikipedia](https://en.wikipedia.org/wiki/Chicago)\n",
-              "\n",
-              "Coordinates: 41°52′55″N 87°37′40″W / 41.88194°N 87.62778°W / 41.88194 ... Chicago is home to the Chicago Symphony\n",
-              "Orchestra and the Lyric Opera of Chicago ...\n",
-              "\n",
-              "6. [Latitude and Longitude of Chicago - GPS Coordinates](https://gps-coordinates.org/chicago-latitude.php)\n",
-              "\n",
-              "Want to know the latitude of Chicago? The following map shows the Chicago coordinates on and the lat long of \n",
-              "Chicago.\n",
-              "\n",
-              "7. [What are the longitude and latitude coordinates of Chicago, \n",
-              "Illinois?](https://www.quora.com/What-are-the-longitude-and-latitude-coordinates-of-Chicago-Illinois)\n",
-              "Date published: Aug 29, 2018\n",
-              "\n",
-              "N32° 22′ 15″ W112° 17′ 54″ If you see N/S or E/W you know which one is lat (N/S) and which is long (E/W). Also, the\n",
-              "marks tell you that you are ...\n",
-              "\n",
-              "8. [Coordinates Chicago-IL-USA with converter to all coordinate \n",
-              "systems](https://coordinates-converter.com/en/search/chicago-il-usa)\n",
-              "\n",
-              "North 47.018711° | East 12.34256° Input: The input of the latitude is a decimal number between -89.999999 and \n",
-              "89.999999.\n",
-              "\n",
-              "9. [Chicago United States Map Lat Long Coordinates - \n",
-              "Geloky](https://geloky.com/geocoding/place/Chicago+United+States)\n",
-              "\n",
-              "Coordinates of Chicago, Illinois place. Latitude: 41.883229 Longitude: -87.632398. See where Chicago, Illinois is \n",
-              "located on the map. Share this location with ...\n",
-              "Coordinates for Hong Kong: ## Search Results\n",
-              "0. [Where is Hong Kong City, Hong Kong on Map Lat Long \n",
-              "Coordinates](https://www.latlong.net/place/hong-kong-city-hong-kong-27242.html)\n",
-              "\n",
-              "The latitude of Hong Kong City, Hong Kong is 22.302711, and the longitude is 114.177216. Hong Kong City, Hong Kong \n",
-              "is located at Hong Kong country in the Cities ...\n",
-              "\n",
-              "1. [Map of Hong Kong - GPS Coordinates](https://www.gps-coordinates.net/map/country/HK)\n",
-              "\n",
-              "Map of Hong Kong · Country: Hong Kong. Latitude: 22.356514 | Longitude: 114.136253. Get Altitude.\n",
-              "\n",
-              "2. [Hong Kong latitude longitude - LatitudeLongitude.org](https://latitudelongitude.org/hk/hong-kong/)\n",
-              "\n",
-              "Latitude and longitude coordinates for Hong Kong, Hong Kong: Decimal lat-long coordinates are 22.28552, 114.15769.\n",
-              "\n",
-              "3. [Where is Victoria Harbour, Hong Kong on Map Lat Long \n",
-              "Coordinates](https://www.latlong.net/place/victoria-harbour-hong-kong-26577.html)\n",
-              "\n",
-              "The latitude of Victoria Harbour, Hong Kong is 22.293291, and the longitude is 114.161133. Victoria Harbour, Hong \n",
-              "Kong is located at Hong Kong country in the ...\n",
-              "\n",
-              "4. [GPS coordinates of Hong Kong. Latitude: 22.3701 Longitude](https://latitude.to/map/hk/hong-kong)\n",
-              "\n",
-              "Latitude and longitude of Hong Kong · Satellite map of Hong Kong. Hong Kong (香港; \"Fragrant Harbour\"), ...\n",
-              "\n",
-              "5. [Coordinates hong kong with converter to all coordinate \n",
-              "systems](https://coordinates-converter.com/en/search/Hong-Kong)\n",
-              "\n",
-              "The grid shong konguare determines the location in the zone and consists of the eastern value (A-Z without O and I)\n",
-              "and the northern value (A-V without O and I) ...\n",
-              "\n",
-              "6. [GPS coordinates for HongKong - \n",
-              "CoordinatesFinder.com](https://www.coordinatesmarker.com/coordinates/1659016-hongkong)\n",
-              "\n",
-              "GPS coordinates for HongKong · Latitude: 22.350627. Longitude: 114.1849161 · More coordinates for HongKong · Extra \n",
-              "information about HongKong · Distance from ...\n",
-              "\n",
-              "7. [Latitude and Longitude of Hong Kong - GPS Coordinates](https://gps-coordinates.org/hong-kong-latitude.php)\n",
-              "\n",
-              "Want to know the latitude of Hong Kong? The following map shows the Hong Kong coordinates on and the lat long of \n",
-              "Hong Kong.\n",
-              "\n",
-              "8. [Hong Kong Geographic coordinates - Latitude & longitude - \n",
-              "Geodatos](https://www.geodatos.net/en/coordinates/hong-kong)\n",
-              "\n",
-              "Hong Kong is located at latitude 22.396428 and longitude 114.109497. It is part of Asia and the northern \n",
-              "hemisphere.\n",
-              "Coordinates for Westwood, Los Angeles, CA: ## Search Results\n",
-              "0. [GPS coordinates of Westwood, Los Angeles, United States. \n",
-              "Latitude](https://latitude.to/articles-by-country/us/united-states/5470/westwood-los-angeles)\n",
-              "\n",
-              "GPS coordinates of Westwood, Los Angeles, United States. Latitude: 34.0561 Longitude: -118.4297.\n",
-              "\n",
-              "1. [Westwood, Los Angeles - Wikipedia](https://en.wikipedia.org/wiki/Westwood,_Los_Angeles)\n",
-              "\n",
-              "Westwood is located in Western Los Angeles. Westwood. Location within Western Los Angeles ; Coordinates: 34°03′22″N\n",
-              "118°25′47″W / 34.05611°N 118.42972°W / ...\n",
-              "\n",
-              "2. [Latitude and longitude of Westwood Village, Los \n",
-              "Angeles](https://latitude.to/articles-by-country/us/united-states/61275/westwood-village-los-angeles)\n",
-              "\n",
-              "Westwood Village is the main shopping and commercial center of the Westwood district in the City of Los Angeles, \n",
-              "California. Latitude: 34° 03' 13.20\" N\n",
-              "\n",
-              "3. [Westwood, Los Angeles, CA, USA - GEOCORDS](https://www.geocords.com/place/westwood-los-angeles-ca-usa-8063/)\n",
-              "Date published: Jun 11, 2024\n",
-              "\n",
-              "Westwood, Los Angeles, CA, USA. This location is searched/added by 2024-06-11 19:08:37. Latitude and longitude \n",
-              "coordinates: 34.0588075, ...\n",
-              "\n",
-              "4. [Westwood (GPS Coordinates, Nearby Cities & Power \n",
-              "Plants)](https://database.earth/countries/united-states/regions/california/cities/westwood)\n",
-              "\n",
-              "Westwood is a city in California, inUnited States. Westwood is located on the latitude of 34.05612 and longitude of\n",
-              "-118.43063.\n",
-              "\n",
-              "5. [Westwood - Maps - Apple](https://maps.apple.com/place?auid=4979338312984485206&lsp=9902)\n",
-              "\n",
-              "Westwood is a commercial and residential neighborhood in the northern central portion of the Westside region of Los\n",
-              "Angeles, California.\n",
-              "\n",
-              "6. [Westwood Topo Map CA, Los Angeles County (Beverly Hills \n",
-              "Area)](https://www.topozone.com/california/los-angeles-ca/city/westwood-4/)\n",
-              "\n",
-              "Westwood is displayed on the \"Beverly Hills\" USGS topo map. The latitude and longitude coordinates (GPS waypoint) \n",
-              "of Westwood are 34.0561207 (North), - ...\n",
-              "\n",
-              "7. [Westwood Village, California latitude/longitude - \n",
-              "Travelmath](https://www.travelmath.com/cities/Westwood+Village,+CA)\n",
-              "\n",
-              "34° 3' 34\" N / 118° 26' 39\" W ; cities near Westwood Village ; distance to Westwood Village ; 50 miles from \n",
-              "Westwood Village ; 100 miles from Westwood Village ...\n",
-              "\n",
-              "8. [Westwood, California - Wikipedia](https://en.wikipedia.org/wiki/Westwood,_California)\n",
-              "\n",
-              "Westwood, California ; Coordinates: 40°18′22″N 121°00′21″W / 40.30611°N 121.00583°W / 40.30611; -121.00583 ; \n",
-              "Coordinates: 40°18′22″N 121°00′21″W / 40.30611°N ...\n",
-              "\n",
-              "9. [Coordinates 501 westwood plaza, los angeles, ca 90095 with \n",
-              "...](https://coordinates-converter.com/en/search/501-westwood-plaza-los-angeles-ca-90095)\n",
-              "\n",
-              "N 34.068278 E -118.445239. Lat: ° (N) Watch your step! Since this converter calculates with negative north values \n",
-              "instead of positive south values, ...\n",
-              "Could not find coordinates for Westwood, Los Angeles, CA\n",
-              "Coordinates for Carnegie Mellon University, Pittsburgh, PA: ## Search Results\n",
-              "0. [Carnegie Mellon University, PA, USA - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/place/carnegie-mellon-university-pa-usa-32116.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 40.443336, -79.944023. Founded by Andrew Carnegie as Carnegie Technical \n",
-              "Schools in 1900, and formerly known as Carnegie ...\n",
-              "\n",
-              "1. [Latitude and longitude of Carnegie Mellon \n",
-              "University](https://latitude.to/articles-by-country/us/united-states/721/carnegie-mellon-university)\n",
-              "\n",
-              "A private research university in Pittsburgh, Pennsylvania. Latitude: 40° 26' 35.96\" N Longitude: -79° 56' 36.90\" W\n",
-              "\n",
-              "2. [Carnegie Mellon University - Wikipedia](https://en.wikipedia.org/wiki/Carnegie_Mellon_University)\n",
-              "\n",
-              "The university has its main campus located 5 miles (8 km) from downtown Pittsburgh. It also has over a dozen \n",
-              "degree-granting locations in six continents, ...\n",
-              "\n",
-              "3. [Pittsburgh, PA: Maps and Images - CMU School of Computer \n",
-              "Science](http://www.cs.cmu.edu/afs/cs/user/fgcozman/www/Research/VIPER/Data/pgh-data.html)\n",
-              "\n",
-              "A GPS measurement indicated that the images were acquired at 40.474350 degrees North (latitude) and 79.965698 \n",
-              "degrees West (longitude). ... Carnegie Mellon ...\n",
-              "\n",
-              "4. [GPS coordinates of Carnegie, Pennsylvania, United States. \n",
-              "Latitude](https://latitude.to/map/us/united-states/cities/carnegie-pennsylvania)\n",
-              "\n",
-              "Carnegie (/ˈkɑːrnɪɡi/) is a borough in Allegheny County, Pennsylvania, United States, and is part of the Pittsburgh\n",
-              "Metro Area.…\n",
-              "\n",
-              "5. [GPS coordinates for Carnegie Mellon \n",
-              "University](https://www.coordinatesfinder.com/coordinates/125875-carnegie-mellon-university)\n",
-              "\n",
-              "GPS coordinates for Carnegie Mellon University · Latitude: 40.4428081. Longitude: -79.9430128 · More coordinates \n",
-              "for Carnegie Mellon University · Extra information ...\n",
-              "\n",
-              "6. [Eugene Fink's coordinates - Carnegie Mellon University](https://www.cs.cmu.edu/~eugene/coords.html)\n",
-              "\n",
-              "Eugene Fink's coordinates. E-mail: Hard mail: Language Technologies Institute Carnegie Mellon University 5000 \n",
-              "Forbes Avenue Pittsburgh, PA 15213, USA ...\n",
-              "\n",
-              "7. [Carnegie Mellon - College Tour Hub](https://www.collegetourhub.com/colleges/carnegie-mellon)\n",
-              "\n",
-              "5000 Forbes Avenue, Pittsburgh, PA, 15213, Pittsburgh, PA, 15213 · Carnegie Mellon University · Add Story · Add \n",
-              "Spot.\n",
-              "\n",
-              "8. [Get directions to/from Carnegie Mellon University Pittsburgh \n",
-              "Pa](https://www.get-direction.com/address-to-lat-long.html?place=Carnegie%20Mellon%20University%20Pittsburgh%20Pa)\n",
-              "\n",
-              "Get the GPS coordinates (latitude and longitude) of (Carnegie Mellon University Pittsburgh Pa) and get directions \n",
-              "to/from Carnegie Mellon University ...\n",
-              "\n",
-              "9. [Carnegie Mellon University: Homepage - CMU](https://www.cmu.edu/)\n",
-              "\n",
-              "CMU on Instagram. Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213 412-268-2000. Legal Info · \n",
-              "www.cmu.edu. © 2025 Carnegie Mellon University.\n",
-              "Coordinates for The Farmiloe Building, London: ## Search Results\n",
-              "0. [File:Farmiloe Building, \n",
-              "London-5755582447.jpg](https://commons.wikimedia.org/wiki/File:Farmiloe_Building,_London-5755582447.jpg)\n",
-              "\n",
-              "English: Interior of the Farmiloe Building, London. Date, 24 May 2011, 18:21 ... coordinates of the point of view. \n",
-              "Edit. 51°31'15.78\"N, 0°6'4.36\"W. Mark as ...\n",
-              "\n",
-              "1. [File:Clerkenwell, Former George Farmiloe building, St John Street \n",
-              "...](https://commons.wikimedia.org/wiki/File:Clerkenwell,_Former_George_Farmiloe_building,_St_John_Street,_EC1_-_ge\n",
-              "ograph.org.uk_-_756323.jpg)\n",
-              "Date published: Nov 8, 2024\n",
-              "\n",
-              "coordinates of depicted place. Edit. 51°31'16.0\"N, 0°6'3.6\"W. Mark as ... London Borough of Islington. Mark as \n",
-              "prominent. Add statement.\n",
-              "\n",
-              "2. [Batman Begins Locations - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/location/batman-begins-locations-1723)\n",
-              "\n",
-              "The exteriors of Gotham City Courthouse were filmed at Senate House in London, which was also used in The Dark \n",
-              "Knight Rises. ... Farmiloe Building, 51.520718, - ...\n",
-              "\n",
-              "3. [Farmiloe Building, St John Street, Clerkenwell - Geograph](https://www.geograph.org.uk/photo/2635080)\n",
-              "Date published: Oct 6, 2011\n",
-              "\n",
-              "TQ3181 : Farmiloe Building, St John Street, Clerkenwell · taken 13 years ago, near to City of London, The City of \n",
-              "London, England · Discussion on ...\n",
-              "\n",
-              "4. [The Dark Knight Locations - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/location/the-dark-knight-locations-118)\n",
-              "\n",
-              "Additional filming took place at Pinewood Studios and the Criterion Restaurant in Piccadilly Circus, London. ... \n",
-              "George Farmiloe Building (closed), 51.520584, - ...\n",
-              "\n",
-              "5. [The Farmiloe Building - London EC1M - \n",
-              "Buildington](https://www.buildington.co.uk/buildings/7426/london-ec1/34-36-st-john-street/the-farmiloe-building)\n",
-              "\n",
-              "34-36 St John Street, London EC1M 4AZ. County. Greater London. Country. England. Buildings. 1. Overview. The \n",
-              "Farmiloe Building on St John Street in Clerkenwell, ...\n",
-              "\n",
-              "6. [Clerkenwell: Former George Farmiloe... © Nigel Cox - Geograph](https://www.geograph.org.uk/photo/756323)\n",
-              "Date published: Apr 8, 2008\n",
-              "\n",
-              "TQ3181 : Clerkenwell: Former George Farmiloe building, St John Street, EC1. taken 17 years ago, near to City of \n",
-              "London, The City of London, ...\n",
-              "\n",
-              "7. [\"The Listeners Project\" film series pays homage to abandoned U.K. \n",
-              "...](https://www.cbsnews.com/news/the-listeners-project-film-series-pays-homage-to-abandoned-u-k-structures/)\n",
-              "Date published: Dec 12, 2015\n",
-              "\n",
-              "One location being filmed for \"The Listeners Project\" includes the cavernous halls of London's Farmiloe Building, \n",
-              "which has sat vacant for years ...\n",
-              "Could not find coordinates for The Farmiloe Building, London\n",
-              "Coordinates for Queensboro Bridge, New York City, NY: ## Search Results\n",
-              "0. [Queensboro Bridge - Wikipedia](https://en.wikipedia.org/wiki/Queensboro_Bridge)\n",
-              "\n",
-              "Completed in 1909, it connects the Long Island City neighborhood in the borough of Queens with the East Midtown and\n",
-              "Upper East Side neighborhoods in Manhattan, ...\n",
-              "\n",
-              "1. [GPS coordinates of Queensboro Bridge, United States. \n",
-              "Latitude](https://latitude.to/articles-by-country/us/united-states/5442/queensboro-bridge)\n",
-              "\n",
-              "Satellite map of Queensboro Bridge. The Queensboro Bridge, also known as the 59th Street Bridge – because its \n",
-              "Manhattan end is located between 59th and 60th ...\n",
-              "\n",
-              "2. [Queensboro Bridge - Simple English Wikipedia, the free \n",
-              "encyclopedia](https://simple.wikipedia.org/wiki/Queensboro_Bridge)\n",
-              "\n",
-              "Queensboro Bridge ; 40°45′25″N 73°57′18″W / 40.757°N 73.955°W / 40.757; -73.955 · 9 lanes (4 upper, 5 lower) of NY\n",
-              "25, and 1 lane for pedestrians/bicycles.\n",
-              "\n",
-              "3. [Bench Mark Sheet for 8518687, Queensboro Bridge \n",
-              "NY](https://tidesandcurrents.noaa.gov/benchmarks.html?id=8518687)\n",
-              "\n",
-              "Bench Mark Sheet for 8518687, Queensboro Bridge NY ... Bench mark positions only appear on the map if their \n",
-              "coordinates in the CO-OPS database are at the ...\n",
-              "\n",
-              "4. [Ed Koch Queensboro Bridge - Maps - \n",
-              "Apple](https://maps.apple.com/place?q=Ed%20Koch%20Queensboro%20Bridge&ll=40.7568637%2C-73.9544141&auid=723869314913\n",
-              "8031894&lsp=9902&address=New%20York%2C%20NY%2011101%2C%20United%20States)\n",
-              "\n",
-              "Completed in 1909, it connects the Long Island City neighborhood in the borough of Queens with the East Midtown and\n",
-              "Upper East Side neighborhoods in Manhattan, ...\n",
-              "\n",
-              "5. [Queensboro Bridge Facts for Kids](https://kids.kiddle.co/Queensboro_Bridge)\n",
-              "Date published: Nov 6, 2023\n",
-              "\n",
-              "Coordinates, 40°45′25″N 73°57′18″W / 40.757°N 73.955°W / 40.757; -73.955. Carries, 9 lanes (4 upper, 5 lower) of NY\n",
-              "25, and 1 lane for ...\n",
-              "\n",
-              "6. [Queens, New York City, NY, USA - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/place/queens-new-york-city-ny-usa-572.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 40.742054, -73.769417. Queens is one of the principal boroughs of the city \n",
-              "of New York, located in the eastern part of ...\n",
-              "\n",
-              "7. [Queensboro Bridge Latitude - GPS Coordinates](https://www.gps-coordinates.org/queensboro-bridge-latitude.php)\n",
-              "\n",
-              "Want to know the latitude of Queensboro Bridge? The Queensboro Bridge map shows the Queensboro Bridge coordinates \n",
-              "on and the lat long of Queensboro Bridge.\n",
-              "\n",
-              "8. [59th Street Bridge, Ed Koch Queensboro Bridge, Blackwell's Island \n",
-              "...](https://historicbridges.org/bridges/browser/?bridgebrowser=newyork/queensborobridge/)\n",
-              "\n",
-              "Maps and Links: Queensboro Bridge. Coordinates (Latitude, Longitude): Copy Coordinates. Search For Additional \n",
-              "Bridge Listings: Bridgehunter.com ...\n",
-              "\n",
-              "9. [Queensboro Bridge - Wikiwand](https://www.wikiwand.com/en/articles/Queensboro_Bridge)\n",
-              "\n",
-              "The Queensboro Bridge carries New York State Route 25 (NY 25), which terminates at the bridge's western end in \n",
-              "Manhattan. The bridge has two levels: an ...\n",
-              "Coordinates for Wall Street, New York City, NY: ## Search Results\n",
-              "0. [GPS coordinates of Wall Street, United States. \n",
-              "Latitude](https://latitude.to/articles-by-country/us/united-states/643/wall-street)\n",
-              "\n",
-              "GPS coordinates of Wall Street, United States. Latitude: 40.7038 Longitude: -74.0057.\n",
-              "\n",
-              "1. [Manhattan, New York City, NY, USA - Latitude and Longitude \n",
-              "Finder](https://www.latlong.net/place/manhattan-new-york-city-ny-usa-31886.html)\n",
-              "\n",
-              "Latitude and longitude coordinates are: 40.776676, -73.971321. Manhattan is a borough of New York City, in \n",
-              "southeastern New York, United States. It is the most ...\n",
-              "\n",
-              "2. [GPS coordinates for 77 Wall Street, NYC - \n",
-              "CoordinatesFinder.com](https://www.coordinatesmarker.com/coordinates/1329533-77-wall-street-nyc)\n",
-              "\n",
-              "GPS coordinates for 77 Wall Street, NYC. Latitude: 40.7053814444444. Longitude: -74.0078615555556.\n",
-              "\n",
-              "3. [GPS coordinates of 1 Wall Street, United States. \n",
-              "Latitude](https://latitude.to/articles-by-country/us/united-states/20766/1-wall-street)\n",
-              "\n",
-              "GPS coordinates of 1 Wall Street, United States. Latitude: 40.7043 Longitude: -74.0070.\n",
-              "\n",
-              "4. [48 Wall Street - Wikipedia](https://en.wikipedia.org/wiki/48_Wall_Street)\n",
-              "\n",
-              "48 Wall Street, Manhattan, New York, U.S.. Coordinates, 40°42′23″N 74°00′33″W ...\n",
-              "\n",
-              "5. [120 Wall Street - Wikipedia](https://en.wikipedia.org/wiki/120_Wall_Street)\n",
-              "\n",
-              "120 Wall Street · New York City · United States · 40°42′18″N 74°00′22″W / 40.705°N 74.006°W / 40.705; -74.006.\n",
-              "\n",
-              "6. [GPS coordinates for wall street - \n",
-              "CoordinatesFinder.com](https://www.coordinatesfinder.com/coordinates/96951-wall-street)\n",
-              "\n",
-              "Latitude: 40.7061927. Longitude: -74.0091604 · More coordinates for wall street · Extra information about wall \n",
-              "street · Distance from wall street to big cities.\n",
-              "\n",
-              "7. [Coordinates Wall-Street-New-York-City-New-York-USA with \n",
-              "...](https://coordinates-converter.com/en/search/wall-street-new-york-city-new-york-usa)\n",
-              "\n",
-              "N 40.706014 E -74.008821. Lat: ° (N) Watch your step! Since this converter calculates with negative north values \n",
-              "instead of positive south values, ...\n",
-              "\n",
-              "8. [GPS coordinates for Andaz Wall Street - \n",
-              "CoordinatesFinder.com](https://www.coordinatesfinder.com/coordinates/5146-andaz-wall-street)\n",
-              "\n",
-              "GPS coordinates for Andaz Wall Street. Latitude: 40.7051609. Longitude: -74.008124.\n",
-              "Coordinates for Mehrangarh Fort, Jodhpur, Rajasthan, India: ## Search Results\n",
-              "0. [Mehrangarh - Wikipedia](https://en.wikipedia.org/wiki/Mehrangarh)\n",
-              "\n",
-              "Mehrangarh is a historic fort located in Jodhpur, Rajasthan, India. It ... Show map of Rajasthan Show map of India \n",
-              "Show all. Coordinates, 26°17′53″N 73 ...\n",
-              "\n",
-              "1. [Mehrangarh Fort - Atlas Obscura](https://www.atlasobscura.com/places/mehrangarh-fort)\n",
-              "Date published: Jul 30, 2018\n",
-              "\n",
-              "One of the best-preserved and largest forts in India, the Mehrangarh Fort towers 400 feet above the city of \n",
-              "Jodhpur. Founded in 1459 by Rajput leader Rao Jodha.\n",
-              "\n",
-              "2. [Where is Jodhpur, Rajasthan, India on Map Lat Long \n",
-              "Coordinates](https://www.latlong.net/place/jodhpur-rajasthan-india-2597.html)\n",
-              "\n",
-              "The latitude of Jodhpur, Rajasthan, India is 26.263863, and the longitude is 73.008957. Jodhpur, Rajasthan, India \n",
-              "is located at India country in the Cities ...\n",
-              "\n",
-              "3. [Mehrangarh Fort, India - Locationscout](https://www.locationscout.net/india/27973-mehrangarh-fort)\n",
-              "\n",
-              "Locations Rajasthan Jodhpur. Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun \n",
-              "directions, and the map for this photo spot. Or ...\n",
-              "\n",
-              "4. [Mehrangarh Fort - Peakbagger.com](https://www.peakbagger.com/peak.aspx?pid=-68704)\n",
-              "\n",
-              "311 meters, 1020 feet ; Latitude/Longitude (WGS84), 26° 17' 53'' N, 73° 1' 6'' E · 26.298074, 73.018407 (Dec Deg) ;\n",
-              "Country, India ; State/Province, Rajasthan.\n",
-              "\n",
-              "5. [Mehrangarh Fort - Wikimedia Commons](https://commons.wikimedia.org/wiki/Mehrangarh_Fort)\n",
-              "Date published: Aug 26, 2024\n",
-              "\n",
-              "Mehrangarh Fort ; official website ; +−. 300 m. 1000 ft. Wikimedia maps | Map data © OpenStreetMap contributors · \n",
-              "26° 17′ 53″ N, 73° 01′ 08″ E ...\n",
-              "\n",
-              "6. [Jodhpur Mehrangarh Fort, India - \n",
-              "Locationscout](https://www.locationscout.net/india/29361-jodhpur-mehrangarh-fort)\n",
-              "\n",
-              "Locations Rajasthan Jodhpur. Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun \n",
-              "directions, and the map for this photo spot. Or ...\n",
-              "\n",
-              "7. [Jodhpur - Wikipedia](https://en.wikipedia.org/wiki/Jodhpur)\n",
-              "\n",
-              "The old city circles the Mehrangarh Fort and is bounded by a wall with several gates. Jodhpur lies near the \n",
-              "geographic centre of the Rajasthan state, which ...\n",
-              "\n",
-              "8. [Mehrangarh Fort – Jodhpur, India - Mark And Chuck's \n",
-              "Adventures](https://markandchucksadventures.com/2020/08/06/mehrangarh-fort-jodhpur-india/)\n",
-              "Date published: Aug 6, 2020\n",
-              "\n",
-              "Mehrangarh Fort: P.B # 165, The Fort, Jodhpur 342006, Rajasthan, India. Costs: International Visitor Rs. 600 (about\n",
-              "$8.00 US).\n",
-              "\n",
-              "9. [Mehrangarh Fort, Jodhpur, Rajasthan - Timings, Entry Fee, Location \n",
-              "...](https://www.mapsofindia.com/maps/rajasthan/tourism/mehrangarh-fort.html)\n",
-              "Date published: Sep 29, 2016\n",
-              "\n",
-              "The Mehrangarh Fort, one of the colossal and majestic forts of India is located atop a 150 m elevated hill lying at\n",
-              "a distance of 5km from Jodhpur.\n",
-              "Coordinates for Turda Gorge, Turda, Romania: ## Search Results\n",
-              "0. [GPS coordinates of Turda, Romania. Latitude: 46.5667 \n",
-              "Longitude](https://latitude.to/map/ro/romania/cities/turda)\n",
-              "\n",
-              "Turda is a city and Municipality in Cluj County, Romania, situated on the Arieş River. Population: 54,586. \n",
-              "Latitude: 46° 34' 0.01\" N\n",
-              "\n",
-              "1. [GPS coordinates of Turda Gorge, Romania. \n",
-              "Latitude](https://latitude.to/articles-by-country/ro/romania/79165/turda-gorge)\n",
-              "\n",
-              "Turda Gorge (Cheile Turzii in Romanian) is a natural reserve (on Hășdate River) situated 6 km west of Turda and \n",
-              "about 15 km south-east of Cluj-Napoca, ...\n",
-              "\n",
-              "2. [Gorges of Turda, Romania - Locationscout](https://www.locationscout.net/romania/5953-gorges-of-turda)\n",
-              "\n",
-              "Turda Gorge (Cheile Turzii in Romanian) is a natural reserve (on Hășdate River) situated 6 km west of Turda and \n",
-              "about 15 km southeast of Cluj-Napoca, in ...\n",
-              "\n",
-              "3. [Turda Gorge, Romania - Locationscout](https://www.locationscout.net/romania/15712-turda-gorge)\n",
-              "\n",
-              "Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun directions, and the map for this \n",
-              "photo spot. Or simply bookmark it along with ...\n",
-              "\n",
-              "4. [Turda Gorges - Cross viewpoint - \n",
-              "Outdooractive](https://www.outdooractive.com/mobile/en/poi/transylvania/turda-gorges-cross-viewpoint/804539155/)\n",
-              "\n",
-              "Coordinates. DD. 46.566171, 23.679013. DMS. 46°33 ... Excursions and leisure tips for the region. Points Romania \n",
-              "Transylvania Turda Gorges - Cross viewpoint.\n",
-              "\n",
-              "5. [Turda Gorge - Wikipedia](https://en.wikipedia.org/wiki/Turda_Gorge)\n",
-              "\n",
-              "Turda Gorge is a natural reserve (on Hășdate River) situated 6 km west of Turda and about 15 km south-east of \n",
-              "Cluj-Napoca, in Transylvania, Romania.\n",
-              "\n",
-              "6. [Maps, Weather, and Airports for Turda, Romania - Falling \n",
-              "Rain](https://www.fallingrain.com/world/RO/13/Turda.html)\n",
-              "\n",
-              "Latitude, 46.5667 ; Longitude, 23.7833 ; Altitude (feet), 994 ; Lat (DMS), 46° 34' 0N ; Long (DMS), 23° 46' 60E ...\n",
-              "\n",
-              "7. [Turda gorge Trail - Wikiloc](https://www.wikiloc.com/hiking-trails/turda-gorge-39747508)\n",
-              "Date published: Aug 10, 2019\n",
-              "\n",
-              "Trail stats ; Min elevation: 1,111 ft ; Trail type: One Way ; Moving time: 2 hours 42 minutes ; Time: 3 hours 37 \n",
-              "minutes ; Coordinates: 1807.\n",
-              "\n",
-              "8. [The Turzii Gorge, Turda (DN75 Lunca-Turda)·](https://www.welcometoromania.eu/DN75/DN75_Cheile_Turzii_e.htm)\n",
-              "\n",
-              "The Turzii Gorge. Google Static Map. GPS Coordinates: 46.56380 N, 23.68060 E. Acces to Cheile Turzii: 1. Leave DN75\n",
-              "road in the direction of Cheia, and ...\n",
-              "\n",
-              "9. [Turda Gorges in Petreștii de Jos, Romania - Tripomatic](https://tripomatic.com/en/poi/turda-gorges-poi:32586)\n",
-              "\n",
-              "Turda Gorges. Local nameCheile Turzii LocationPetreștii de Jos, Romania ... Coordinates 46°33'50.807\" N \n",
-              "23°40'45.17\" E. Tripomatic - A Travel Guide in ...\n",
-              "{\"St. George's Hall, Liverpool\": (53.400002, -2.983333), 'Wollaton Hall, Nottingham': (52.951473, -1.208159), \n",
-              "'Acton Lane Power Station, Acton Lane, Acton, London': (0.25652909322697, 51.533702734726), 'Chicago': (41.881832, \n",
-              "-87.623177), 'Hong Kong': (22.28552, 114.15769), 'Carnegie Mellon University, Pittsburgh, PA': (40.443336, \n",
-              "-79.944023), 'Queensboro Bridge, New York City, NY': (40.742054, -73.769417), 'Wall Street, New York City, NY': \n",
-              "(40.776676, -73.971321), 'Mehrangarh Fort, Jodhpur, Rajasthan, India': (26.298074, 73.018407), 'Turda Gorge, Turda,\n",
-              "Romania': (46.566171, 23.679013)}\n",
+              "Build your own Roadster, Coupe, Hot Rod, Hot Rod Truck, or Extreme Truck with help from the crew at Factory Five \n",
+              "Racing®.\n",
               "\n",
               "Out: None\n",
               "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[2m[Step 1: Duration 15.03 seconds| Input tokens: 5,858 | Output tokens: 1,279]\u001b[0m\n" + ], + "text/html": [ + "
[Step 1: Duration 15.03 seconds| Input tokens: 5,858 | Output tokens: 1,279]\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m3\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], + "text/html": [ + "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Extract locations and their coordinates for supercar factories\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMaranello, Italy (Ferrari)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.5403\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m10.9921\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSant\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAgata Bolognese, Italy (Lamborghini)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.5208\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m11.3264\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSan Cesario sul Panaro, Italy (Pagani)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.6423\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m10.9917\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBologna, Italy (Ducati)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.4937\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m11.3426\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWoking, UK (McLaren)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.3774\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.5714\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSan Diego, CA, USA (Koenigsegg)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m32.7157\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m117.1611\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAmersfoort, Netherlands (Aston Martin)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m52.0118\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m5.5975\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLos Angeles, CA, USA (Hennessey Performance Engineering)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m34.0522\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m118.2437\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mShanghai, China (Shanghai Auto Show)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m31.2304\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m121.4737\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mDubai, UAE (Dubai Autodrome)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m25.2769\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m55.2962\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Calculate travel time for each supercar factory\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_cargo_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mappend\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Create DataFrame for supercar factories\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mDataFrame\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcolumns\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time to Gotham (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Filter supercar factories to match the travel times of Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times_set\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mset\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time to Gotham (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mfiltered_supercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time to Gotham (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34misin\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times_set\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Combine Batman filming locations and filtered supercar factories into a single DataFrame\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mcombined_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mconcat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfiltered_supercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mignore_index\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mTrue\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcombined_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mfinal_answer\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcombined_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ], + "text/html": [ + "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
+              "  # Extract locations and their coordinates for supercar factories                                                 \n",
+              "  supercar_locations = [                                                                                           \n",
+              "      (\"Maranello, Italy (Ferrari)\", 44.5403, 10.9921),                                                            \n",
+              "      (\"Sant'Agata Bolognese, Italy (Lamborghini)\", 44.5208, 11.3264),                                             \n",
+              "      (\"San Cesario sul Panaro, Italy (Pagani)\", 44.6423, 10.9917),                                                \n",
+              "      (\"Bologna, Italy (Ducati)\", 44.4937, 11.3426),                                                               \n",
+              "      (\"Woking, UK (McLaren)\", 51.3774, -0.5714),                                                                  \n",
+              "      (\"San Diego, CA, USA (Koenigsegg)\", 32.7157, -117.1611),                                                     \n",
+              "      (\"Amersfoort, Netherlands (Aston Martin)\", 52.0118, 5.5975),                                                 \n",
+              "      (\"Los Angeles, CA, USA (Hennessey Performance Engineering)\", 34.0522, -118.2437),                            \n",
+              "      (\"Shanghai, China (Shanghai Auto Show)\", 31.2304, 121.4737),                                                 \n",
+              "      (\"Dubai, UAE (Dubai Autodrome)\", 25.2769, 55.2962)                                                           \n",
+              "  ]                                                                                                                \n",
+              "                                                                                                                   \n",
+              "  # Calculate travel time for each supercar factory                                                                \n",
+              "  supercar_travel_times = []                                                                                       \n",
+              "  for location, lat, lon in supercar_locations:                                                                    \n",
+              "      travel_time = calculate_cargo_travel_time(origin_coords=(lat, lon), destination_coords=gotham_coords)        \n",
+              "      supercar_travel_times.append((location, travel_time))                                                        \n",
+              "                                                                                                                   \n",
+              "  # Create DataFrame for supercar factories                                                                        \n",
+              "  supercar_df = pd.DataFrame(supercar_travel_times, columns=['Location', 'Travel Time to Gotham (hours)'])         \n",
+              "                                                                                                                   \n",
+              "  # Filter supercar factories to match the travel times of Batman filming locations                                \n",
+              "  batman_travel_times_set = set(batman_df['Travel Time to Gotham (hours)'])                                        \n",
+              "  filtered_supercar_df = supercar_df[supercar_df['Travel Time to Gotham (hours)'].isin(batman_travel_times_set)]   \n",
+              "                                                                                                                   \n",
+              "  # Combine Batman filming locations and filtered supercar factories into a single DataFrame                       \n",
+              "  combined_df = pd.concat([batman_df, filtered_supercar_df], ignore_index=True)                                    \n",
+              "                                                                                                                   \n",
+              "  print(combined_df)                                                                                               \n",
+              "                                                                                                                   \n",
+              "  final_answer(combined_df)                                                                                        \n",
+              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { "text/plain": [ "\u001b[1mExecution logs:\u001b[0m\n", - "Coordinates for St. George's Hall, Liverpool: ## Search Results\n", - "0. [St George's Hall, Liverpool - Wikipedia](https://en.wikipedia.org/wiki/St_George%27s_Hall,_Liverpool)\n", - "\n", - "St George's Hall ; St George's Hall · St George's Place, Liverpool, England · 53°24′31″N 2°58′48″W / 53.4086°N \n", - "2.9801°W / 53.4086; -2.9801 · SJ 349 907.\n", - "\n", - "1. [St George's Hall Liverpool on the map, Liverpool, United Kingdom ...](https://sb.2markers.com/749066)\n", - "\n", - "When converted to degrees, minutes, seconds St George's Hall Liverpool has the following coordinates: 53°24′28.39 \n", - "north latitude and -2°58′53.75 east longitude.\n", - "\n", - "2. [Where is Liverpool, the UK on Map Lat Long \n", - "Coordinates](https://www.latlong.net/place/liverpool-the-uk-28017.html)\n", - "\n", - "Latitude and longitude coordinates are: 53.400002, -2.983333. Liverpool is one of the largest cities in the United \n", - "Kingdom, situated in the region known as ...\n", - "\n", - "3. [St George's Hall, Non Civil Parish - 1361677 - Historic \n", - "England](https://historicengland.org.uk/listing/the-list/list-entry/1361677)\n", - "\n", - "St George's Hall. St George's Hall, St George's Place, Liverpool, L1 1JJ. Listed on the National Heritage List for \n", - "England.\n", - "\n", - "4. [File:St Georges Hall Liverpool 3 (6727529617).jpg - \n", - "Wikipedia](https://en.m.wikipedia.org/wiki/File:St_Georges_Hall_Liverpool_3_(6727529617).jpg)\n", - "\n", - "St George's Hall Liverpool 3. Date, 19 January 2012, 14:30. Source. St ... coordinates of the point of view. \n", - "53°24'31.068\"N, 2°58'48.148\"W. exposure time ...\n", - "\n", - "5. [Discover - Welcome to St George's Hall, Liverpool](https://stgeorgeshallliverpool.co.uk/discover/)\n", - "\n", - "Situated opposite Lime Street station, St George's Hall forms an intrinsic part of Liverpool's William Brown \n", - "Conservation Area and provides a magnificent ...\n", - "\n", - "6. [St. Georges Hall Lime Street, Liverpool L1 1JJ \n", - "England](https://www.tripexpress.org/attraction-st-george-s-hall-415398/)\n", - "\n", - "The latitude of St. George's Hall is 53.40837, and the longitude is -2.97936. St. George's Hall is located in \n", - "Liverpool, United Kingdom with the gps coordinates ...\n", - "\n", - "7. [Contact & Accessibility Information - St George's \n", - "Hall](https://stgeorgeshallliverpool.co.uk/contact-and-accessibility-information/)\n", - "\n", - "... St George's Hall. The closest are: St John's Shopping Centre, St George's Pl, Liverpool L1 1LY; Lime Street \n", - "Station Long Stay, Lord Nelson Street, L3 5QB.\n", - "\n", - "8. [St George's Hall (1841-54), Lime Street, Liverpool (aerial \n", - "view)](https://victorianweb.org/art/architecture/elmes/1.html)\n", - "Date published: Sep 14, 2009\n", - "\n", - "St George's Hall is on St George's Plateau opposite the large sandstone Gothic structure which fronts Liverpool's \n", - "Lime Street Station.\n", - "\n", - "9. [St George's Hall - Visit Liverpool](https://www.visitliverpool.com/listing/st-georges-hall/803301/)\n", - "\n", - "The Grade I listed St George's Hall sits within the heart of Liverpool in more ways than one; it is a place of \n", - "congregation and celebration.\n", - "Coordinates for Two Temple Place, London: ## Search Results\n", - "0. [File:Two Temple Place, London-geograph-4361039-by-Rob-Farrow \n", - "...](https://commons.wikimedia.org/wiki/File:Two_Temple_Place,_London-geograph-4361039-by-Rob-Farrow.jpg)\n", - "Date published: Oct 16, 2024\n", - "\n", - "Mark as prominent. coordinates of the point of view. Edit. 51°31'4.40000\"N, 0°6'38.36999\"W. Mark as prominent. +−. \n", - "10 m. 50 ft. Wikimedia ...\n", - "\n", - "1. [File:2 Temple Place.jpg - Wikimedia Commons](https://commons.wikimedia.org/wiki/File:2_Temple_Place.jpg)\n", - "Date published: Oct 17, 2024\n", - "\n", - "PAUL FARMER / Two Temple Place, London /. CC BY-SA 2.0. InfoField. PAUL ... coordinates of depicted place. Edit. \n", - "51°30'41.44\"N, 0°6'44.28\"W.\n", - "\n", - "2. [Two Temple Place - Wikidata](https://www.wikidata.org/wiki/Q7859280)\n", - "\n", - "coordinate location. +−. 1 km. 3000 ft. Wikimedia maps | Map data ... 2 Temple Place, London, WC2R 3BD (English). 0\n", - "references. postal code. WC2R 3BD.\n", - "\n", - "3. [Two Temple Place - Wikipedia](https://en.wikipedia.org/wiki/Two_Temple_Place)\n", - "\n", - "Two Temple Place, known for many years as Astor House, is a Neo-Gothic building situated near Victoria Embankment \n", - "in central London, England.\n", - "\n", - "4. [[PDF] Visitor Services Coordinator at Two Temple Place Job \n", - "Description](https://twotempleplace.org/wp-content/uploads/2024/05/Visitor-Services-Coordinator_JD_Two-Temple-Place\n", - "_2024.pdf)\n", - "\n", - "Two Temple Place is looking for an energetic and ambitious Visitor Services Coordinator to join our small team to \n", - "coordinate and manage our Front of House ...\n", - "\n", - "5. [Two Temple Place, Non Civil Parish - 1234514 - Historic \n", - "England](https://historicengland.org.uk/listing/the-list/list-entry/1234514)\n", - "\n", - "Two Temple Place. 2, Temple Place, London, WC2R 3BD. Listed on the National Heritage List for England. Search over \n", - "400,000 listed places ...\n", - "\n", - "6. [Where is King's College London, the UK on Map Lat Long \n", - "Coordinates](https://www.latlong.net/place/king-s-college-london-the-uk-32095.html)\n", - "\n", - "The latitude of King's College London, the UK is 51.511448, and the longitude is -0.116414. King's College London, \n", - "the UK is located at United Kingdom country ...\n", - "\n", - "7. [[PDF] Administrator at Two Temple Place Job \n", - "Description](https://twotempleplace.org/wp-content/uploads/2022/09/Administrator-2022_JD_Two-Temple-Place.pdf)\n", - "\n", - "Coordinate stakeholder and partner meetings, scheduling, collating papers and note- taking. •. Maintain photo and \n", - "press image archives and licensing data and ...\n", - "\n", - "8. [Gravity-defying Lego temple - The Lost \n", - "Coordinates](https://thelostcoordinates.com/2022/04/14/gravity-defying-lego-temple/)\n", - "Date published: Apr 14, 2022\n", - "\n", - "Kakanmath Temple looks like one of those lego movies coming alive, tetthering on shaky foundations, standing out \n", - "against its surrounding.\n", - "Could not find coordinates for Two Temple Place, London\n", - "Coordinates for Wollaton Hall, Nottingham: ## Search Results\n", - "0. [Wollaton Hall, Gardens and Deer Park - Latitude and Longitude \n", - "Finder](https://www.latlong.net/place/wollaton-hall-gardens-and-deer-park-33485.html)\n", - "\n", - "Latitude and longitude coordinates are: 52.951473, -1.208159. Wollaton Hall, Gardens and Deer Park is a \n", - "16th-century, Elizabethan mansion located at Wollaton ...\n", - "\n", - "1. [GPS coordinates of Wollaton Hall, United Kingdom. \n", - "Latitude](https://latitude.to/articles-by-country/gb/united-kingdom/7417/wollaton-hall)\n", - "\n", - "Wollaton Hall is an Elizabethan country house of the 1580s standing on a small but prominent hill in Wollaton Park,\n", - "Nottingham, England.\n", - "\n", - "2. [Wollaton Hall - Wikipedia](https://en.wikipedia.org/wiki/Wollaton_Hall)\n", - "\n", - "Coordinates, 52°56′53″N 1°12′35″W / 52.9480°N 1.2096°W ... Marshall, Pamela (1999), Wollaton Hall and the \n", - "Willoughby Family, Nottingham Civic Society .\n", - "\n", - "3. [Wollaton Hall, Gardens and Deer Park on the map, Nottingham ...](https://bb.2markers.com/1189598)\n", - "\n", - "Coordinates. Wollaton Hall, Gardens and Deer Park, United Kingdom coordinates in decimal format: latitude — \n", - "52.951458291765896, longitude — -1.20800177462696.\n", - "\n", - "4. [GPS coordinates of Nottingham, United Kingdom. \n", - "Latitude](https://latitude.to/map/gb/united-kingdom/cities/nottingham)\n", - "\n", - "GPS coordinates ... Wollaton Hall is an Elizabethan country house of the 1580s standing on a small but prominent \n", - "hill in Wollaton Park, Nottingham, England.\n", - "\n", - "5. [Wollaton Hall, Nottingham, City of Nottingham - British Listed \n", - "Buildings](https://britishlistedbuildings.co.uk/101255269-wollaton-hall-wollaton-west-ward/maps)\n", - "\n", - "Coordinates ; Latitude · 52.9479 / 52°56'52\"N ; Longitude · -1.2096 / 1°12'34\"W ; OS Eastings · 453202 ; OS \n", - "Northings · 339242 ; Mapcode National · GBR L8R.3D.\n", - "\n", - "6. [Wollaton Park - Wikipedia](https://en.wikipedia.org/wiki/Wollaton_Park)\n", - "\n", - "Wollaton, Nottinghamshire, England · Nottingham · 52°56′57″N 1°12′40″W / 52.949066°N 1.211007°W / 52.949066; \n", - "-1.211007 · 202 hectares (500 acres).\n", - "\n", - "7. [Wollaton Hall in Nottingham - \n", - "Streetmap](https://www.streetmap.co.uk/place/Wollaton_Hall_in_Nottingham_564725_440478.htm)\n", - "\n", - "... to tweet a link to this map on Twitter. Map key | Location is at 453614,339367 | Click here to convert \n", - "coordinates. | Click here to toggle map adverts. 1:5000 ...\n", - "\n", - "8. [Wollaton Hall, Gardens and Deer Park on the map, Nottingham ...](https://us.2markers.com/1189602)\n", - "\n", - "Coordinates. Wollaton Hall, Gardens and Deer Park, United Kingdom coordinates in decimal format: latitude — \n", - "52.94130278493441, longitude — -1.0916178746273522.\n", - "\n", - "9. [Nottingham's Palatial Natural History Museum - Atlas \n", - "Obscura](https://www.atlasobscura.com/places/wollaton-hall)\n", - "Date published: Jul 5, 2018\n", - "\n", - "Wollaton Hall. A striking 500-year-old mansion provides an unexpectedly sublime home for live deer and a menagerie \n", - "of exotic stuffed animals.\n", - "Coordinates for Knebworth House, Knebworth, Hertfordshire, England: ## Search Results\n", - "0. [GPS coordinates of Knebworth House, United Kingdom. \n", - "Latitude](https://latitude.to/articles-by-country/gb/united-kingdom/16017/knebworth-house)\n", - "\n", - "Knebworth House is a country house in the civil parish of Knebworth in Hertfordshire, England. Latitude: 51° 52' \n", - "22.08\" N Longitude: 0° 12' 53.28\" E\n", - "\n", - "1. [GPS coordinates of Knebworth, United Kingdom. \n", - "Latitude](https://latitude.to/map/gb/united-kingdom/cities/knebworth)\n", - "\n", - "Knebworth is a village and civil parish in the north of Hertfordshire, England, immediately south of Stevenage. The\n", - "civil parish covers an area between th…\n", - "\n", - "2. [Knebworth House, Knebworth, Hertfordshire, England - \n", - "Red1st](https://red1st.com/axholme/placesearch.php?psearch=Knebworth+House%2C+Knebworth%2C+Hertfordshire%2C+England\n", - "&tree=Axholme)\n", - "\n", - "Knebworth House, Knebworth, Hertfordshire, England: Red1st. ... To navigate, press the arrow keys. OpenStreetMap. \n", - "Latitude: 51.8655339, Longitude: -0.1829810.\n", - "\n", - "3. [Knebworth House - Museum Data](https://museweb.dcs.bbk.ac.uk/Museum/mm.hha.076)\n", - "\n", - "Accreditation, Unaccredited. Admin_hierarchy, /England/East of England (English Region)/Hertfordshire (English \n", - "County)/Stevenage (English District or ...\n", - "\n", - "4. [Knebworth House - Visit Herts](https://www.visitherts.co.uk/attractions/knebworth-house-15537/)\n", - "\n", - "... Knebworth House Knebworth Hertfordshire SG3 6PY. Contact. info@knebworthhouse.com 01438 812661. Links ... uk. \n", - "Our Destinations. Broxbourne Dacorum East ...\n", - "\n", - "5. [File:Knebworth House, Hertfordshire - geograph.org.uk - \n", - "2776278.jpg](https://commons.wikimedia.org/wiki/File:Knebworth_House,_Hertfordshire_-_geograph.org.uk_-_2776278.jpg\n", - ")\n", - "\n", - "English: Knebworth House, Hertfordshire Edit this at Structured Data on ... coordinates of depicted place. Edit. \n", - "51°52'20.3\"N, 0°12'53.6\"W. Mark as ...\n", - "\n", - "6. [Knebworth House - Wikipedia](https://en.wikipedia.org/wiki/Knebworth_House)\n", - "\n", - "Knebworth House is an English country house in the parish of Knebworth in Hertfordshire, England. It is a Grade II*\n", - "listed building.\n", - "\n", - "7. [Very Early Detailed Old Map of Knebworth House, Hertfordshire \n", - "...](https://www.archiuk.com/cgi-bin/get_victorian_old_maps_of_the_british_isles_ordnance_survey_1inch_1mile.pl?map\n", - "_location=&ngr=&search_location=Knebworth%20House,%20hertfordshire,%20,%20TL2220,%20TL%2022%2020&os_series=0&is_sub\n", - "=&pwd=freesearch@freesearch.com&latitude=51.865722&longitude=-0.231176&placename=Knebworth%20House&TownName=hertfor\n", - "dshire&county=&postcode=)\n", - "\n", - "Latitude: 51.865722 Longitude: -0.231176 NGR: ...\n", - "\n", - "8. [Knebworth House, Knebworth, England SG1 2AX, GB - \n", - "MapQuest](https://www.mapquest.com/gb/england/knebworth-house-525229229)\n", - "\n", - "This beautiful gothic mansion is situated 29 miles north of London with direct access from the A1(M) at Stevenage. \n", - "Knebworth offers a great day out for all the ...\n", - "\n", - "9. [Knebworth House - Wikidata](https://www.wikidata.org/wiki/Q19841)\n", - "\n", - "... house in Knebworth, Hertfordshire, England, UK. ... inferred from coordinate location · stated in · National \n", - "Heritage List for England · associated ...\n", - "Could not find coordinates for Knebworth House, Knebworth, Hertfordshire, England\n", - "Coordinates for Acton Lane Power Station, Acton Lane, Acton, London: ## Search Results\n", - "0. [Acton Lane Power Station - Wikidata](https://www.wikidata.org/wiki/Q4677677)\n", - "Date published: Aug 6, 2023\n", - "\n", - "Acton Lane Power Station. Former power station in England. In more ... coordinate location. +−. 1 km. 3000 ft. \n", - "Wikimedia maps | Map data ...\n", - "\n", - "1. [List of power stations in England - Wikipedia](https://en.wikipedia.org/wiki/List_of_power_stations_in_England)\n", - "\n", - "This is a list of current and former electricity-generating power stations in England. For lists in the rest of the\n", - "UK, including proposed stations, ...\n", - "\n", - "2. [Acton Lane Power Station | Xenopedia - Fandom](https://avp.fandom.com/wiki/Acton_Lane_Power_Station)\n", - "\n", - "Acton Lane Power Station was a coal-fired power station near Wembley in west London. The station was located to the\n", - "south of the Grand Union Canal.\n", - "\n", - "3. [epw056367 ENGLAND (1938). Acton Lane Power Station ...](https://www.britainfromabove.org.uk/en/image/epw056367)\n", - "\n", - "520914, 183138. Longitude / Latitude, -0.25652909322697, 51.533702734726 ... London Underground station. Report as \n", - "Inappropriate · MB, Saturday 6th of July ...\n", - "\n", - "4. [Acton Lane Power Station Bridge No 9B – Gazetteer - CanalplanAC](https://canalplan.uk/place/e6lt)\n", - "\n", - "Latitude: 51°32′1″N. Longitude: 0°15′28″W. Postal code: NW10 6PE ... [Acton Lane Power Station] Acton Lane Power \n", - "Station was a power station in London NW10.\n", - "\n", - "5. [Acton Lane Power Station Bridge No 9A – Gazetteer - CanalplanAC](https://canalplan.uk/place/e6ls)\n", - "\n", - "Latitude: 51°32′1″N. Longitude: 0°15′28″W. Postal code: NW10 6PE ... [Acton Lane Power Station] Acton Lane Power \n", - "Station was a power station in London NW10.\n", - "\n", - "6. [epw022715 ENGLAND (1928). Acton Lane Power Station, North \n", - "...](https://www.britainfromabove.org.uk/image/epw022715)\n", - "\n", - "Details ; District ; Country, ENGLAND ; Easting / Northing, 520994, 183054 ; Longitude / Latitude, \n", - "-0.25540501088718, 51.532930576019 ; National Grid Reference ...\n", - "\n", - "7. [GPS coordinates of Willesden railway station, United Kingdom \n", - "...](https://latitude.to/articles-by-country/gb/united-kingdom/220822/willesden-railway-station)\n", - "\n", - "GPS coordinates of Willesden railway station, United Kingdom. Latitude: 51.5353 Longitude: -0.2572.\n", - "Coordinates for Chicago: ## Search Results\n", - "0. [Where is Chicago, IL, USA on Map Lat Long Coordinates](https://www.latlong.net/place/chicago-il-usa-1855.html)\n", - "\n", - "Latitude and longitude coordinates are: 41.881832, -87.623177. Famous for its long history and special atmosphere, \n", - "Chicago is the largest city in Illinois and ...\n", - "\n", - "1. [Chicago, Illinois - OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Chicago,_Illinois)\n", - "Date published: Apr 30, 2023\n", - "\n", - "Chicago is a city in Illinois, United States at latitude 41°52′04.80″ North, longitude 87°39′54.00″ West.\n", - "\n", - "2. [South Chicago, Chicago, IL, USA - Latitude and Longitude \n", - "Finder](https://www.latlong.net/place/south-chicago-chicago-il-usa-25579.html)\n", - "\n", - "Latitude and longitude coordinates are: 41.739685, -87.554420. Previously known as Ainsworth, South Chicago is a \n", - "remote neighborhood of Chicago in Illinois, ...\n", - "\n", - "3. [GPS coordinates of Chicago, United States. Latitude](https://latitude.to/map/us/united-states/cities/chicago)\n", - "\n", - "GPS coordinates of Chicago, United States. Latitude: 41.8500 Longitude: -87.6501.\n", - "\n", - "4. [Chicago latitude longitude - LatitudeLongitude.org](https://latitudelongitude.org/us/chicago/)\n", - "\n", - "Latitude and longitude coordinates for Chicago, United States: Decimal lat-long coordinates are 41.85003, \n", - "-87.65005.\n", - "\n", - "5. [Chicago - Wikipedia](https://en.wikipedia.org/wiki/Chicago)\n", - "\n", - "Coordinates: 41°52′55″N 87°37′40″W / 41.88194°N 87.62778°W / 41.88194 ... Chicago is home to the Chicago Symphony\n", - "Orchestra and the Lyric Opera of Chicago ...\n", - "\n", - "6. [Latitude and Longitude of Chicago - GPS Coordinates](https://gps-coordinates.org/chicago-latitude.php)\n", - "\n", - "Want to know the latitude of Chicago? The following map shows the Chicago coordinates on and the lat long of \n", - "Chicago.\n", - "\n", - "7. [What are the longitude and latitude coordinates of Chicago, \n", - "Illinois?](https://www.quora.com/What-are-the-longitude-and-latitude-coordinates-of-Chicago-Illinois)\n", - "Date published: Aug 29, 2018\n", - "\n", - "N32° 22′ 15″ W112° 17′ 54″ If you see N/S or E/W you know which one is lat (N/S) and which is long (E/W). Also, the\n", - "marks tell you that you are ...\n", - "\n", - "8. [Coordinates Chicago-IL-USA with converter to all coordinate \n", - "systems](https://coordinates-converter.com/en/search/chicago-il-usa)\n", - "\n", - "North 47.018711° | East 12.34256° Input: The input of the latitude is a decimal number between -89.999999 and \n", - "89.999999.\n", - "\n", - "9. [Chicago United States Map Lat Long Coordinates - \n", - "Geloky](https://geloky.com/geocoding/place/Chicago+United+States)\n", - "\n", - "Coordinates of Chicago, Illinois place. Latitude: 41.883229 Longitude: -87.632398. See where Chicago, Illinois is \n", - "located on the map. Share this location with ...\n", - "Coordinates for Hong Kong: ## Search Results\n", - "0. [Where is Hong Kong City, Hong Kong on Map Lat Long \n", - "Coordinates](https://www.latlong.net/place/hong-kong-city-hong-kong-27242.html)\n", - "\n", - "The latitude of Hong Kong City, Hong Kong is 22.302711, and the longitude is 114.177216. Hong Kong City, Hong Kong \n", - "is located at Hong Kong country in the Cities ...\n", - "\n", - "1. [Map of Hong Kong - GPS Coordinates](https://www.gps-coordinates.net/map/country/HK)\n", - "\n", - "Map of Hong Kong · Country: Hong Kong. Latitude: 22.356514 | Longitude: 114.136253. Get Altitude.\n", - "\n", - "2. [Hong Kong latitude longitude - LatitudeLongitude.org](https://latitudelongitude.org/hk/hong-kong/)\n", - "\n", - "Latitude and longitude coordinates for Hong Kong, Hong Kong: Decimal lat-long coordinates are 22.28552, 114.15769.\n", - "\n", - "3. [Where is Victoria Harbour, Hong Kong on Map Lat Long \n", - "Coordinates](https://www.latlong.net/place/victoria-harbour-hong-kong-26577.html)\n", - "\n", - "The latitude of Victoria Harbour, Hong Kong is 22.293291, and the longitude is 114.161133. Victoria Harbour, Hong \n", - "Kong is located at Hong Kong country in the ...\n", - "\n", - "4. [GPS coordinates of Hong Kong. Latitude: 22.3701 Longitude](https://latitude.to/map/hk/hong-kong)\n", - "\n", - "Latitude and longitude of Hong Kong · Satellite map of Hong Kong. Hong Kong (香港; \"Fragrant Harbour\"), ...\n", - "\n", - "5. [Coordinates hong kong with converter to all coordinate \n", - "systems](https://coordinates-converter.com/en/search/Hong-Kong)\n", - "\n", - "The grid shong konguare determines the location in the zone and consists of the eastern value (A-Z without O and I)\n", - "and the northern value (A-V without O and I) ...\n", - "\n", - "6. [GPS coordinates for HongKong - \n", - "CoordinatesFinder.com](https://www.coordinatesmarker.com/coordinates/1659016-hongkong)\n", - "\n", - "GPS coordinates for HongKong · Latitude: 22.350627. Longitude: 114.1849161 · More coordinates for HongKong · Extra \n", - "information about HongKong · Distance from ...\n", - "\n", - "7. [Latitude and Longitude of Hong Kong - GPS Coordinates](https://gps-coordinates.org/hong-kong-latitude.php)\n", - "\n", - "Want to know the latitude of Hong Kong? The following map shows the Hong Kong coordinates on and the lat long of \n", - "Hong Kong.\n", - "\n", - "8. [Hong Kong Geographic coordinates - Latitude & longitude - \n", - "Geodatos](https://www.geodatos.net/en/coordinates/hong-kong)\n", - "\n", - "Hong Kong is located at latitude 22.396428 and longitude 114.109497. It is part of Asia and the northern \n", - "hemisphere.\n", - "Coordinates for Westwood, Los Angeles, CA: ## Search Results\n", - "0. [GPS coordinates of Westwood, Los Angeles, United States. \n", - "Latitude](https://latitude.to/articles-by-country/us/united-states/5470/westwood-los-angeles)\n", - "\n", - "GPS coordinates of Westwood, Los Angeles, United States. Latitude: 34.0561 Longitude: -118.4297.\n", - "\n", - "1. [Westwood, Los Angeles - Wikipedia](https://en.wikipedia.org/wiki/Westwood,_Los_Angeles)\n", - "\n", - "Westwood is located in Western Los Angeles. Westwood. Location within Western Los Angeles ; Coordinates: 34°03′22″N\n", - "118°25′47″W / 34.05611°N 118.42972°W / ...\n", - "\n", - "2. [Latitude and longitude of Westwood Village, Los \n", - "Angeles](https://latitude.to/articles-by-country/us/united-states/61275/westwood-village-los-angeles)\n", - "\n", - "Westwood Village is the main shopping and commercial center of the Westwood district in the City of Los Angeles, \n", - "California. Latitude: 34° 03' 13.20\" N\n", - "\n", - "3. [Westwood, Los Angeles, CA, USA - GEOCORDS](https://www.geocords.com/place/westwood-los-angeles-ca-usa-8063/)\n", - "Date published: Jun 11, 2024\n", - "\n", - "Westwood, Los Angeles, CA, USA. This location is searched/added by 2024-06-11 19:08:37. Latitude and longitude \n", - "coordinates: 34.0588075, ...\n", - "\n", - "4. [Westwood (GPS Coordinates, Nearby Cities & Power \n", - "Plants)](https://database.earth/countries/united-states/regions/california/cities/westwood)\n", - "\n", - "Westwood is a city in California, inUnited States. Westwood is located on the latitude of 34.05612 and longitude of\n", - "-118.43063.\n", - "\n", - "5. [Westwood - Maps - Apple](https://maps.apple.com/place?auid=4979338312984485206&lsp=9902)\n", - "\n", - "Westwood is a commercial and residential neighborhood in the northern central portion of the Westside region of Los\n", - "Angeles, California.\n", - "\n", - "6. [Westwood Topo Map CA, Los Angeles County (Beverly Hills \n", - "Area)](https://www.topozone.com/california/los-angeles-ca/city/westwood-4/)\n", - "\n", - "Westwood is displayed on the \"Beverly Hills\" USGS topo map. The latitude and longitude coordinates (GPS waypoint) \n", - "of Westwood are 34.0561207 (North), - ...\n", - "\n", - "7. [Westwood Village, California latitude/longitude - \n", - "Travelmath](https://www.travelmath.com/cities/Westwood+Village,+CA)\n", - "\n", - "34° 3' 34\" N / 118° 26' 39\" W ; cities near Westwood Village ; distance to Westwood Village ; 50 miles from \n", - "Westwood Village ; 100 miles from Westwood Village ...\n", - "\n", - "8. [Westwood, California - Wikipedia](https://en.wikipedia.org/wiki/Westwood,_California)\n", - "\n", - "Westwood, California ; Coordinates: 40°18′22″N 121°00′21″W / 40.30611°N 121.00583°W / 40.30611; -121.00583 ; \n", - "Coordinates: 40°18′22″N 121°00′21″W / 40.30611°N ...\n", - "\n", - "9. [Coordinates 501 westwood plaza, los angeles, ca 90095 with \n", - "...](https://coordinates-converter.com/en/search/501-westwood-plaza-los-angeles-ca-90095)\n", - "\n", - "N 34.068278 E -118.445239. Lat: ° (N) Watch your step! Since this converter calculates with negative north values \n", - "instead of positive south values, ...\n", - "Could not find coordinates for Westwood, Los Angeles, CA\n", - "Coordinates for Carnegie Mellon University, Pittsburgh, PA: ## Search Results\n", - "0. [Carnegie Mellon University, PA, USA - Latitude and Longitude \n", - "Finder](https://www.latlong.net/place/carnegie-mellon-university-pa-usa-32116.html)\n", - "\n", - "Latitude and longitude coordinates are: 40.443336, -79.944023. Founded by Andrew Carnegie as Carnegie Technical \n", - "Schools in 1900, and formerly known as Carnegie ...\n", - "\n", - "1. [Latitude and longitude of Carnegie Mellon \n", - "University](https://latitude.to/articles-by-country/us/united-states/721/carnegie-mellon-university)\n", - "\n", - "A private research university in Pittsburgh, Pennsylvania. Latitude: 40° 26' 35.96\" N Longitude: -79° 56' 36.90\" W\n", - "\n", - "2. [Carnegie Mellon University - Wikipedia](https://en.wikipedia.org/wiki/Carnegie_Mellon_University)\n", - "\n", - "The university has its main campus located 5 miles (8 km) from downtown Pittsburgh. It also has over a dozen \n", - "degree-granting locations in six continents, ...\n", - "\n", - "3. [Pittsburgh, PA: Maps and Images - CMU School of Computer \n", - "Science](http://www.cs.cmu.edu/afs/cs/user/fgcozman/www/Research/VIPER/Data/pgh-data.html)\n", - "\n", - "A GPS measurement indicated that the images were acquired at 40.474350 degrees North (latitude) and 79.965698 \n", - "degrees West (longitude). ... Carnegie Mellon ...\n", - "\n", - "4. [GPS coordinates of Carnegie, Pennsylvania, United States. \n", - "Latitude](https://latitude.to/map/us/united-states/cities/carnegie-pennsylvania)\n", - "\n", - "Carnegie (/ˈkɑːrnɪɡi/) is a borough in Allegheny County, Pennsylvania, United States, and is part of the Pittsburgh\n", - "Metro Area.…\n", - "\n", - "5. [GPS coordinates for Carnegie Mellon \n", - "University](https://www.coordinatesfinder.com/coordinates/125875-carnegie-mellon-university)\n", - "\n", - "GPS coordinates for Carnegie Mellon University · Latitude: 40.4428081. Longitude: -79.9430128 · More coordinates \n", - "for Carnegie Mellon University · Extra information ...\n", - "\n", - "6. [Eugene Fink's coordinates - Carnegie Mellon University](https://www.cs.cmu.edu/~eugene/coords.html)\n", - "\n", - "Eugene Fink's coordinates. E-mail: Hard mail: Language Technologies Institute Carnegie Mellon University 5000 \n", - "Forbes Avenue Pittsburgh, PA 15213, USA ...\n", - "\n", - "7. [Carnegie Mellon - College Tour Hub](https://www.collegetourhub.com/colleges/carnegie-mellon)\n", - "\n", - "5000 Forbes Avenue, Pittsburgh, PA, 15213, Pittsburgh, PA, 15213 · Carnegie Mellon University · Add Story · Add \n", - "Spot.\n", - "\n", - "8. [Get directions to/from Carnegie Mellon University Pittsburgh \n", - "Pa](https://www.get-direction.com/address-to-lat-long.html?place=Carnegie%20Mellon%20University%20Pittsburgh%20Pa)\n", - "\n", - "Get the GPS coordinates (latitude and longitude) of (Carnegie Mellon University Pittsburgh Pa) and get directions \n", - "to/from Carnegie Mellon University ...\n", - "\n", - "9. [Carnegie Mellon University: Homepage - CMU](https://www.cmu.edu/)\n", - "\n", - "CMU on Instagram. Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213 412-268-2000. Legal Info · \n", - "www.cmu.edu. © 2025 Carnegie Mellon University.\n", - "Coordinates for The Farmiloe Building, London: ## Search Results\n", - "0. [File:Farmiloe Building, \n", - "London-5755582447.jpg](https://commons.wikimedia.org/wiki/File:Farmiloe_Building,_London-5755582447.jpg)\n", - "\n", - "English: Interior of the Farmiloe Building, London. Date, 24 May 2011, 18:21 ... coordinates of the point of view. \n", - "Edit. 51°31'15.78\"N, 0°6'4.36\"W. Mark as ...\n", - "\n", - "1. [File:Clerkenwell, Former George Farmiloe building, St John Street \n", - "...](https://commons.wikimedia.org/wiki/File:Clerkenwell,_Former_George_Farmiloe_building,_St_John_Street,_EC1_-_ge\n", - "ograph.org.uk_-_756323.jpg)\n", - "Date published: Nov 8, 2024\n", - "\n", - "coordinates of depicted place. Edit. 51°31'16.0\"N, 0°6'3.6\"W. Mark as ... London Borough of Islington. Mark as \n", - "prominent. Add statement.\n", - "\n", - "2. [Batman Begins Locations - Latitude and Longitude \n", - "Finder](https://www.latlong.net/location/batman-begins-locations-1723)\n", - "\n", - "The exteriors of Gotham City Courthouse were filmed at Senate House in London, which was also used in The Dark \n", - "Knight Rises. ... Farmiloe Building, 51.520718, - ...\n", - "\n", - "3. [Farmiloe Building, St John Street, Clerkenwell - Geograph](https://www.geograph.org.uk/photo/2635080)\n", - "Date published: Oct 6, 2011\n", - "\n", - "TQ3181 : Farmiloe Building, St John Street, Clerkenwell · taken 13 years ago, near to City of London, The City of \n", - "London, England · Discussion on ...\n", - "\n", - "4. [The Dark Knight Locations - Latitude and Longitude \n", - "Finder](https://www.latlong.net/location/the-dark-knight-locations-118)\n", - "\n", - "Additional filming took place at Pinewood Studios and the Criterion Restaurant in Piccadilly Circus, London. ... \n", - "George Farmiloe Building (closed), 51.520584, - ...\n", - "\n", - "5. [The Farmiloe Building - London EC1M - \n", - "Buildington](https://www.buildington.co.uk/buildings/7426/london-ec1/34-36-st-john-street/the-farmiloe-building)\n", - "\n", - "34-36 St John Street, London EC1M 4AZ. County. Greater London. Country. England. Buildings. 1. Overview. The \n", - "Farmiloe Building on St John Street in Clerkenwell, ...\n", - "\n", - "6. [Clerkenwell: Former George Farmiloe... © Nigel Cox - Geograph](https://www.geograph.org.uk/photo/756323)\n", - "Date published: Apr 8, 2008\n", - "\n", - "TQ3181 : Clerkenwell: Former George Farmiloe building, St John Street, EC1. taken 17 years ago, near to City of \n", - "London, The City of London, ...\n", - "\n", - "7. [\"The Listeners Project\" film series pays homage to abandoned U.K. \n", - "...](https://www.cbsnews.com/news/the-listeners-project-film-series-pays-homage-to-abandoned-u-k-structures/)\n", - "Date published: Dec 12, 2015\n", - "\n", - "One location being filmed for \"The Listeners Project\" includes the cavernous halls of London's Farmiloe Building, \n", - "which has sat vacant for years ...\n", - "Could not find coordinates for The Farmiloe Building, London\n", - "Coordinates for Queensboro Bridge, New York City, NY: ## Search Results\n", - "0. [Queensboro Bridge - Wikipedia](https://en.wikipedia.org/wiki/Queensboro_Bridge)\n", - "\n", - "Completed in 1909, it connects the Long Island City neighborhood in the borough of Queens with the East Midtown and\n", - "Upper East Side neighborhoods in Manhattan, ...\n", - "\n", - "1. [GPS coordinates of Queensboro Bridge, United States. \n", - "Latitude](https://latitude.to/articles-by-country/us/united-states/5442/queensboro-bridge)\n", - "\n", - "Satellite map of Queensboro Bridge. The Queensboro Bridge, also known as the 59th Street Bridge – because its \n", - "Manhattan end is located between 59th and 60th ...\n", - "\n", - "2. [Queensboro Bridge - Simple English Wikipedia, the free \n", - "encyclopedia](https://simple.wikipedia.org/wiki/Queensboro_Bridge)\n", - "\n", - "Queensboro Bridge ; 40°45′25″N 73°57′18″W / 40.757°N 73.955°W / 40.757; -73.955 · 9 lanes (4 upper, 5 lower) of NY\n", - "25, and 1 lane for pedestrians/bicycles.\n", - "\n", - "3. [Bench Mark Sheet for 8518687, Queensboro Bridge \n", - "NY](https://tidesandcurrents.noaa.gov/benchmarks.html?id=8518687)\n", - "\n", - "Bench Mark Sheet for 8518687, Queensboro Bridge NY ... Bench mark positions only appear on the map if their \n", - "coordinates in the CO-OPS database are at the ...\n", - "\n", - "4. [Ed Koch Queensboro Bridge - Maps - \n", - "Apple](https://maps.apple.com/place?q=Ed%20Koch%20Queensboro%20Bridge&ll=40.7568637%2C-73.9544141&auid=723869314913\n", - "8031894&lsp=9902&address=New%20York%2C%20NY%2011101%2C%20United%20States)\n", - "\n", - "Completed in 1909, it connects the Long Island City neighborhood in the borough of Queens with the East Midtown and\n", - "Upper East Side neighborhoods in Manhattan, ...\n", - "\n", - "5. [Queensboro Bridge Facts for Kids](https://kids.kiddle.co/Queensboro_Bridge)\n", - "Date published: Nov 6, 2023\n", - "\n", - "Coordinates, 40°45′25″N 73°57′18″W / 40.757°N 73.955°W / 40.757; -73.955. Carries, 9 lanes (4 upper, 5 lower) of NY\n", - "25, and 1 lane for ...\n", - "\n", - "6. [Queens, New York City, NY, USA - Latitude and Longitude \n", - "Finder](https://www.latlong.net/place/queens-new-york-city-ny-usa-572.html)\n", - "\n", - "Latitude and longitude coordinates are: 40.742054, -73.769417. Queens is one of the principal boroughs of the city \n", - "of New York, located in the eastern part of ...\n", - "\n", - "7. [Queensboro Bridge Latitude - GPS Coordinates](https://www.gps-coordinates.org/queensboro-bridge-latitude.php)\n", - "\n", - "Want to know the latitude of Queensboro Bridge? The Queensboro Bridge map shows the Queensboro Bridge coordinates \n", - "on and the lat long of Queensboro Bridge.\n", - "\n", - "8. [59th Street Bridge, Ed Koch Queensboro Bridge, Blackwell's Island \n", - "...](https://historicbridges.org/bridges/browser/?bridgebrowser=newyork/queensborobridge/)\n", - "\n", - "Maps and Links: Queensboro Bridge. Coordinates (Latitude, Longitude): Copy Coordinates. Search For Additional \n", - "Bridge Listings: Bridgehunter.com ...\n", - "\n", - "9. [Queensboro Bridge - Wikiwand](https://www.wikiwand.com/en/articles/Queensboro_Bridge)\n", - "\n", - "The Queensboro Bridge carries New York State Route 25 (NY 25), which terminates at the bridge's western end in \n", - "Manhattan. The bridge has two levels: an ...\n", - "Coordinates for Wall Street, New York City, NY: ## Search Results\n", - "0. [GPS coordinates of Wall Street, United States. \n", - "Latitude](https://latitude.to/articles-by-country/us/united-states/643/wall-street)\n", - "\n", - "GPS coordinates of Wall Street, United States. Latitude: 40.7038 Longitude: -74.0057.\n", - "\n", - "1. [Manhattan, New York City, NY, USA - Latitude and Longitude \n", - "Finder](https://www.latlong.net/place/manhattan-new-york-city-ny-usa-31886.html)\n", - "\n", - "Latitude and longitude coordinates are: 40.776676, -73.971321. Manhattan is a borough of New York City, in \n", - "southeastern New York, United States. It is the most ...\n", - "\n", - "2. [GPS coordinates for 77 Wall Street, NYC - \n", - "CoordinatesFinder.com](https://www.coordinatesmarker.com/coordinates/1329533-77-wall-street-nyc)\n", - "\n", - "GPS coordinates for 77 Wall Street, NYC. Latitude: 40.7053814444444. Longitude: -74.0078615555556.\n", - "\n", - "3. [GPS coordinates of 1 Wall Street, United States. \n", - "Latitude](https://latitude.to/articles-by-country/us/united-states/20766/1-wall-street)\n", - "\n", - "GPS coordinates of 1 Wall Street, United States. Latitude: 40.7043 Longitude: -74.0070.\n", - "\n", - "4. [48 Wall Street - Wikipedia](https://en.wikipedia.org/wiki/48_Wall_Street)\n", - "\n", - "48 Wall Street, Manhattan, New York, U.S.. Coordinates, 40°42′23″N 74°00′33″W ...\n", - "\n", - "5. [120 Wall Street - Wikipedia](https://en.wikipedia.org/wiki/120_Wall_Street)\n", - "\n", - "120 Wall Street · New York City · United States · 40°42′18″N 74°00′22″W / 40.705°N 74.006°W / 40.705; -74.006.\n", - "\n", - "6. [GPS coordinates for wall street - \n", - "CoordinatesFinder.com](https://www.coordinatesfinder.com/coordinates/96951-wall-street)\n", - "\n", - "Latitude: 40.7061927. Longitude: -74.0091604 · More coordinates for wall street · Extra information about wall \n", - "street · Distance from wall street to big cities.\n", - "\n", - "7. [Coordinates Wall-Street-New-York-City-New-York-USA with \n", - "...](https://coordinates-converter.com/en/search/wall-street-new-york-city-new-york-usa)\n", - "\n", - "N 40.706014 E -74.008821. Lat: ° (N) Watch your step! Since this converter calculates with negative north values \n", - "instead of positive south values, ...\n", - "\n", - "8. [GPS coordinates for Andaz Wall Street - \n", - "CoordinatesFinder.com](https://www.coordinatesfinder.com/coordinates/5146-andaz-wall-street)\n", - "\n", - "GPS coordinates for Andaz Wall Street. Latitude: 40.7051609. Longitude: -74.008124.\n", - "Coordinates for Mehrangarh Fort, Jodhpur, Rajasthan, India: ## Search Results\n", - "0. [Mehrangarh - Wikipedia](https://en.wikipedia.org/wiki/Mehrangarh)\n", - "\n", - "Mehrangarh is a historic fort located in Jodhpur, Rajasthan, India. It ... Show map of Rajasthan Show map of India \n", - "Show all. Coordinates, 26°17′53″N 73 ...\n", - "\n", - "1. [Mehrangarh Fort - Atlas Obscura](https://www.atlasobscura.com/places/mehrangarh-fort)\n", - "Date published: Jul 30, 2018\n", - "\n", - "One of the best-preserved and largest forts in India, the Mehrangarh Fort towers 400 feet above the city of \n", - "Jodhpur. Founded in 1459 by Rajput leader Rao Jodha.\n", - "\n", - "2. [Where is Jodhpur, Rajasthan, India on Map Lat Long \n", - "Coordinates](https://www.latlong.net/place/jodhpur-rajasthan-india-2597.html)\n", - "\n", - "The latitude of Jodhpur, Rajasthan, India is 26.263863, and the longitude is 73.008957. Jodhpur, Rajasthan, India \n", - "is located at India country in the Cities ...\n", - "\n", - "3. [Mehrangarh Fort, India - Locationscout](https://www.locationscout.net/india/27973-mehrangarh-fort)\n", - "\n", - "Locations Rajasthan Jodhpur. Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun \n", - "directions, and the map for this photo spot. Or ...\n", - "\n", - "4. [Mehrangarh Fort - Peakbagger.com](https://www.peakbagger.com/peak.aspx?pid=-68704)\n", - "\n", - "311 meters, 1020 feet ; Latitude/Longitude (WGS84), 26° 17' 53'' N, 73° 1' 6'' E · 26.298074, 73.018407 (Dec Deg) ;\n", - "Country, India ; State/Province, Rajasthan.\n", - "\n", - "5. [Mehrangarh Fort - Wikimedia Commons](https://commons.wikimedia.org/wiki/Mehrangarh_Fort)\n", - "Date published: Aug 26, 2024\n", - "\n", - "Mehrangarh Fort ; official website ; +−. 300 m. 1000 ft. Wikimedia maps | Map data © OpenStreetMap contributors · \n", - "26° 17′ 53″ N, 73° 01′ 08″ E ...\n", - "\n", - "6. [Jodhpur Mehrangarh Fort, India - \n", - "Locationscout](https://www.locationscout.net/india/29361-jodhpur-mehrangarh-fort)\n", - "\n", - "Locations Rajasthan Jodhpur. Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun \n", - "directions, and the map for this photo spot. Or ...\n", - "\n", - "7. [Jodhpur - Wikipedia](https://en.wikipedia.org/wiki/Jodhpur)\n", - "\n", - "The old city circles the Mehrangarh Fort and is bounded by a wall with several gates. Jodhpur lies near the \n", - "geographic centre of the Rajasthan state, which ...\n", - "\n", - "8. [Mehrangarh Fort – Jodhpur, India - Mark And Chuck's \n", - "Adventures](https://markandchucksadventures.com/2020/08/06/mehrangarh-fort-jodhpur-india/)\n", - "Date published: Aug 6, 2020\n", - "\n", - "Mehrangarh Fort: P.B # 165, The Fort, Jodhpur 342006, Rajasthan, India. Costs: International Visitor Rs. 600 (about\n", - "$8.00 US).\n", - "\n", - "9. [Mehrangarh Fort, Jodhpur, Rajasthan - Timings, Entry Fee, Location \n", - "...](https://www.mapsofindia.com/maps/rajasthan/tourism/mehrangarh-fort.html)\n", - "Date published: Sep 29, 2016\n", - "\n", - "The Mehrangarh Fort, one of the colossal and majestic forts of India is located atop a 150 m elevated hill lying at\n", - "a distance of 5km from Jodhpur.\n", - "Coordinates for Turda Gorge, Turda, Romania: ## Search Results\n", - "0. [GPS coordinates of Turda, Romania. Latitude: 46.5667 \n", - "Longitude](https://latitude.to/map/ro/romania/cities/turda)\n", - "\n", - "Turda is a city and Municipality in Cluj County, Romania, situated on the Arieş River. Population: 54,586. \n", - "Latitude: 46° 34' 0.01\" N\n", - "\n", - "1. [GPS coordinates of Turda Gorge, Romania. \n", - "Latitude](https://latitude.to/articles-by-country/ro/romania/79165/turda-gorge)\n", - "\n", - "Turda Gorge (Cheile Turzii in Romanian) is a natural reserve (on Hășdate River) situated 6 km west of Turda and \n", - "about 15 km south-east of Cluj-Napoca, ...\n", - "\n", - "2. [Gorges of Turda, Romania - Locationscout](https://www.locationscout.net/romania/5953-gorges-of-turda)\n", - "\n", - "Turda Gorge (Cheile Turzii in Romanian) is a natural reserve (on Hășdate River) situated 6 km west of Turda and \n", - "about 15 km southeast of Cluj-Napoca, in ...\n", - "\n", - "3. [Turda Gorge, Romania - Locationscout](https://www.locationscout.net/romania/15712-turda-gorge)\n", - "\n", - "Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun directions, and the map for this \n", - "photo spot. Or simply bookmark it along with ...\n", - "\n", - "4. [Turda Gorges - Cross viewpoint - \n", - "Outdooractive](https://www.outdooractive.com/mobile/en/poi/transylvania/turda-gorges-cross-viewpoint/804539155/)\n", - "\n", - "Coordinates. DD. 46.566171, 23.679013. DMS. 46°33 ... Excursions and leisure tips for the region. Points Romania \n", - "Transylvania Turda Gorges - Cross viewpoint.\n", - "\n", - "5. [Turda Gorge - Wikipedia](https://en.wikipedia.org/wiki/Turda_Gorge)\n", - "\n", - "Turda Gorge is a natural reserve (on Hășdate River) situated 6 km west of Turda and about 15 km south-east of \n", - "Cluj-Napoca, in Transylvania, Romania.\n", + " Location \\\n", + "0 Necropolis Cemetery, Glasgow, Scotland, UK \n", + "1 St. George's Hall, Liverpool, England, UK \n", + "2 Two Temple Place, London, England, UK \n", + "3 Wollaton Hall, Nottingham, England, UK \n", + "4 Knebworth House, Knebworth, Hertfordshire, Eng... \n", + "5 Acton Lane Power Station, Acton Lane, Acton, E... \n", + "6 Queensboro Bridge, New York City, USA \n", + "7 Wall Street, New York City, USA \n", + "8 Mehrangarh Fort, Jodhpur, Rajasthan, India \n", + "9 Turda Gorge, Turda, Romania \n", + "10 Chicago, USA \n", + "11 Hong Kong, China \n", + "12 Cardington Studios, Northamptonshire, England, UK \n", + "13 Warner Bros. Leavesden Studios, Hertfordshire,... \n", + "14 Westwood, Los Angeles, CA, USA \n", + "15 Woking, UK (McLaren) \n", + "\n", + " Travel Time to Gotham (hours) \n", + "0 8.60 \n", + "1 8.81 \n", + "2 9.17 \n", + "3 9.00 \n", + "4 9.15 \n", + "5 9.16 \n", + "6 1.01 \n", + "7 1.00 \n", + "8 18.34 \n", + "9 11.89 \n", + "10 2.68 \n", + "11 19.99 \n", + "12 9.10 \n", + "13 9.13 \n", + "14 6.79 \n", + "15 9.13 \n", + "\n", + "\u001b[1;38;2;212;183;2mOut - Final answer: Location \\\u001b[0m\n", + "\u001b[1;38;2;212;183;2m0 Necropolis Cemetery, Glasgow, Scotland, UK \u001b[0m\n", + "\u001b[1;38;2;212;183;2m1 St. George's Hall, Liverpool, England, UK \u001b[0m\n", + "\u001b[1;38;2;212;183;2m2 Two Temple Place, London, England, UK \u001b[0m\n", + "\u001b[1;38;2;212;183;2m3 Wollaton Hall, Nottingham, England, UK \u001b[0m\n", + "\u001b[1;38;2;212;183;2m4 Knebworth House, Knebworth, Hertfordshire, Eng... \u001b[0m\n", + "\u001b[1;38;2;212;183;2m5 Acton Lane Power Station, Acton Lane, Acton, E... \u001b[0m\n", + "\u001b[1;38;2;212;183;2m6 Queensboro Bridge, New York City, USA \u001b[0m\n", + "\u001b[1;38;2;212;183;2m7 Wall Street, New York City, USA \u001b[0m\n", + "\u001b[1;38;2;212;183;2m8 Mehrangarh Fort, Jodhpur, Rajasthan, India \u001b[0m\n", + "\u001b[1;38;2;212;183;2m9 Turda Gorge, Turda, Romania \u001b[0m\n", + "\u001b[1;38;2;212;183;2m10 Chicago, USA \u001b[0m\n", + "\u001b[1;38;2;212;183;2m11 Hong Kong, China \u001b[0m\n", + "\u001b[1;38;2;212;183;2m12 Cardington Studios, Northamptonshire, England, UK \u001b[0m\n", + "\u001b[1;38;2;212;183;2m13 Warner Bros. Leavesden Studios, Hertfordshire,... \u001b[0m\n", + "\u001b[1;38;2;212;183;2m14 Westwood, Los Angeles, CA, USA \u001b[0m\n", + "\u001b[1;38;2;212;183;2m15 Woking, UK (McLaren) \u001b[0m\n", + "\n", + "\u001b[1;38;2;212;183;2m Travel Time to Gotham (hours) \u001b[0m\n", + "\u001b[1;38;2;212;183;2m0 8.60 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m1 8.81 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m2 9.17 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m3 9.00 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m4 9.15 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m5 9.16 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m6 1.01 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m7 1.00 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m8 18.34 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m9 11.89 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m10 2.68 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m11 19.99 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m12 9.10 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m13 9.13 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m14 6.79 \u001b[0m\n", + "\u001b[1;38;2;212;183;2m15 9.13 \u001b[0m\n" + ], + "text/html": [ + "
Execution logs:\n",
+              "                                             Location  \\\n",
+              "0          Necropolis Cemetery, Glasgow, Scotland, UK   \n",
+              "1           St. George's Hall, Liverpool, England, UK   \n",
+              "2               Two Temple Place, London, England, UK   \n",
+              "3              Wollaton Hall, Nottingham, England, UK   \n",
+              "4   Knebworth House, Knebworth, Hertfordshire, Eng...   \n",
+              "5   Acton Lane Power Station, Acton Lane, Acton, E...   \n",
+              "6               Queensboro Bridge, New York City, USA   \n",
+              "7                     Wall Street, New York City, USA   \n",
+              "8          Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
+              "9                         Turda Gorge, Turda, Romania   \n",
+              "10                                       Chicago, USA   \n",
+              "11                                   Hong Kong, China   \n",
+              "12  Cardington Studios, Northamptonshire, England, UK   \n",
+              "13  Warner Bros. Leavesden Studios, Hertfordshire,...   \n",
+              "14                     Westwood, Los Angeles, CA, USA   \n",
+              "15                               Woking, UK (McLaren)   \n",
+              "\n",
+              "    Travel Time to Gotham (hours)  \n",
+              "0                            8.60  \n",
+              "1                            8.81  \n",
+              "2                            9.17  \n",
+              "3                            9.00  \n",
+              "4                            9.15  \n",
+              "5                            9.16  \n",
+              "6                            1.01  \n",
+              "7                            1.00  \n",
+              "8                           18.34  \n",
+              "9                           11.89  \n",
+              "10                           2.68  \n",
+              "11                          19.99  \n",
+              "12                           9.10  \n",
+              "13                           9.13  \n",
+              "14                           6.79  \n",
+              "15                           9.13  \n",
+              "\n",
+              "Out - Final answer:                                              Location  \\\n",
+              "0          Necropolis Cemetery, Glasgow, Scotland, UK   \n",
+              "1           St. George's Hall, Liverpool, England, UK   \n",
+              "2               Two Temple Place, London, England, UK   \n",
+              "3              Wollaton Hall, Nottingham, England, UK   \n",
+              "4   Knebworth House, Knebworth, Hertfordshire, Eng...   \n",
+              "5   Acton Lane Power Station, Acton Lane, Acton, E...   \n",
+              "6               Queensboro Bridge, New York City, USA   \n",
+              "7                     Wall Street, New York City, USA   \n",
+              "8          Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
+              "9                         Turda Gorge, Turda, Romania   \n",
+              "10                                       Chicago, USA   \n",
+              "11                                   Hong Kong, China   \n",
+              "12  Cardington Studios, Northamptonshire, England, UK   \n",
+              "13  Warner Bros. Leavesden Studios, Hertfordshire,...   \n",
+              "14                     Westwood, Los Angeles, CA, USA   \n",
+              "15                               Woking, UK (McLaren)   \n",
+              "\n",
+              "    Travel Time to Gotham (hours)  \n",
+              "0                            8.60  \n",
+              "1                            8.81  \n",
+              "2                            9.17  \n",
+              "3                            9.00  \n",
+              "4                            9.15  \n",
+              "5                            9.16  \n",
+              "6                            1.01  \n",
+              "7                            1.00  \n",
+              "8                           18.34  \n",
+              "9                           11.89  \n",
+              "10                           2.68  \n",
+              "11                          19.99  \n",
+              "12                           9.10  \n",
+              "13                           9.13  \n",
+              "14                           6.79  \n",
+              "15                           9.13  \n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[2m[Step 2: Duration 14.67 seconds| Input tokens: 12,077 | Output tokens: 2,438]\u001b[0m\n" + ], + "text/html": [ + "
[Step 2: Duration 14.67 seconds| Input tokens: 12,077 | Output tokens: 2,438]\n",
+              "
\n" + ] + }, + "metadata": {} + } + ], + "source": [ + "result = agent.run(task)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "id": "NlgnI2GnavwT", + "outputId": "2bb30112-f069-4bfe-9155-bcf9216b04a8", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 551 + } + }, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " Location \\\n", + "0 Necropolis Cemetery, Glasgow, Scotland, UK \n", + "1 St. George's Hall, Liverpool, England, UK \n", + "2 Two Temple Place, London, England, UK \n", + "3 Wollaton Hall, Nottingham, England, UK \n", + "4 Knebworth House, Knebworth, Hertfordshire, Eng... \n", + "5 Acton Lane Power Station, Acton Lane, Acton, E... \n", + "6 Queensboro Bridge, New York City, USA \n", + "7 Wall Street, New York City, USA \n", + "8 Mehrangarh Fort, Jodhpur, Rajasthan, India \n", + "9 Turda Gorge, Turda, Romania \n", + "10 Chicago, USA \n", + "11 Hong Kong, China \n", + "12 Cardington Studios, Northamptonshire, England, UK \n", + "13 Warner Bros. Leavesden Studios, Hertfordshire,... \n", + "14 Westwood, Los Angeles, CA, USA \n", + "15 Woking, UK (McLaren) \n", + "\n", + " Travel Time to Gotham (hours) \n", + "0 8.60 \n", + "1 8.81 \n", + "2 9.17 \n", + "3 9.00 \n", + "4 9.15 \n", + "5 9.16 \n", + "6 1.01 \n", + "7 1.00 \n", + "8 18.34 \n", + "9 11.89 \n", + "10 2.68 \n", + "11 19.99 \n", + "12 9.10 \n", + "13 9.13 \n", + "14 6.79 \n", + "15 9.13 " + ], + "text/html": [ "\n", - "6. [Maps, Weather, and Airports for Turda, Romania - Falling \n", - "Rain](https://www.fallingrain.com/world/RO/13/Turda.html)\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
LocationTravel Time to Gotham (hours)
0Necropolis Cemetery, Glasgow, Scotland, UK8.60
1St. George's Hall, Liverpool, England, UK8.81
2Two Temple Place, London, England, UK9.17
3Wollaton Hall, Nottingham, England, UK9.00
4Knebworth House, Knebworth, Hertfordshire, Eng...9.15
5Acton Lane Power Station, Acton Lane, Acton, E...9.16
6Queensboro Bridge, New York City, USA1.01
7Wall Street, New York City, USA1.00
8Mehrangarh Fort, Jodhpur, Rajasthan, India18.34
9Turda Gorge, Turda, Romania11.89
10Chicago, USA2.68
11Hong Kong, China19.99
12Cardington Studios, Northamptonshire, England, UK9.10
13Warner Bros. Leavesden Studios, Hertfordshire,...9.13
14Westwood, Los Angeles, CA, USA6.79
15Woking, UK (McLaren)9.13
\n", + "
\n", + "
\n", + "\n", + "
\n", + " \n", + "\n", + " \n", + "\n", + " \n", + "
\n", + "\n", + "\n", + "
\n", + " \n", + "\n", + "\n", "\n", - "Out: None\n" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/html": [ - "
[Step 2: Duration 17.78 seconds| Input tokens: 5,719 | Output tokens: 489]\n",
-              "
\n" + " \n", + "
\n", + "\n", + "
\n", + " \n", + " \n", + " \n", + "
\n", + "\n", + "
\n", + "
\n" ], - "text/plain": [ - "\u001b[2m[Step 2: Duration 17.78 seconds| Input tokens: 5,719 | Output tokens: 489]\u001b[0m\n" - ] + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "dataframe", + "variable_name": "result", + "summary": "{\n \"name\": \"result\",\n \"rows\": 16,\n \"fields\": [\n {\n \"column\": \"Location\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 16,\n \"samples\": [\n \"Necropolis Cemetery, Glasgow, Scotland, UK\",\n \"St. George's Hall, Liverpool, England, UK\",\n \"Acton Lane Power Station, Acton Lane, Acton, England, UK\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Travel Time to Gotham (hours)\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 5.094326214852494,\n \"min\": 1.0,\n \"max\": 19.99,\n \"num_unique_values\": 15,\n \"samples\": [\n 11.89,\n 19.99,\n 8.6\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" + } }, "metadata": {}, - "output_type": "display_data" + "execution_count": 15 + } + ], + "source": [ + "result" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "17_UNQk2avwU" + }, + "source": [ + "We could already improve this a bit by throwing in some dedicated planning steps, and adding more prompting." + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "id": "lzjuyPydavwU", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 1000 }, + "outputId": "55f17151-ffcd-46e0-e04d-39c59065c454" + }, + "outputs": [ { + "output_type": "display_data", "data": { - "text/html": [ - "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
-              "
\n" - ], "text/plain": [ - "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m3\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { + "\u001b[38;2;212;183;2m╭─\u001b[0m\u001b[38;2;212;183;2m───────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m \u001b[0m\u001b[1;38;2;212;183;2mNew run\u001b[0m\u001b[38;2;212;183;2m \u001b[0m\u001b[38;2;212;183;2m───────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m─╮\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mYou're an expert analyst. You make comprehensive reports after visiting many websites.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mDon't hesitate to search for many queries at once in a for loop.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mFor each data point that you find, visit the source url to confirm numbers.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mFind all Batman filming locations in the world, calculate the time to transfer via cargo plane to here (we're \u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1min Gotham, 40.7128° N, 74.0060° W), and return them to me as a pandas dataframe.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[1mAlso give me some supercar factories with the same cargo plane transfer time.\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m│\u001b[0m \u001b[38;2;212;183;2m│\u001b[0m\n", + "\u001b[38;2;212;183;2m╰─\u001b[0m\u001b[38;2;212;183;2m HfApiModel - Qwen/Qwen2.5-Coder-32B-Instruct \u001b[0m\u001b[38;2;212;183;2m─────────────────────────────────────────────────────────────────\u001b[0m\u001b[38;2;212;183;2m─╯\u001b[0m\n" + ], "text/html": [ - "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
-              "  gotham_coords = (40.7128, -74.0060)                                                                              \n",
-              "                                                                                                                   \n",
-              "  batman_travel_times = {}                                                                                         \n",
-              "                                                                                                                   \n",
-              "  for location, coords in coordinates.items():                                                                     \n",
-              "      travel_time = calculate_cargo_travel_time(origin_coords=coords, destination_coords=gotham_coords)            \n",
-              "      batman_travel_times[location] = travel_time                                                                  \n",
-              "      print(f\"Travel time from {location} to Gotham: {travel_time} hours\")                                         \n",
-              "                                                                                                                   \n",
-              "  print(batman_travel_times)                                                                                       \n",
-              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
+              "
╭──────────────────────────────────────────────────── New run ────────────────────────────────────────────────────╮\n",
+              "                                                                                                                 \n",
+              " You're an expert analyst. You make comprehensive reports after visiting many websites.                          \n",
+              " Don't hesitate to search for many queries at once in a for loop.                                                \n",
+              " For each data point that you find, visit the source url to confirm numbers.                                     \n",
+              "                                                                                                                 \n",
+              " Find all Batman filming locations in the world, calculate the time to transfer via cargo plane to here (we're   \n",
+              " in Gotham, 40.7128° N, 74.0060° W), and return them to me as a pandas dataframe.                                \n",
+              " Also give me some supercar factories with the same cargo plane transfer time.                                   \n",
+              "                                                                                                                 \n",
+              "╰─ HfApiModel - Qwen/Qwen2.5-Coder-32B-Instruct ──────────────────────────────────────────────────────────────────╯\n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m40.7128\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m74.0060\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_cargo_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel time from \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m to Gotham: \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m hours\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { - "text/html": [ - "
Execution logs:\n",
-              "Travel time from St. George's Hall, Liverpool to Gotham: 8.81 hours\n",
-              "Travel time from Wollaton Hall, Nottingham to Gotham: 9.0 hours\n",
-              "Travel time from Acton Lane Power Station, Acton Lane, Acton, London to Gotham: 19.91 hours\n",
-              "Travel time from Chicago to Gotham: 2.68 hours\n",
-              "Travel time from Hong Kong to Gotham: 20.01 hours\n",
-              "Travel time from Carnegie Mellon University, Pittsburgh, PA to Gotham: 1.74 hours\n",
-              "Travel time from Queensboro Bridge, New York City, NY to Gotham: 1.03 hours\n",
-              "Travel time from Wall Street, New York City, NY to Gotham: 1.01 hours\n",
-              "Travel time from Mehrangarh Fort, Jodhpur, Rajasthan, India to Gotham: 18.34 hours\n",
-              "Travel time from Turda Gorge, Turda, Romania to Gotham: 11.79 hours\n",
-              "{\"St. George's Hall, Liverpool\": 8.81, 'Wollaton Hall, Nottingham': 9.0, 'Acton Lane Power Station, Acton Lane, \n",
-              "Acton, London': 19.91, 'Chicago': 2.68, 'Hong Kong': 20.01, 'Carnegie Mellon University, Pittsburgh, PA': 1.74, \n",
-              "'Queensboro Bridge, New York City, NY': 1.03, 'Wall Street, New York City, NY': 1.01, 'Mehrangarh Fort, Jodhpur, \n",
-              "Rajasthan, India': 18.34, 'Turda Gorge, Turda, Romania': 11.79}\n",
+            "text/plain": [
+              "────────────────────────────────────────────────── \u001b[1mInitial plan\u001b[0m ───────────────────────────────────────────────────\n",
+              "Here is the plan of action that I will follow to solve the task:\n",
+              "                ```\n",
+              "                1. Perform a web search to find a comprehensive list of Batman filming locations worldwide.\n",
+              "2. For each filming location, visit the source URL to confirm the coordinates.\n",
+              "3. Calculate the cargo plane transfer time from each filming location to Gotham.\n",
+              "4. Perform a web search to find a comprehensive list of supercar factories worldwide.\n",
+              "5. For each supercar factory, visit the source URL to confirm the coordinates.\n",
+              "6. Calculate the cargo plane transfer time from each supercar factory to Gotham.\n",
+              "7. Filter both lists to include only locations with the same cargo plane transfer time.\n",
+              "8. Organize the filtered locations and their details into a pandas dataframe.\n",
+              "9. Provide the final answer as the pandas dataframe.\n",
               "\n",
-              "Out: None\n",
-              "
\n" + "\n", + " ```\n" ], - "text/plain": [ - "\u001b[1mExecution logs:\u001b[0m\n", - "Travel time from St. George's Hall, Liverpool to Gotham: 8.81 hours\n", - "Travel time from Wollaton Hall, Nottingham to Gotham: 9.0 hours\n", - "Travel time from Acton Lane Power Station, Acton Lane, Acton, London to Gotham: 19.91 hours\n", - "Travel time from Chicago to Gotham: 2.68 hours\n", - "Travel time from Hong Kong to Gotham: 20.01 hours\n", - "Travel time from Carnegie Mellon University, Pittsburgh, PA to Gotham: 1.74 hours\n", - "Travel time from Queensboro Bridge, New York City, NY to Gotham: 1.03 hours\n", - "Travel time from Wall Street, New York City, NY to Gotham: 1.01 hours\n", - "Travel time from Mehrangarh Fort, Jodhpur, Rajasthan, India to Gotham: 18.34 hours\n", - "Travel time from Turda Gorge, Turda, Romania to Gotham: 11.79 hours\n", - "{\"St. George's Hall, Liverpool\": 8.81, 'Wollaton Hall, Nottingham': 9.0, 'Acton Lane Power Station, Acton Lane, \n", - "Acton, London': 19.91, 'Chicago': 2.68, 'Hong Kong': 20.01, 'Carnegie Mellon University, Pittsburgh, PA': 1.74, \n", - "'Queensboro Bridge, New York City, NY': 1.03, 'Wall Street, New York City, NY': 1.01, 'Mehrangarh Fort, Jodhpur, \n", - "Rajasthan, India': 18.34, 'Turda Gorge, Turda, Romania': 11.79}\n", + "text/html": [ + "
────────────────────────────────────────────────── Initial plan ───────────────────────────────────────────────────\n",
+              "Here is the plan of action that I will follow to solve the task:\n",
+              "                ```\n",
+              "                1. Perform a web search to find a comprehensive list of Batman filming locations worldwide.\n",
+              "2. For each filming location, visit the source URL to confirm the coordinates.\n",
+              "3. Calculate the cargo plane transfer time from each filming location to Gotham.\n",
+              "4. Perform a web search to find a comprehensive list of supercar factories worldwide.\n",
+              "5. For each supercar factory, visit the source URL to confirm the coordinates.\n",
+              "6. Calculate the cargo plane transfer time from each supercar factory to Gotham.\n",
+              "7. Filter both lists to include only locations with the same cargo plane transfer time.\n",
+              "8. Organize the filtered locations and their details into a pandas dataframe.\n",
+              "9. Provide the final answer as the pandas dataframe.\n",
               "\n",
-              "Out: None\n"
+              "\n",
+              "                ```\n",
+              "
\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m1\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], "text/html": [ - "
[Step 3: Duration 6.15 seconds| Input tokens: 22,096 | Output tokens: 820]\n",
+              "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
               "
\n" - ], - "text/plain": [ - "\u001b[2m[Step 3: Duration 6.15 seconds| Input tokens: 22,096 | Output tokens: 820]\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mThought\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mI\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mwill\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mperform\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34ma\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msearch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mto\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfind\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34ma\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcomprehensive\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlist\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mof\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mBatman\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfilming\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mworldwide\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mCode\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], "text/html": [ - "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
+              "  Thought: I will perform a web search to find a comprehensive list of Batman filming locations worldwide.         \n",
+              "  Code:                                                                                                            \n",
+              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
               "
\n" - ], - "text/plain": [ - "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m4\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[1mExecution logs:\u001b[0m\n", + " Location \\\n", + "0 Necropolis Cemetery, Glasgow, Scotland, UK \n", + "1 St. George's Hall, Liverpool, England, UK \n", + "2 Two Temple Place, London, England, UK \n", + "3 Wollaton Hall, Nottingham, England, UK \n", + "4 Knebworth House, Knebworth, Hertfordshire, Eng... \n", + "5 Acton Lane Power Station, Acton Lane, Acton, E... \n", + "6 Queensboro Bridge, New York City, USA \n", + "7 Wall Street, New York City, USA \n", + "8 Mehrangarh Fort, Jodhpur, Rajasthan, India \n", + "9 Turda Gorge, Turda, Romania \n", + "10 Chicago, USA \n", + "11 Hong Kong, China \n", + "12 Cardington Studios, Northamptonshire, England, UK \n", + "13 Warner Bros. Leavesden Studios, Hertfordshire,... \n", + "14 Westwood, Los Angeles, CA, USA \n", + "15 Woking, UK (McLaren) \n", + "\n", + " Travel Time to Gotham (hours) \n", + "0 8.60 \n", + "1 8.81 \n", + "2 9.17 \n", + "3 9.00 \n", + "4 9.15 \n", + "5 9.16 \n", + "6 1.01 \n", + "7 1.00 \n", + "8 18.34 \n", + "9 11.89 \n", + "10 2.68 \n", + "11 19.99 \n", + "12 9.10 \n", + "13 9.13 \n", + "14 6.79 \n", + "15 9.13 \n", + "\n" + ], "text/html": [ - "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
-              "  supercar_factories = web_search(query=\"supercar factories\")                                                      \n",
-              "  print(supercar_factories)                                                                                        \n",
-              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
+              "
Execution logs:\n",
+              "                                             Location  \\\n",
+              "0          Necropolis Cemetery, Glasgow, Scotland, UK   \n",
+              "1           St. George's Hall, Liverpool, England, UK   \n",
+              "2               Two Temple Place, London, England, UK   \n",
+              "3              Wollaton Hall, Nottingham, England, UK   \n",
+              "4   Knebworth House, Knebworth, Hertfordshire, Eng...   \n",
+              "5   Acton Lane Power Station, Acton Lane, Acton, E...   \n",
+              "6               Queensboro Bridge, New York City, USA   \n",
+              "7                     Wall Street, New York City, USA   \n",
+              "8          Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
+              "9                         Turda Gorge, Turda, Romania   \n",
+              "10                                       Chicago, USA   \n",
+              "11                                   Hong Kong, China   \n",
+              "12  Cardington Studios, Northamptonshire, England, UK   \n",
+              "13  Warner Bros. Leavesden Studios, Hertfordshire,...   \n",
+              "14                     Westwood, Los Angeles, CA, USA   \n",
+              "15                               Woking, UK (McLaren)   \n",
+              "\n",
+              "    Travel Time to Gotham (hours)  \n",
+              "0                            8.60  \n",
+              "1                            8.81  \n",
+              "2                            9.17  \n",
+              "3                            9.00  \n",
+              "4                            9.15  \n",
+              "5                            9.16  \n",
+              "6                            1.01  \n",
+              "7                            1.00  \n",
+              "8                           18.34  \n",
+              "9                           11.89  \n",
+              "10                           2.68  \n",
+              "11                          19.99  \n",
+              "12                           9.10  \n",
+              "13                           9.13  \n",
+              "14                           6.79  \n",
+              "15                           9.13  \n",
+              "\n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_factories\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34msupercar factories\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_factories\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[1;31mCode parsing failed on line \u001b[0m\u001b[1;31m1\u001b[0m\u001b[1;31m due to: SyntaxError\u001b[0m\n", + "\u001b[1;31mThought: I will perform a web search to find a comprehensive list of Batman filming locations worldwide.\u001b[0m\n", + "\u001b[1;31m ^\u001b[0m\n", + "\u001b[1;31mError: invalid syntax \u001b[0m\u001b[1;31m(\u001b[0m\u001b[1;31m<\u001b[0m\u001b[1;31munknown\u001b[0m\u001b[1;31m>\u001b[0m\u001b[1;31m, line \u001b[0m\u001b[1;31m1\u001b[0m\u001b[1;31m)\u001b[0m\n" + ], "text/html": [ - "
Execution logs:\n",
-              "## Search Results\n",
-              "0. [Italian Factory Motor Tour: Ferrari Lamborghini Pagani Ducati ...](https://www.italianfactorymotortour.com/)\n",
-              "\n",
-              "We offer tours to the most famous Italian car production sites, museums and collections in Emilia Romagna. We also \n",
-              "provide test drive with the most sought- ...\n",
-              "\n",
-              "1. [My Motorland: factory tour in the Italian Motor Valley](https://www.mymotorland.net/)\n",
-              "\n",
-              "Factory Tours in the Italian Motor Valley: Lamborghini, Ferrari, Pagani, Maserati and Ducati factory and museum \n",
-              "tours. Supercars test drives and track ...\n",
-              "\n",
-              "2. [List of exclusively sports car manufacturers - \n",
-              "Wikipedia](https://en.wikipedia.org/wiki/List_of_exclusively_sports_car_manufacturers)\n",
-              "\n",
-              "Etox (Turkey) · Ferrari (Italy) · Fittipaldi Motors LLC (Italy) · Foreman (UK) · FYK (Norway) · Gardner Douglas \n",
-              "(UK) · Gemballa (Germany) · Gillet (Belgium) ...\n",
-              "\n",
-              "3. [The Best Supercar Manufacturers In The World (Ranked) - \n",
-              "MSN](https://www.msn.com/en-us/autos/enthusiasts/the-best-supercar-manufacturers-in-the-world-ranked/ss-AA1vneRe)\n",
-              "\n",
-              "These are high-performance automobiles that bring along a thrill while driving. Here are the 18 best manufacturers \n",
-              "in the world, ranked.\n",
-              "\n",
-              "4. [Supercars manufacturing, Italian supercars manufacturing suppliers \n",
-              "...](https://www.supercarsmanufacturing.com/)\n",
-              "\n",
-              "Sly Garage Factory srl is one of the most important Italian manufacturer of top Sport Supercars, high end \n",
-              "automotive industry, mechanical technology for dealers ...\n",
-              "\n",
-              "5. [Tour of Massive Ferrari Factory Building the Best Ferrari Supercars \n",
-              "...](https://www.youtube.com/watch?v=IgYxkGs14ek)\n",
-              "Date published: Mar 9, 2023\n",
-              "\n",
-              "On this feature of the FRAME, we explore the Production line of the most prominent sports car manufacturer Ferrari.\n",
-              "\n",
-              "6. [Zenvo Automotive A/S | Danish Hypercar Manufacturer](https://zenvoautomotive.com/)\n",
-              "\n",
-              "Zenvo's official web-site. Zenvo is a hypercar manufacturer based in Præstø, Denmark. Home of the ST1, TS1 GT, \n",
-              "TSR-S, TSR. Discover the new TSR-S.\n",
-              "\n",
-              "7. [Super Factories - McLaren Supercar - video Dailymotion](https://www.dailymotion.com/video/x8l3sbu)\n",
-              "Date published: May 21, 2023\n",
-              "\n",
-              "McLaren's high-tech production centre is as remarkably distinctive as the handcrafted automobiles it designs and \n",
-              "produces, overtaking its ...\n",
-              "\n",
-              "8. [Inside Ferrari's Gigantic Factory - Supercar Production Line - \n",
-              "YouTube](https://www.youtube.com/watch?v=78SH_HGCqmg)\n",
-              "Date published: Jul 14, 2022\n",
-              "\n",
-              "Sporting the famous 'Prancing Horse' emblem, Ferrari's stunning high-performance vehicles have been adored by \n",
-              "motoring enthusiasts the world ...\n",
-              "\n",
-              "9. [Tour from Bologna - Supercar factory and museum visit - \n",
-              "Tripadvisor](https://www.tripadvisor.com/ShowUserReviews-g187801-d10137307-r740361747-Italian_Factory_Motor_Tour-Bo\n",
-              "logna_Province_of_Bologna_Emilia_Romagna.html)\n",
-              "\n",
-              "Italian Factory Motor Tour: Supercar factory and museum visit - See 172 traveler reviews, 82 candid photos, and \n",
-              "great deals for Bologna, Italy, ...\n",
-              "\n",
-              "Out: None\n",
+              "
Code parsing failed on line 1 due to: SyntaxError\n",
+              "Thought: I will perform a web search to find a comprehensive list of Batman filming locations worldwide.\n",
+              "            ^\n",
+              "Error: invalid syntax (<unknown>, line 1)\n",
               "
\n" - ], - "text/plain": [ - "\u001b[1mExecution logs:\u001b[0m\n", - "## Search Results\n", - "0. [Italian Factory Motor Tour: Ferrari Lamborghini Pagani Ducati ...](https://www.italianfactorymotortour.com/)\n", - "\n", - "We offer tours to the most famous Italian car production sites, museums and collections in Emilia Romagna. We also \n", - "provide test drive with the most sought- ...\n", - "\n", - "1. [My Motorland: factory tour in the Italian Motor Valley](https://www.mymotorland.net/)\n", - "\n", - "Factory Tours in the Italian Motor Valley: Lamborghini, Ferrari, Pagani, Maserati and Ducati factory and museum \n", - "tours. Supercars test drives and track ...\n", - "\n", - "2. [List of exclusively sports car manufacturers - \n", - "Wikipedia](https://en.wikipedia.org/wiki/List_of_exclusively_sports_car_manufacturers)\n", - "\n", - "Etox (Turkey) · Ferrari (Italy) · Fittipaldi Motors LLC (Italy) · Foreman (UK) · FYK (Norway) · Gardner Douglas \n", - "(UK) · Gemballa (Germany) · Gillet (Belgium) ...\n", - "\n", - "3. [The Best Supercar Manufacturers In The World (Ranked) - \n", - "MSN](https://www.msn.com/en-us/autos/enthusiasts/the-best-supercar-manufacturers-in-the-world-ranked/ss-AA1vneRe)\n", - "\n", - "These are high-performance automobiles that bring along a thrill while driving. Here are the 18 best manufacturers \n", - "in the world, ranked.\n", - "\n", - "4. [Supercars manufacturing, Italian supercars manufacturing suppliers \n", - "...](https://www.supercarsmanufacturing.com/)\n", - "\n", - "Sly Garage Factory srl is one of the most important Italian manufacturer of top Sport Supercars, high end \n", - "automotive industry, mechanical technology for dealers ...\n", - "\n", - "5. [Tour of Massive Ferrari Factory Building the Best Ferrari Supercars \n", - "...](https://www.youtube.com/watch?v=IgYxkGs14ek)\n", - "Date published: Mar 9, 2023\n", - "\n", - "On this feature of the FRAME, we explore the Production line of the most prominent sports car manufacturer Ferrari.\n", - "\n", - "6. [Zenvo Automotive A/S | Danish Hypercar Manufacturer](https://zenvoautomotive.com/)\n", - "\n", - "Zenvo's official web-site. Zenvo is a hypercar manufacturer based in Præstø, Denmark. Home of the ST1, TS1 GT, \n", - "TSR-S, TSR. Discover the new TSR-S.\n", - "\n", - "7. [Super Factories - McLaren Supercar - video Dailymotion](https://www.dailymotion.com/video/x8l3sbu)\n", - "Date published: May 21, 2023\n", - "\n", - "McLaren's high-tech production centre is as remarkably distinctive as the handcrafted automobiles it designs and \n", - "produces, overtaking its ...\n", - "\n", - "8. [Inside Ferrari's Gigantic Factory - Supercar Production Line - \n", - "YouTube](https://www.youtube.com/watch?v=78SH_HGCqmg)\n", - "Date published: Jul 14, 2022\n", - "\n", - "Sporting the famous 'Prancing Horse' emblem, Ferrari's stunning high-performance vehicles have been adored by \n", - "motoring enthusiasts the world ...\n", - "\n", - "9. [Tour from Bologna - Supercar factory and museum visit - \n", - "Tripadvisor](https://www.tripadvisor.com/ShowUserReviews-g187801-d10137307-r740361747-Italian_Factory_Motor_Tour-Bo\n", - "logna_Province_of_Bologna_Emilia_Romagna.html)\n", - "\n", - "Italian Factory Motor Tour: Supercar factory and museum visit - See 172 traveler reviews, 82 candid photos, and \n", - "great deals for Bologna, Italy, ...\n", - "\n", - "Out: None\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[2m[Step 0: Duration 9.18 seconds| Input tokens: 2,962 | Output tokens: 78]\u001b[0m\n" + ], "text/html": [ - "
[Step 4: Duration 4.52 seconds| Input tokens: 39,349 | Output tokens: 952]\n",
+              "
[Step 0: Duration 9.18 seconds| Input tokens: 2,962 | Output tokens: 78]\n",
               "
\n" - ], - "text/plain": [ - "\u001b[2m[Step 4: Duration 4.52 seconds| Input tokens: 39,349 | Output tokens: 952]\u001b[0m\n" ] - }, - "metadata": {}, - "output_type": "display_data" + }, + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m2\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], "text/html": [ - "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
               "
\n" - ], - "text/plain": [ - "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m5\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_filming_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBatman filming locations worldwide\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_filming_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], "text/html": [ "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
-              "  supercar_locations = [                                                                                           \n",
-              "      \"Ferrari Maranello, Italy\",                                                                                  \n",
-              "      \"Lamborghini Sant'Agata Bolognese, Italy\",                                                                   \n",
-              "      \"Pagani San Cesario sul Panaro, Italy\",                                                                      \n",
-              "      \"McLaren Woking, UK\",                                                                                        \n",
-              "      \"Zenvo Præstø, Denmark\",                                                                                     \n",
-              "      \"Porsche Leipzig, Germany\",                                                                                  \n",
-              "      \"Aston Martin Gaydon, UK\",                                                                                   \n",
-              "      \"Koenigsegg Ängelholm, Sweden\",                                                                              \n",
-              "      \"Bugatti Molsheim, France\",                                                                                  \n",
-              "      \"Hennessey Performance Engineering, Houston, TX, USA\"                                                        \n",
-              "  ]                                                                                                                \n",
-              "                                                                                                                   \n",
-              "  supercar_coordinates = {}                                                                                        \n",
-              "                                                                                                                   \n",
-              "  for location in supercar_locations:                                                                              \n",
-              "      result = web_search(query=f\"{location} coordinates\")                                                         \n",
-              "      print(f\"Coordinates for {location}: {result}\")                                                               \n",
-              "      # Extract coordinates from the result                                                                        \n",
-              "      import re                                                                                                    \n",
-              "      match = re.search(r\"(\\d+\\.\\d+),\\s*(-?\\d+\\.\\d+)\", result)                                                     \n",
-              "      if match:                                                                                                    \n",
-              "          lat, lon = match.groups()                                                                                \n",
-              "          supercar_coordinates[location] = (float(lat), float(lon))                                                \n",
-              "      else:                                                                                                        \n",
-              "          print(f\"Could not find coordinates for {location}\")                                                      \n",
-              "                                                                                                                   \n",
-              "  print(supercar_coordinates)                                                                                      \n",
+              "  batman_filming_locations = web_search(query=\"Batman filming locations worldwide\")                                \n",
+              "  print(batman_filming_locations)                                                                                  \n",
               " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mFerrari Maranello, Italy\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLamborghini Sant\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAgata Bolognese, Italy\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mPagani San Cesario sul Panaro, Italy\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMcLaren Woking, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mZenvo Præstø, Denmark\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mPorsche Leipzig, Germany\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAston Martin Gaydon, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mKoenigsegg Ängelholm, Sweden\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBugatti Molsheim, France\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHennessey Performance Engineering, Houston, TX, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mresult\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mweb_search\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mquery\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m coordinates\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCoordinates for \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m: \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mresult\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;149;144;119;48;2;39;40;34m# Extract coordinates from the result\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msearch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mr\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m.\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+),\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*(-?\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m.\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md+)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mresult\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mif\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgroups\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfloat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfloat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlon\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34melse\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCould not find coordinates for \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { - "text/html": [ - "
Execution logs:\n",
-              "Coordinates for Ferrari Maranello, Italy: ## Search Results\n",
-              "0. [GPS coordinates of Ferrari, Italy. Latitude: 44.5324 Longitude: \n",
-              "10.8641](https://latitude.to/articles-by-country/it/italy/354/ferrari)\n",
-              "\n",
-              "Latitude: 44° 31' 56.81\" N Longitude: 10° 51' 50.89\" E Nearest city to this article: Maranello Read about Ferrari \n",
-              "in the Wikipedia Satellite map of Ferrari in ...\n",
+            "text/plain": [
+              "\u001b[1mExecution logs:\u001b[0m\n",
+              "## Search Results\n",
+              "0. [12 Batman Movie Locations You Can \n",
+              "Visit!](https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/)\n",
+              "Date published: Jan 10, 2023\n",
+              "Source: Travel and Leisure Asia\n",
               "\n",
-              "1. [GPS coordinates of Maranello, Italy. Latitude: 44.5310 \n",
-              "Longitude](https://latitude.to/map/it/italy/cities/maranello)\n",
+              "Most of the filming of Batman movies is done in the Warner Bros studios and across the US, including New York and \n",
+              "Pittsburgh. You will notice ...\n",
               "\n",
-              "Maranello is a town and comune in the region of Emilia-Romagna in Northern Italy, 18 km from Modena, with a \n",
-              "population of 17,165 as of 2013.\n",
+              "1. [The Batman (2022) - Filming & production](https://www.imdb.com/title/tt1877830/locations/)\n",
+              "Source: IMDb\n",
               "\n",
-              "2. [In Cars(2006), Luigis license plate reads 44.5 10.8, which ... - \n",
-              "Reddit](https://www.reddit.com/r/MovieDetails/comments/drsdiq/in_cars2006_luigis_license_plate_reads_445_108/)\n",
-              "Date published: Nov 5, 2019\n",
+              "Filming locations: Necropolis Cemetery, Glasgow, Scotland, UK (Batman and Selina leaving the cemetery) Helpful•86 1\n",
+              "St. George's Hall, Liverpool, England, UK\n",
               "\n",
-              "In Cars(2006), Luigis license plate reads 44.5 10.8, which are the coordinates for Ferrari's main factory in \n",
-              "Maranello, Italy.\n",
+              "2. [The Batman | Film Locations](https://movie-locations.com/movies/b/The-Batman-2022-2.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
-              "3. [Maranello - Wikipedia](https://en.wikipedia.org/wiki/Maranello)\n",
+              "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
               "\n",
-              "Maranello (Modenese: Maranèl) is a city of Italy in the province of Modena, in the region of Emilia-Romagna, 18 km \n",
-              "from Modena, with a population of 17,504 as ...\n",
+              "3. [Category:Film Locations - Batman Wiki - Fandom](https://batman.fandom.com/wiki/Category:Film_Locations)\n",
+              "Source: Batman Wiki\n",
               "\n",
-              "4. [Ferrari Factory on the map, Maranello, Italy. Where is located, photo](https://tz.2markers.com/898064)\n",
+              "Selina Kyle's apartment (Burtonverse) · Sheal Maritime Building · Shreck's · Snowy Cones Ice Cream Factory · South \n",
+              "Channel Island · South Hinkley ...\n",
               "\n",
-              "Ferrari Factory, Italy coordinates in decimal format: latitude — 44.531129711940466, longitude — 10.86294837507588.\n",
-              "When converted to degrees, minutes ...\n",
+              "4. [Dark Knight Rises Tour: See Batman Movie \n",
+              "Locations](https://www.travelchannel.com/interests/arts-and-culture/photos/see-batman-movie-locations)\n",
+              "Source: Travel Channel\n",
               "\n",
-              "5. [Museo | Museum Ferrari Maranello Italy](https://transportmuseums.com/museum/museo-ferrari-maranello/)\n",
-              "Date published: Nov 15, 2017\n",
+              "See Batman Movie Locations · Wollaton Hall · Carnegie Mellon University · The Farmiloe Building · Queensboro Bridge\n",
+              "· Wall Street · Mehrangarh Fort · Turda Saline.\n",
               "\n",
-              "Map Directions. Address: Via Alfredo Dino Ferrari 43, 41053, Maranello, Italy, Europe Coordinates: 44.5297334, \n",
-              "10.8614778. Get Directions on ...\n",
+              "5. [What cities in America and anywhere in the world do you \n",
+              "...](https://www.reddit.com/r/batman/comments/1d1t88q/what_cities_in_america_and_anywhere_in_the_world/)\n",
+              "Source: Reddit · r/batman\n",
               "\n",
-              "6. [Tata_Crucible GPS coordinates (Latitude 44.5 and Longitude 10.8) - \n",
-              "X](https://x.com/VatanSi29628037/status/921339756981641216)\n",
-              "Date published: Oct 20, 2017\n",
+              "Glasgow and Liverpool were used in the shoot for The Batman. I'd avoid Chicago, as that looks more like Metropolis \n",
+              "than Gotham.\n",
               "\n",
-              "GPS coordinates (Latitude 44.5 and Longitude 10.8) - marks location of a major Ferrari manufacturing plant in \n",
-              "Maranello, Italy.\n",
+              "6. [Where was The Batman filmed? ALL the Filming Locations \n",
+              "...](https://www.atlasofwonders.com/2022/04/where-was-the-batman-filmed.html)\n",
+              "Source: Atlas of Wonders\n",
               "\n",
-              "7. [Ferrari Factory Maranello, Italy - \n",
-              "Locationscout](https://www.locationscout.net/italy/52357-ferrari-factory-maranello)\n",
+              "The Batman was primarily filmed in the United Kingdom. Most of the recognizable buildings of this new version of \n",
+              "Gotham City are located in Liverpool.\n",
               "\n",
-              "Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun directions, and the map for this \n",
-              "photo spot. Or simply bookmark it along with ...\n",
+              "7. [The Dark Knight | 2008](https://movie-locations.com/movies/d/Dark-Knight.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
-              "8. [Did you know that in CARS... Luigi's license plate is \n",
-              "\"44.5-10.8\"](https://www.facebook.com/imallentsai/videos/did-you-know-that-in-cars-luigis-license-plate-is-445-108-\n",
-              "the-latitude-and-longi/1950358555480349/)\n",
-              "Date published: Aug 4, 2024\n",
+              "Discover where The Dark Knight (2008) was filmed around Chicago, as well as in London and Bedfordshire in the UK, \n",
+              "and briefly in Hong Kong.\n",
               "\n",
-              "... latitude and longitude coordinates for the Ferrari factory in Maranello, Italy ... coordinates for the Ferrari \n",
-              "factory in Maranello, Italy ...\n",
-              "Coordinates for Lamborghini Sant'Agata Bolognese, Italy: ## Search Results\n",
-              "0. [GPS coordinates of Sant'Agata Bolognese, Italy. \n",
-              "Latitude](https://latitude.to/map/it/italy/cities/santagata-bolognese)\n",
+              "8. [Batman Movies and Filming Locations in Los \n",
+              "Angeles](https://www.traveltodayla.com/post/batman-movies-in-la?srsltid=AfmBOoqNOBBzvgmhmQdx1CjiZ98A8awKaUUsgA1_91F\n",
+              "_VDdwIpLDKwNX)\n",
+              "Source: LA Today\n",
               "\n",
-              "... Italy. It is notable for the headquarters of the luxury automobile manufacturer Automobili Lamborghini. \n",
-              "Population: 5,591. Latitude: 44° 39' 36.58\" N Longitude ...\n",
+              "Find Batman movies and filming locations in LA. Los Angeles is home to many locations where Batman movie scenes \n",
+              "were filmed. From the Batcave to Wayne Manor ...\n",
               "\n",
-              "1. [Museo Lamborghini - Wikipedia](https://en.wikipedia.org/wiki/Museo_Lamborghini)\n",
+              "9. [Where The Batman Filmed (All Gotham Real-Life \n",
+              "Locations)](https://screenrant.com/where-was-the-batman-movie-filmed/)\n",
+              "Date published: Mar 4, 2022\n",
+              "Source: Screen Rant\n",
               "\n",
-              "Museo Lamborghini ; 2001; 24 years ago (2001) · Via Modena 12; 40019 Sant'Agata Bolognese; Italy · 44°39′32″N \n",
-              "11°07′34″E / 44.65889°N 11.12611°E / 44.65889; ...\n",
+              "The Batman filmed all over the world to bring a new version of Gotham to life and went to some prominent real-life \n",
+              "locations to achieve the right look.\n",
               "\n",
-              "2. [GPS coordinates for Sant'Agata Bolognese, Bologna, \n",
-              "Italy](https://www.coordinatesmarker.com/coordinates/1328857-sant-agata-bolognese-bologna-italy)\n",
+              "Out: None\n"
+            ],
+            "text/html": [
+              "
Execution logs:\n",
+              "## Search Results\n",
+              "0. [12 Batman Movie Locations You Can \n",
+              "Visit!](https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/)\n",
+              "Date published: Jan 10, 2023\n",
+              "Source: Travel and Leisure Asia\n",
               "\n",
-              "GPS coordinates for Sant'Agata Bolognese, Bologna, Italy · Latitude: 44.664169. Longitude: 11.134004 · More \n",
-              "coordinates for Sant'Agata Bolognese, Bologna, Italy.\n",
+              "Most of the filming of Batman movies is done in the Warner Bros studios and across the US, including New York and \n",
+              "Pittsburgh. You will notice ...\n",
               "\n",
-              "3. [Lamborghini Museum Sant'Agata Bolognese Bologna \n",
-              "Italy](https://transportmuseums.com/museum/lamborghini-museum-santagata-bolognese/)\n",
-              "Date published: Sep 16, 2017\n",
+              "1. [The Batman (2022) - Filming & production](https://www.imdb.com/title/tt1877830/locations/)\n",
+              "Source: IMDb\n",
               "\n",
-              "Map Directions. Address: Via Modena, 12, 40019, Sant'Agata Bolognese, Bologna, Italy, Europe Coordinates: \n",
-              "44.6589332, 11.1249126. Get ...\n",
+              "Filming locations: Necropolis Cemetery, Glasgow, Scotland, UK (Batman and Selina leaving the cemetery) Helpful•86 1\n",
+              "St. George's Hall, Liverpool, England, UK\n",
               "\n",
-              "4. [Sant'Agata Bolognese - Wikipedia](https://en.wikipedia.org/wiki/Sant%27Agata_Bolognese)\n",
+              "2. [The Batman | Film Locations](https://movie-locations.com/movies/b/The-Batman-2022-2.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
-              "Sant'Agata Bolognese is a small comune in the Metropolitan City of Bologna, Emilia-Romagna, in the north of Italy. \n",
-              "It is notable for being the headquarters ...\n",
+              "Film locations for The Batman (2022) in Liverpool, London, Glasgow and Chicago.\n",
               "\n",
-              "5. [GPS coordinates of Sant'Agata Bolognese, Italy, DMS, UTM \n",
-              "...](https://www.countrycoordinate.com/city-sant-agata-bolognese-italy/)\n",
+              "3. [Category:Film Locations - Batman Wiki - Fandom](https://batman.fandom.com/wiki/Category:Film_Locations)\n",
+              "Source: Batman Wiki\n",
               "\n",
-              "The latitude of Sant'Agata Bolognese is 44.664776, and the longitude is 11.134232. Sant'Agata Bolognese is a city \n",
-              "is located at Italy with the gps ...\n",
+              "Selina Kyle's apartment (Burtonverse) · Sheal Maritime Building · Shreck's · Snowy Cones Ice Cream Factory · South \n",
+              "Channel Island · South Hinkley ...\n",
               "\n",
-              "6. [Museo Lamborghini](https://lamborghinilegacy.wordpress.com/museo-lamborghini/)\n",
+              "4. [Dark Knight Rises Tour: See Batman Movie \n",
+              "Locations](https://www.travelchannel.com/interests/arts-and-culture/photos/see-batman-movie-locations)\n",
+              "Source: Travel Channel\n",
               "\n",
-              "Museo Lamborghini ; 2001 · Via Modena 12; 40019 Sant'Agata Bolognese; Italy · 44°39���32″N 11°07′34″ECoordinates: \n",
-              "44°39′32″N 11°07′34″E · Automobile museum ...\n",
+              "See Batman Movie Locations · Wollaton Hall · Carnegie Mellon University · The Farmiloe Building · Queensboro Bridge\n",
+              "· Wall Street · Mehrangarh Fort · Turda Saline.\n",
               "\n",
-              "7. [Lamborghini Museum | Lamborghini.com](https://www.lamborghini.com/en-en/museum)\n",
+              "5. [What cities in America and anywhere in the world do you \n",
+              "...](https://www.reddit.com/r/batman/comments/1d1t88q/what_cities_in_america_and_anywhere_in_the_world/)\n",
+              "Source: Reddit · r/batman\n",
               "\n",
-              "CONTACTS. Via Modena, 12 40019 Sant'Agata Bolognese (Bologna) - Italy Phone: +39 051 9597537 · View on Maps. \n",
-              "Driving Directions. Due to technical specifications ...\n",
+              "Glasgow and Liverpool were used in the shoot for The Batman. I'd avoid Chicago, as that looks more like Metropolis \n",
+              "than Gotham.\n",
               "\n",
-              "8. [Latitude and longitude of Sant'Agata Bolognese, \n",
-              "Italy](https://latlong.info/italy/emilia-romagna/sant-agata-bolognese)\n",
+              "6. [Where was The Batman filmed? ALL the Filming Locations \n",
+              "...](https://www.atlasofwonders.com/2022/04/where-was-the-batman-filmed.html)\n",
+              "Source: Atlas of Wonders\n",
               "\n",
-              "The latitude of Sant'Agata Bolognese, Italy is 44.66016000, and the longitude is 11.13292000. Sant'Agata Bolognese \n",
-              "is located at Italy country in the states ...\n",
+              "The Batman was primarily filmed in the United Kingdom. Most of the recognizable buildings of this new version of \n",
+              "Gotham City are located in Liverpool.\n",
               "\n",
-              "9. [Automobili Lamborghini S.p.A. - Panjiva](https://panjiva.com/Automobili-Lamborghini-S-p-A/1021379)\n",
+              "7. [The Dark Knight | 2008](https://movie-locations.com/movies/d/Dark-Knight.php)\n",
+              "Source: The Worldwide Guide To Movie Locations\n",
               "\n",
-              "Automobili Lamborghini S.P.A.. Shipper Address. Via Modena, 12, Sant'Agata Bolognese, Bologna, Italy, 40019. \n",
-              "Consignee Name. Automobili Lamborghini Usa Llc.\n",
-              "Coordinates for Pagani San Cesario sul Panaro, Italy: ## Search Results\n",
-              "0. [San Cesario sul Panaro - Wikipedia](https://en.wikipedia.org/wiki/San_Cesario_sul_Panaro)\n",
+              "Discover where The Dark Knight (2008) was filmed around Chicago, as well as in London and Bedfordshire in the UK, \n",
+              "and briefly in Hong Kong.\n",
               "\n",
-              "Show map of Italy Show map of Emilia-Romagna Show all. Coordinates: 44°33′41″N 11°02′02″E / 44.56139°N 11.03389°E /\n",
-              "44.56139; 11.03389. Country, Italy.\n",
+              "8. [Batman Movies and Filming Locations in Los \n",
+              "Angeles](https://www.traveltodayla.com/post/batman-movies-in-la?srsltid=AfmBOoqNOBBzvgmhmQdx1CjiZ98A8awKaUUsgA1_91F\n",
+              "_VDdwIpLDKwNX)\n",
+              "Source: LA Today\n",
               "\n",
-              "1. [GPS coordinates of San Cesario sul Panaro, Italy. \n",
-              "Latitude](https://latitude.to/articles-by-country/it/italy/98344/san-cesario-sul-panaro)\n",
+              "Find Batman movies and filming locations in LA. Los Angeles is home to many locations where Batman movie scenes \n",
+              "were filmed. From the Batcave to Wayne Manor ...\n",
               "\n",
-              "San Cesario sul Panaro is a comune (municipality) in the Province of Modena in the Italian region Emilia-Romagna, \n",
-              "located about 25 kilometres (16 mi) nort…\n",
+              "9. [Where The Batman Filmed (All Gotham Real-Life \n",
+              "Locations)](https://screenrant.com/where-was-the-batman-movie-filmed/)\n",
+              "Date published: Mar 4, 2022\n",
+              "Source: Screen Rant\n",
               "\n",
-              "2. [Museo Horacio Pagani on the map, Castelnuovo Rangone, Italy ...](https://tz.2markers.com/925800)\n",
+              "The Batman filmed all over the world to bring a new version of Gotham to life and went to some prominent real-life \n",
+              "locations to achieve the right look.\n",
               "\n",
-              "Museo Horacio Pagani, Italy coordinates in decimal format: latitude — 44.58875429601001, longitude — \n",
-              "11.023508225077835. When converted to degrees, minutes, ...\n",
+              "Out: None\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[2m[Step 1: Duration 4.24 seconds| Input tokens: 6,523 | Output tokens: 151]\u001b[0m\n" + ], + "text/html": [ + "
[Step 1: Duration 4.24 seconds| Input tokens: 6,523 | Output tokens: 151]\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m3\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], + "text/html": [ + "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;248;248;242;48;2;39;40;34murl1\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34murl2\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://www.imdb.com/title/tt1877830/locations/\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mcontent1\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mvisit_webpage\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl1\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mcontent2\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mvisit_webpage\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl2\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mContent from Travel and Leisure Asia:\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent1\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m\\n\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m+\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m*\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m80\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m+\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m\\n\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;149;144;119;48;2;39;40;34m# Print separator between pages\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mContent from IMDb:\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent2\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], + "text/html": [ + "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
+              "  url1 = \"https://www.travelandleisureasia.com/global/destinations/batman-movie-locations-you-can-visit/\"          \n",
+              "  url2 = \"https://www.imdb.com/title/tt1877830/locations/\"                                                         \n",
+              "                                                                                                                   \n",
+              "  content1 = visit_webpage(url=url1)                                                                               \n",
+              "  content2 = visit_webpage(url=url2)                                                                               \n",
+              "                                                                                                                   \n",
+              "  print(\"Content from Travel and Leisure Asia:\")                                                                   \n",
+              "  print(content1)                                                                                                  \n",
+              "  print(\"\\n\" + \"=\"*80 + \"\\n\")  # Print separator between pages                                                     \n",
+              "  print(\"Content from IMDb:\")                                                                                      \n",
+              "  print(content2)                                                                                                  \n",
+              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[1mExecution logs:\u001b[0m\n", + "Content from Travel and Leisure Asia:\n", + "Batman Movie Locations You Can Visit In Person!\n", + "\n", + " \n", + "\n", + "![facebook](https://www.facebook.com/tr?id=394443515072288&ev=PageView\n", + " &noscript=1)\n", + "\n", + " \n", + "\n", + " Menu \n", + "\n", + " [![Travel and Leisure Asia | \n", + "Global](https://images.travelandleisureasia.com/wp-content/uploads/sites/3/2024/04/12203157/TL-SEA-Hong-Kong-Macau.\n", + "png)](https://www.travelandleisureasia.com/global/ \"Travel and Leisure Asia | Global\") \n", + "\n", + " \n", + " \n", + "\n", + " \n", + "\n", + "GLOBAL\n", + "\n", + "* [Global](/global/)\n", + "* [IN](/in/)\n", + "* [SG](/sg/)\n", + "* [HK](/hk/)\n", + "* [TH](/th/)\n", + "* [MY](/my/)\n", + "\n", + "* [Destinations](https://www.travelandleisureasia.com/global/destinations/)\n", + " + [India](https://www.travelandleisureasia.com/global/destinations/india/)\n", + " + [South Asia](https://www.travelandleisureasia.com/global/destinations/south-asia/)\n", + " + [Southeast Asia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/)\n", + " + [Asia](https://www.travelandleisureasia.com/global/destinations/asia/)\n", + " + [North America](https://www.travelandleisureasia.com/global/destinations/north-america/)\n", + " + [Central & South America](https://www.travelandleisureasia.com/global/destinations/central-and-south-america/)\n", + " + [Europe](https://www.travelandleisureasia.com/global/destinations/europe/)\n", + " + [Middle-East](https://www.travelandleisureasia.com/global/destinations/middle-east/)\n", + " + [Australia & South \n", + "Pacific](https://www.travelandleisureasia.com/global/destinations/australia-and-south-pacific/)\n", + " + [Africa](https://www.travelandleisureasia.com/global/destinations/africa/)\n", + "* [Hotels](https://www.travelandleisureasia.com/global/hotels/)\n", + " + [India](https://www.travelandleisureasia.com/global/hotels/india-hotels/)\n", + " + [South Asia](https://www.travelandleisureasia.com/global/hotels/south-asia-hotels/)\n", + " + [Southeast Asia](https://www.travelandleisureasia.com/global/hotels/southeast-asia-hotels/)\n", + " + [Asia](https://www.travelandleisureasia.com/global/hotels/asia-hotels/)\n", + " + [North America](https://www.travelandleisureasia.com/global/hotels/north-america-hotels/)\n", + " + [Central & South America](https://www.travelandleisureasia.com/global/hotels/central-and-south-america-hotels/)\n", + " + [Europe](https://www.travelandleisureasia.com/global/hotels/europe-hotels/)\n", + " + [Middle-East](https://www.travelandleisureasia.com/global/hotels/middle-east-hotels/)\n", + " + [Australia & South \n", + "Pacific](https://www.travelandleisureasia.com/global/hotels/australia-and-south-pacific-hotels/)\n", + " + [Africa](https://www.travelandleisureasia.com/global/hotels/africa-hotels/)\n", + "* [Luxury Awards 2025](https://awards.travelandleisureasia.com/luxuryawards2025/)\n", + "* [People](https://www.travelandleisureasia.com/global/people/)\n", + " + [Travellers](https://www.travelandleisureasia.com/global/people/travellers/)\n", + " + [Culture](https://www.travelandleisureasia.com/global/people/culture/)\n", + "* [Dining](https://www.travelandleisureasia.com/global/dining/)\n", + " + [Food](https://www.travelandleisureasia.com/global/dining/food/)\n", + " + [Drink](https://www.travelandleisureasia.com/global/dining/drink/)\n", + " + [Reviews](https://www.travelandleisureasia.com/global/dining/reviews/)\n", + "* [Trips](https://www.travelandleisureasia.com/global/trips/)\n", + " + [Road Trips](https://www.travelandleisureasia.com/global/trips/road-trips/)\n", + " + [Family Travel](https://www.travelandleisureasia.com/global/trips/family-travel/)\n", + " + [Solo Travel](https://www.travelandleisureasia.com/global/trips/solo-travel/)\n", + " + [Outdoors](https://www.travelandleisureasia.com/global/trips/outdoors/)\n", + " + [Cruises](https://www.travelandleisureasia.com/global/trips/cruises/)\n", + " + [Beaches & Islands](https://www.travelandleisureasia.com/global/trips/beaches-and-islands/)\n", + " + [Homestays](https://www.travelandleisureasia.com/global/trips/homestays/)\n", + " + [Zodiac Travels](https://www.travelandleisureasia.com/global/trips/zodiac-travels/)\n", + " + [Wellness & Spas](https://www.travelandleisureasia.com/global/trips/wellness-and-spas/)\n", + "* [Travel Tips](https://www.travelandleisureasia.com/global/travel-tips/)\n", + " + [Accessories](https://www.travelandleisureasia.com/global/travel-tips/accessories/)\n", + " + [Points and Miles](https://www.travelandleisureasia.com/global/travel-tips/points-and-miles/)\n", + " + [Planning](https://www.travelandleisureasia.com/global/travel-tips/trip-planning/)\n", + "* [#TheGreenEdit](https://www.travelandleisureasia.com/global/tag/thegreenedit/)\n", + "* [T+L Tastemakers](https://www.travelandleisureasia.com/global/tl-tastemakers/)\n", + "* [#TLKids](https://www.travelandleisureasia.com/global/tag/tlkids/)\n", + "* [News](https://www.travelandleisureasia.com/global/news/)\n", + "* [Sustainable Travel](https://www.travelandleisureasia.com/global/trips/the-conscious-traveller/)\n", + "* [T+L Experiences](https://experiences.travelandleisureasia.com/)\n", + "* [more nav](#)\n", + "\n", + " [![Travel and Leisure Asia | \n", + "Global](https://images.travelandleisureasia.com/wp-content/uploads/sites/3/2024/04/12203157/TL-SEA-Hong-Kong-Macau.\n", + "png)](#) \n", + " \n", + "\n", + "* [Destinations](https://www.travelandleisureasia.com/global/destinations/)\n", + " + [India](https://www.travelandleisureasia.com/global/destinations/india/)\n", + " + [South\n", + "..._This content has been truncated to stay below 10000 characters_...\n", + "ges.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](https://www.travelandlei\n", + "sureasia.com/global/destinations/north-america/this-region-is-called-canadas-napa-valley-and-its-the-best-kept-wint\n", + "er-secret/) \n", + "\n", + "[North America](https://www.travelandleisureasia.com/global/destinations/north-america/) \n", + "\n", + "### [This Region Is Called 'Canada's Napa Valley'—And It's The Best-kept Winter \n", + "Secret](https://www.travelandleisureasia.com/global/destinations/north-america/this-region-is-called-canadas-napa-v\n", + "alley-and-its-the-best-kept-winter-secret/ \"This Region Is Called 'Canada's Napa Valley'—And It's The Best-kept \n", + "Winter Secret\")\n", + "\n", + "4 days ago | 6 min read\n", + "\n", + "[![Did You Know These Popular Indian Movies Were Shot In \n", + "Thailand?](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](ht\n", + "tps://www.travelandleisureasia.com/global/destinations/southeast-asia/indian-movies-shot-in-thailand/) \n", + "\n", + "[Southeast Asia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/) \n", + "\n", + "### [Did You Know These Popular Indian Movies Were Shot In \n", + "Thailand?](https://www.travelandleisureasia.com/global/destinations/southeast-asia/indian-movies-shot-in-thailand/ \n", + "\"Did You Know These Popular Indian Movies Were Shot In Thailand?\")\n", + "\n", + "4 days ago | 7 min read\n", + "\n", + "[![Temples, Trails, And Towers: Be Charmed These Beautiful Places In \n", + "Taiwan](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](https\n", + "://www.travelandleisureasia.com/global/destinations/asia/beautiful-places-to-visit-in-taiwan-temples-trails-towers/\n", + ") \n", + "\n", + "[Asia](https://www.travelandleisureasia.com/global/destinations/asia/) \n", + "\n", + "### [Temples, Trails, And Towers: Be Charmed These Beautiful Places In \n", + "Taiwan](https://www.travelandleisureasia.com/global/destinations/asia/beautiful-places-to-visit-in-taiwan-temples-t\n", + "rails-towers/ \"Temples, Trails, And Towers: Be Charmed These Beautiful Places In Taiwan\")\n", + "\n", + "5 days ago | 9 min read\n", + "\n", + "[![Explore The Best Of Shanghai: Places To Visit In China's Dazzling Futuristic \n", + "City](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](https:/\n", + "/www.travelandleisureasia.com/global/destinations/asia/places-to-visit-in-shanghai-yu-garden-jade-buddha-temple-the\n", + "-bund/) \n", + "\n", + "[Asia](https://www.travelandleisureasia.com/global/destinations/asia/) \n", + "\n", + "### [Explore The Best Of Shanghai: Places To Visit In China's Dazzling Futuristic \n", + "City](https://www.travelandleisureasia.com/global/destinations/asia/places-to-visit-in-shanghai-yu-garden-jade-budd\n", + "ha-temple-the-bund/ \"Explore The Best Of Shanghai: Places To Visit In China's Dazzling Futuristic City\")\n", + "\n", + "6 days ago | 8 min read\n", + "\n", + "[![The Best Places To Visit In Langkawi, \n", + "Malaysia](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](htt\n", + "ps://www.travelandleisureasia.com/global/destinations/southeast-asia/the-best-places-to-visit-in-langkawi-malaysia/\n", + ") \n", + "\n", + "[Southeast Asia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/) \n", + "\n", + "### [The Best Places To Visit In Langkawi, \n", + "Malaysia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/the-best-places-to-visit-in-langk\n", + "awi-malaysia/ \"The Best Places To Visit In Langkawi, Malaysia\")\n", "\n", - "3. [Museo Horacio Pagani on the map, Castelfranco Emilia, Italy. Where ...](https://mv.2markers.com/630472)\n", + "6 days ago | 16 min read\n", "\n", - "Museo Horacio Pagani, Italy coordinates in decimal format: latitude — 44.58873519428435, longitude — \n", - "11.023390207762597. When converted to degrees, minutes, ...\n", + "### Sign up for our newsletters to have the latest stories delivered straight to your inbox every week.\n", "\n", - "4. [San Cesario sul Panaro - Emilia-Romagna - \n", - "database.earth](https://database.earth/countries/italy/regions/emilia-romagna/cities/san-cesario-sul-panaro)\n", + "I agree to the [Privacy Policy](https://www.travelandleisureasia.com/global/privacy/)\n", "\n", - "San Cesario sul Panaro is a city in Emilia-Romagna, inItaly. San Cesario sul Panaro is located on the latitude of \n", - "44.56352 and longitude of 11.03508.\n", + "* [SINGAPORE](https://www.travelandleisureasia.com/sg/ \"Singapore\")\n", + "* [HONG KONG](https://www.travelandleisureasia.com/hk/ \"Homg Kong\")\n", + "* [THAILAND](https://www.travelandleisureasia.com/th/ \"Thailand\")\n", + "* [MALAYSIA](https://www.travelandleisureasia.com/my/ \"Malaysia\")\n", + "* [INDIA](https://www.travelandleisureasia.com/in/ \"India\")\n", + "* [GLOBAL](https://www.travelandleisureasia.com/global/ \"Global\")\n", "\n", - "5. [San Cesario Sul Panaro on the map of Italy, location ... - Maptons.com](https://tc.maptons.com/121138)\n", + "* [About Us](https://www.travelandleisureasia.com/global/about-us/)\n", + "* [Contact Us](https://www.travelandleisureasia.com/global/contact-us/)\n", + "* [Privacy Policy](https://www.travelandleisureasia.com/global/privacy/)\n", + "* [Terms & Conditions](https://www.travelandleisureasia.com/global/terms-conditions/)\n", "\n", - "San Cesario Sul Panaro, Provincia di Modena, Emilia-Romagna, Italy on ... Exact geographical coordinates, latitude \n", - "and longitude — 44.5621048, 11.0348074.\n", + "© 2025 Copyright TRAVEL + LEISURE ASIA site by [Burdaluxury](https://www.burdaluxury.com/)\n", "\n", - "6. [Pagani Italy Map Lat Long Coordinates - Geloky](https://geloky.com/geocoding/place/Pagani+Italy)\n", + "* [Burda Luxury](https://www.burdaluxury.com/ \"Burda Luxury\")\n", + "* [ARCHITECTURE + DESIGN](https://www.architectureplusdesign.in/ \"ARCHITECTURE + DESIGN\")\n", + "* [August Man](https://www.augustman.com/ \"August Man\")\n", + "* [Lifestyle Asia](https://www.lifestyleasia.com/ \"Lifestyle Asia\")\n", + "* [Prestige Online](https://www.prestigeonline.com/ \"Prestige Online\")\n", + "* [Pin Prestige](https://www.pinprestige.com \"Pin Prestige\")\n", + "* [Hello Thailand](https://th.hellomagazine.com/ \"Hello Thailand\")\n", "\n", - "Coordinates of Pagani, Salerno place. Latitude: 40.7473237 Longitude: 14.6146474. See where Pagani, Salerno is \n", - "located on the map. Share this location with ...\n", + "×\n", + "Never miss an update\n", "\n", - "7. [Ferrari Lamborghini Pagani Factories and Museums - Bologna \n", - "...](https://www.getyourguide.com/florence-l32/tovarne-a-muzea-ferrari-lamborghini-pagani-bologna-t497350/)\n", + "Subscribe to our newsletter to get the latest on travel, stay & dining.\n", "\n", - "Ultimate Emilia Romagna Motor Valley Tour (10-Hour Adventure) Fuel your passion: Explore the legendary homes of \n", - "Ferrari, Lamborghini & Pagani in a single day!\n", + "agree to receive this\n", + "newsletter.\n", "\n", - "8. [Pagani Museum in San Cesario sul Panaro - \n", - "Fortloc](https://www.fortloc.com/pages/articles/museums/PaganiMuseum/)\n", + "SUBSCRIBE\n", "\n", - "Located close to the Pagani factory, this museum is a place all fans of cars and the combustion engine should \n", - "definitely consider visiting.\n", + "No Thanks\n", "\n", - "9. [Lamborghini, Ferrari, Pagani - the best of the Italian Motor \n", - "valley](https://grandhotelmajestic.duetorrihotels.com/en/luxury-hotel-italy-5-stars-bologna/lamborghini-ferrari-pag\n", - "ani-best-italian-motor-valley)\n", + "##### You’re all set\n", "\n", - "Visit to Pagani Museum & Factory in San Cesario sul Panaro, privileged ... Italy tel: +39 051 225445 - \n", - "info.ghmajestic@duetorrihotels.com. CIR 037006-AL ...\n", - "Coordinates for McLaren Woking, UK: ## Search Results\n", - "0. [GPS coordinates of McLaren Technology Centre, United Kingdom \n", - "...](https://latitude.to/articles-by-country/gb/united-kingdom/11557/mclaren-technology-centre)\n", + "Thank you for your subscription.\n", "\n", - "GPS coordinates of McLaren Technology Centre, United Kingdom. Latitude: 51.3408 Longitude: -0.5423.\n", + "================================================================================\n", "\n", - "1. [McLaren Technology Centre - Wikipedia](https://en.wikipedia.org/wiki/McLaren_Technology_Centre)\n", + "Content from IMDb:\n", + "Error fetching the webpage: 403 Client Error: Forbidden for url: https://www.imdb.com/title/tt1877830/locations/\n", "\n", - "McLaren Technology Centre ; General information ; Architectural style, Modern ; Location, Woking, England ; \n", - "Coordinates · 51°20′45.0″N 0°32′54.0″W / 51.345833°N ...\n", + "Out: None\n" + ], + "text/html": [ + "
Execution logs:\n",
+              "Content from Travel and Leisure Asia:\n",
+              "Batman Movie Locations You Can Visit In Person!\n",
+              "\n",
+              " \n",
+              "\n",
+              "![facebook](https://www.facebook.com/tr?id=394443515072288&ev=PageView\n",
+              "  &noscript=1)\n",
+              "\n",
+              " \n",
+              "\n",
+              "       Menu \n",
+              "\n",
+              " [![Travel and Leisure Asia | \n",
+              "Global](https://images.travelandleisureasia.com/wp-content/uploads/sites/3/2024/04/12203157/TL-SEA-Hong-Kong-Macau.\n",
+              "png)](https://www.travelandleisureasia.com/global/ \"Travel and Leisure Asia | Global\")  \n",
+              "\n",
+              " \n",
+              " \n",
+              "\n",
+              " \n",
+              "\n",
+              "GLOBAL\n",
+              "\n",
+              "* [Global](/global/)\n",
+              "* [IN](/in/)\n",
+              "* [SG](/sg/)\n",
+              "* [HK](/hk/)\n",
+              "* [TH](/th/)\n",
+              "* [MY](/my/)\n",
+              "\n",
+              "* [Destinations](https://www.travelandleisureasia.com/global/destinations/)\n",
+              "  + [India](https://www.travelandleisureasia.com/global/destinations/india/)\n",
+              "  + [South Asia](https://www.travelandleisureasia.com/global/destinations/south-asia/)\n",
+              "  + [Southeast Asia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/)\n",
+              "  + [Asia](https://www.travelandleisureasia.com/global/destinations/asia/)\n",
+              "  + [North America](https://www.travelandleisureasia.com/global/destinations/north-america/)\n",
+              "  + [Central & South America](https://www.travelandleisureasia.com/global/destinations/central-and-south-america/)\n",
+              "  + [Europe](https://www.travelandleisureasia.com/global/destinations/europe/)\n",
+              "  + [Middle-East](https://www.travelandleisureasia.com/global/destinations/middle-east/)\n",
+              "  + [Australia & South \n",
+              "Pacific](https://www.travelandleisureasia.com/global/destinations/australia-and-south-pacific/)\n",
+              "  + [Africa](https://www.travelandleisureasia.com/global/destinations/africa/)\n",
+              "* [Hotels](https://www.travelandleisureasia.com/global/hotels/)\n",
+              "  + [India](https://www.travelandleisureasia.com/global/hotels/india-hotels/)\n",
+              "  + [South Asia](https://www.travelandleisureasia.com/global/hotels/south-asia-hotels/)\n",
+              "  + [Southeast Asia](https://www.travelandleisureasia.com/global/hotels/southeast-asia-hotels/)\n",
+              "  + [Asia](https://www.travelandleisureasia.com/global/hotels/asia-hotels/)\n",
+              "  + [North America](https://www.travelandleisureasia.com/global/hotels/north-america-hotels/)\n",
+              "  + [Central & South America](https://www.travelandleisureasia.com/global/hotels/central-and-south-america-hotels/)\n",
+              "  + [Europe](https://www.travelandleisureasia.com/global/hotels/europe-hotels/)\n",
+              "  + [Middle-East](https://www.travelandleisureasia.com/global/hotels/middle-east-hotels/)\n",
+              "  + [Australia & South \n",
+              "Pacific](https://www.travelandleisureasia.com/global/hotels/australia-and-south-pacific-hotels/)\n",
+              "  + [Africa](https://www.travelandleisureasia.com/global/hotels/africa-hotels/)\n",
+              "* [Luxury Awards 2025](https://awards.travelandleisureasia.com/luxuryawards2025/)\n",
+              "* [People](https://www.travelandleisureasia.com/global/people/)\n",
+              "  + [Travellers](https://www.travelandleisureasia.com/global/people/travellers/)\n",
+              "  + [Culture](https://www.travelandleisureasia.com/global/people/culture/)\n",
+              "* [Dining](https://www.travelandleisureasia.com/global/dining/)\n",
+              "  + [Food](https://www.travelandleisureasia.com/global/dining/food/)\n",
+              "  + [Drink](https://www.travelandleisureasia.com/global/dining/drink/)\n",
+              "  + [Reviews](https://www.travelandleisureasia.com/global/dining/reviews/)\n",
+              "* [Trips](https://www.travelandleisureasia.com/global/trips/)\n",
+              "  + [Road Trips](https://www.travelandleisureasia.com/global/trips/road-trips/)\n",
+              "  + [Family Travel](https://www.travelandleisureasia.com/global/trips/family-travel/)\n",
+              "  + [Solo Travel](https://www.travelandleisureasia.com/global/trips/solo-travel/)\n",
+              "  + [Outdoors](https://www.travelandleisureasia.com/global/trips/outdoors/)\n",
+              "  + [Cruises](https://www.travelandleisureasia.com/global/trips/cruises/)\n",
+              "  + [Beaches & Islands](https://www.travelandleisureasia.com/global/trips/beaches-and-islands/)\n",
+              "  + [Homestays](https://www.travelandleisureasia.com/global/trips/homestays/)\n",
+              "  + [Zodiac Travels](https://www.travelandleisureasia.com/global/trips/zodiac-travels/)\n",
+              "  + [Wellness & Spas](https://www.travelandleisureasia.com/global/trips/wellness-and-spas/)\n",
+              "* [Travel Tips](https://www.travelandleisureasia.com/global/travel-tips/)\n",
+              "  + [Accessories](https://www.travelandleisureasia.com/global/travel-tips/accessories/)\n",
+              "  + [Points and Miles](https://www.travelandleisureasia.com/global/travel-tips/points-and-miles/)\n",
+              "  + [Planning](https://www.travelandleisureasia.com/global/travel-tips/trip-planning/)\n",
+              "* [#TheGreenEdit](https://www.travelandleisureasia.com/global/tag/thegreenedit/)\n",
+              "* [T+L Tastemakers](https://www.travelandleisureasia.com/global/tl-tastemakers/)\n",
+              "* [#TLKids](https://www.travelandleisureasia.com/global/tag/tlkids/)\n",
+              "* [News](https://www.travelandleisureasia.com/global/news/)\n",
+              "* [Sustainable Travel](https://www.travelandleisureasia.com/global/trips/the-conscious-traveller/)\n",
+              "* [T+L Experiences](https://experiences.travelandleisureasia.com/)\n",
+              "* [more nav](#)\n",
+              "\n",
+              " [![Travel and Leisure Asia | \n",
+              "Global](https://images.travelandleisureasia.com/wp-content/uploads/sites/3/2024/04/12203157/TL-SEA-Hong-Kong-Macau.\n",
+              "png)](#)  \n",
+              "  \n",
+              "\n",
+              "* [Destinations](https://www.travelandleisureasia.com/global/destinations/)\n",
+              "  + [India](https://www.travelandleisureasia.com/global/destinations/india/)\n",
+              "  + [South\n",
+              "..._This content has been truncated to stay below 10000 characters_...\n",
+              "ges.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](https://www.travelandlei\n",
+              "sureasia.com/global/destinations/north-america/this-region-is-called-canadas-napa-valley-and-its-the-best-kept-wint\n",
+              "er-secret/) \n",
+              "\n",
+              "[North America](https://www.travelandleisureasia.com/global/destinations/north-america/) \n",
+              "\n",
+              "### [This Region Is Called 'Canada's Napa Valley'—And It's The Best-kept Winter \n",
+              "Secret](https://www.travelandleisureasia.com/global/destinations/north-america/this-region-is-called-canadas-napa-v\n",
+              "alley-and-its-the-best-kept-winter-secret/ \"This Region Is Called 'Canada's Napa Valley'—And It's The Best-kept \n",
+              "Winter Secret\")\n",
+              "\n",
+              "4 days ago | 6 min read\n",
+              "\n",
+              "[![Did You Know These Popular Indian Movies Were Shot In \n",
+              "Thailand?](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](ht\n",
+              "tps://www.travelandleisureasia.com/global/destinations/southeast-asia/indian-movies-shot-in-thailand/) \n",
+              "\n",
+              "[Southeast Asia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/) \n",
+              "\n",
+              "### [Did You Know These Popular Indian Movies Were Shot In \n",
+              "Thailand?](https://www.travelandleisureasia.com/global/destinations/southeast-asia/indian-movies-shot-in-thailand/ \n",
+              "\"Did You Know These Popular Indian Movies Were Shot In Thailand?\")\n",
+              "\n",
+              "4 days ago | 7 min read\n",
+              "\n",
+              "[![Temples, Trails, And Towers: Be Charmed These Beautiful Places In \n",
+              "Taiwan](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](https\n",
+              "://www.travelandleisureasia.com/global/destinations/asia/beautiful-places-to-visit-in-taiwan-temples-trails-towers/\n",
+              ") \n",
+              "\n",
+              "[Asia](https://www.travelandleisureasia.com/global/destinations/asia/) \n",
+              "\n",
+              "### [Temples, Trails, And Towers: Be Charmed These Beautiful Places In \n",
+              "Taiwan](https://www.travelandleisureasia.com/global/destinations/asia/beautiful-places-to-visit-in-taiwan-temples-t\n",
+              "rails-towers/ \"Temples, Trails, And Towers: Be Charmed These Beautiful Places In Taiwan\")\n",
+              "\n",
+              "5 days ago | 9 min read\n",
+              "\n",
+              "[![Explore The Best Of Shanghai: Places To Visit In China's Dazzling Futuristic \n",
+              "City](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](https:/\n",
+              "/www.travelandleisureasia.com/global/destinations/asia/places-to-visit-in-shanghai-yu-garden-jade-buddha-temple-the\n",
+              "-bund/) \n",
+              "\n",
+              "[Asia](https://www.travelandleisureasia.com/global/destinations/asia/) \n",
+              "\n",
+              "### [Explore The Best Of Shanghai: Places To Visit In China's Dazzling Futuristic \n",
+              "City](https://www.travelandleisureasia.com/global/destinations/asia/places-to-visit-in-shanghai-yu-garden-jade-budd\n",
+              "ha-temple-the-bund/ \"Explore The Best Of Shanghai: Places To Visit In China's Dazzling Futuristic City\")\n",
+              "\n",
+              "6 days ago | 8 min read\n",
+              "\n",
+              "[![The Best Places To Visit In Langkawi, \n",
+              "Malaysia](https://images.travelandleisureasia.com/wp-content/uploads/default/tl-placeholder-image.png?tr=q-50)](htt\n",
+              "ps://www.travelandleisureasia.com/global/destinations/southeast-asia/the-best-places-to-visit-in-langkawi-malaysia/\n",
+              ") \n",
+              "\n",
+              "[Southeast Asia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/) \n",
+              "\n",
+              "### [The Best Places To Visit In Langkawi, \n",
+              "Malaysia](https://www.travelandleisureasia.com/global/destinations/southeast-asia/the-best-places-to-visit-in-langk\n",
+              "awi-malaysia/ \"The Best Places To Visit In Langkawi, Malaysia\")\n",
               "\n",
-              "2. [GPS coordinates of McLaren, United Kingdom. \n",
-              "Latitude](https://latitude.to/articles-by-country/gb/united-kingdom/669/mclaren)\n",
+              "6 days ago | 16 min read\n",
               "\n",
-              "McLaren Racing Limited, trading as McLaren Honda, is a British Formula One team based at the McLaren Technology \n",
-              "Centre, Woking, Surrey, England.\n",
+              "### Sign up for our newsletters to have the latest stories delivered straight to your inbox every week.\n",
               "\n",
-              "3. [McLaren Technology Centre in Woking, UK | \n",
-              "Tripomatic](https://tripomatic.com/en/poi/mclaren-technology-centre-poi:56689)\n",
+              "I agree to the [Privacy Policy](https://www.travelandleisureasia.com/global/privacy/)\n",
               "\n",
-              "Official website http://www.mclaren.com/. Phone +44 1483 261000. Address Chertsey Road, Woking, Surrey GU21 4YH, \n",
-              "UK. Coordinates 51°19'32.344\" N -0°32'59.856\" E ...\n",
+              "* [SINGAPORE](https://www.travelandleisureasia.com/sg/ \"Singapore\")\n",
+              "* [HONG KONG](https://www.travelandleisureasia.com/hk/ \"Homg Kong\")\n",
+              "* [THAILAND](https://www.travelandleisureasia.com/th/ \"Thailand\")\n",
+              "* [MALAYSIA](https://www.travelandleisureasia.com/my/ \"Malaysia\")\n",
+              "* [INDIA](https://www.travelandleisureasia.com/in/ \"India\")\n",
+              "* [GLOBAL](https://www.travelandleisureasia.com/global/ \"Global\")\n",
               "\n",
-              "4. [McLaren Technology Centre, Chertsey Road, Durnford Farm \n",
-              "...](https://www.findlatitudeandlongitude.com/l/McLaren+Technology+Centre%2C+Chertsey+Road%2C+Durnford+Farm%2C+Woki\n",
-              "ng%2C+Surrey%2C+South+East%2C+England%2C+GU21+4YH%2C+United+Kingdom/6572788/)\n",
+              "* [About Us](https://www.travelandleisureasia.com/global/about-us/)\n",
+              "* [Contact Us](https://www.travelandleisureasia.com/global/contact-us/)\n",
+              "* [Privacy Policy](https://www.travelandleisureasia.com/global/privacy/)\n",
+              "* [Terms & Conditions](https://www.travelandleisureasia.com/global/terms-conditions/)\n",
               "\n",
-              "latitude · longitude · McLaren Technology Centre, Chertsey Road, Durnford Farm, Woking, Surrey, South East, \n",
-              "England, GU21 4YH, United Kingdom.\n",
+              "© 2025 Copyright TRAVEL + LEISURE ASIA site by [Burdaluxury](https://www.burdaluxury.com/)\n",
               "\n",
-              "5. [McLaren Technology Centre (Scientific facility) - Mapy.cz](https://en.mapy.cz/?source=osm&id=1048343463)\n",
+              "* [Burda Luxury](https://www.burdaluxury.com/ \"Burda Luxury\")\n",
+              "* [ARCHITECTURE + DESIGN](https://www.architectureplusdesign.in/ \"ARCHITECTURE + DESIGN\")\n",
+              "* [August Man](https://www.augustman.com/ \"August Man\")\n",
+              "* [Lifestyle Asia](https://www.lifestyleasia.com/ \"Lifestyle Asia\")\n",
+              "* [Prestige Online](https://www.prestigeonline.com/ \"Prestige Online\")\n",
+              "* [Pin Prestige](https://www.pinprestige.com \"Pin Prestige\")\n",
+              "* [Hello Thailand](https://th.hellomagazine.com/ \"Hello Thailand\")\n",
               "\n",
-              "The McLaren Technology Centre is the headquarters of the McLaren Group and its subsidiaries, located on a 500000 m2\n",
-              "site in Woking, Surrey, England.\n",
+              "×\n",
+              "Never miss an update\n",
               "\n",
-              "6. [Get in Touch With the Team - Contact McLaren Racing](https://www.mclaren.com/racing/contact-us/)\n",
+              "Subscribe to our newsletter to get the latest on travel, stay & dining.\n",
               "\n",
-              "Addresses. McLaren Technology Centre Chertsey Road, Woking, Surrey GU21 4YH, UK. 6803 Coffman Road Indianapolis \n",
-              "46268, IN, USA. Bicester Heritage Buckingham ...\n",
+              "agree to receive this\n",
+              "newsletter.\n",
               "\n",
-              "7. [McLaren Headquarters : r/formula1 - \n",
-              "Reddit](https://www.reddit.com/r/formula1/comments/7wazsr/mclaren_headquarters/)\n",
-              "Date published: Feb 9, 2018\n",
+              "SUBSCRIBE\n",
               "\n",
-              "It has an underground, yes. It was originally storage, but as the company grew it's been turned into office space.\n",
+              "No Thanks\n",
               "\n",
-              "8. [McLaren Technology Centre in Woking, United Kingdom (Google \n",
-              "...](https://virtualglobetrotting.com/map/mclaren-technology-centre/view/google/)\n",
+              "##### You’re all set\n",
               "\n",
-              "The McLaren Technology Centre is the corporate and production headquarters for the McLaren Group. This state of the\n",
-              "art centre, designed by renowned architect ...\n",
+              "Thank you for your subscription.\n",
               "\n",
-              "9. [Contacts | McLaren Applied Portal](https://portal.mclarenapplied.com/Portal/Portal/Contacts)\n",
+              "================================================================================\n",
               "\n",
-              "McLaren Applied Ltd. Victoria Gate Chobham Road Woking GU21 6JD United Kingdom · McLaren Applied Ltd. McLaren \n",
-              "Technology Centre Chertsey Road Woking GU21 4YH\n",
-              "Could not find coordinates for McLaren Woking, UK\n",
-              "Coordinates for Zenvo Præstø, Denmark: ## Search Results\n",
-              "0. [Terms and Conditions | Zenvo Automotive A/S](https://zenvoautomotive.com/terms_and_conditions/)\n",
-              "Date published: Jul 27, 2018\n",
+              "Content from IMDb:\n",
+              "Error fetching the webpage: 403 Client Error: Forbidden for url: https://www.imdb.com/title/tt1877830/locations/\n",
               "\n",
-              "(e) We/Our/Us: Zenvo Automotive A/S (CVR no. 30734971) Rosagervej 15, DK-4720 Præstø, \n",
-              "Denmark[/vc_column_text][/vc_accordion_tab][ ...\n",
+              "Out: None\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[2m[Step 2: Duration 5.56 seconds| Input tokens: 11,060 | Output tokens: 472]\u001b[0m\n" + ], + "text/html": [ + "
[Step 2: Duration 5.56 seconds| Input tokens: 11,060 | Output tokens: 472]\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m4\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], + "text/html": [ + "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;248;248;242;48;2;39;40;34murl3\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/movies/b/The-Batman-2022-2.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34murl4\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/movies/d/Dark-Knight.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mcontent3\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mvisit_webpage\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl3\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mcontent4\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mvisit_webpage\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl4\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mContent from Movie Locations (The Batman 2022):\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent3\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m\\n\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m+\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m=\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m*\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m80\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m+\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m\\n\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;149;144;119;48;2;39;40;34m# Print separator between pages\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mContent from Movie Locations (The Dark Knight 2008):\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent4\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], + "text/html": [ + "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
+              "  url3 = \"https://movie-locations.com/movies/b/The-Batman-2022-2.php\"                                              \n",
+              "  url4 = \"https://movie-locations.com/movies/d/Dark-Knight.php\"                                                    \n",
+              "                                                                                                                   \n",
+              "  content3 = visit_webpage(url=url3)                                                                               \n",
+              "  content4 = visit_webpage(url=url4)                                                                               \n",
+              "                                                                                                                   \n",
+              "  print(\"Content from Movie Locations (The Batman 2022):\")                                                         \n",
+              "  print(content3)                                                                                                  \n",
+              "  print(\"\\n\" + \"=\"*80 + \"\\n\")  # Print separator between pages                                                     \n",
+              "  print(\"Content from Movie Locations (The Dark Knight 2008):\")                                                    \n",
+              "  print(content4)                                                                                                  \n",
+              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[1mExecution logs:\u001b[0m\n", + "Content from Movie Locations (The Batman 2022):\n", + "The Batman | Film Locations\n", + "\n", + "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + " + [0](../0/0-movies.php)\n", + " + [A](../a/a-movies.php)\n", + " + [B](../b/b-movies.php)\n", + " + [C](../c/c-movies.php)\n", + " + [D](../d/d-movies.php)\n", + " + [E](../e/e-movies.php)\n", + " + [F](../f/f-movies.php)\n", + " + [G](../g/g-movies.php)\n", + " + [H](../h/h-movies.php)\n", + " + [I](../i/i-movies.php)\n", + " + [J](../j/j-movies.php)\n", + " + [K](../k/k-movies.php)\n", + " + [L](../l/l-movies.php)\n", + " + [M](../m/m-movies.php)\n", + " + [N](../n/n-movies.php)\n", + " + [O](../o/o-movies.php)\n", + " + [P](../p/p-movies.php)\n", + " + [Q](../q/q-movies.php)\n", + " + [R](../r/r-movies.php)\n", + " + [S](../s/s-movies.php)\n", + " + [T](../t/t-movies.php)\n", + " + [U](../u/u-movies.php)\n", + " + [V](../v/v-movies.php)\n", + " + [W](../w/w-movies.php)\n", + " + [X](../x/x-movies.php)\n", + " + [Y](../y/y-movies.php)\n", + " + [Z](../z/z-movies.php)\n", + "* [|   PLACES](../../places.php)\n", + " + [AFRICA](../../places/africa.php)\n", + " + [ASIA](../../places/asia.php)\n", + " + [CANADA](../../places/canada.php)\n", + " + [CARIBBEAN](../../places/caribbean.php)\n", + " + [CENTRAL AMERICA](../../places/centam.php)\n", + " + [EUROPE](../../places/europe.php)\n", + " + [MIDDLE EAST](../../places/mideast.php)\n", + " + [OCEANIA](../../places/oceania.php)\n", + " + [RUSSIA](../../places/russia/russia.php)\n", + " + [SOUTH AMERICA](../../places/samerica.php)\n", + " + [UNITED KINGDOM](../../places/uk.php)\n", + " + [USA](../../places/usa.php)\n", + "* [|   PEOPLE](../../people.php)\n", + " + [A](../../people/a/a-people.php)\n", + " + [B](../../people/b/b-people.php)\n", + " + [C](../../people/c/c-people.php)\n", + " + [D](../../people/d/d-people.php)\n", + " + [E](../../people/e/e-people.php)\n", + " + [F](../../people/f/f-people.php)\n", + " + [G](../../people/g/g-people.php)\n", + " + [H](../../people/h/h-people.php)\n", + " + [I](../../people/i/i-people.php)\n", + " + [J](../../people/j/j-people.php)\n", + " + [K](../../people/k/k-people.php)\n", + " + [L](../../people/l/l-people.php)\n", + " + [M](../../people/m/m-people.php)\n", + " + [N](../../people/n/n-people.php)\n", + " + [O](../../people/o/o-people.php)\n", + " + [P](../../people/p/p-people.php)\n", + " + [Q](../../people/q/q-people.php)\n", + " + [R](../../people/r/r-people.php)\n", + " + [S](../../people/s/s-people.php)\n", + " + [T](../../people/t/t-people.php)\n", + " + [U](../../people/u/u-people.php)\n", + " + [V](../../people/v/v-people.php)\n", + " + [W](../../people/w/w-people.php)\n", + " + [X](../../people/x/x-people.php)\n", + " + [Y](../../people/y/y-people.php)\n", + " + [Z](../../people/z/z-people.php)\n", + "* [|   MORE](#)\n", + " + [ABOUT](../../about.php)\n", + " + [TRAVEL](../../travel.php)\n", + " + [FEATURES](../../features.php)\n", + " + [LINKS](../../links.php)\n", + "* [|   SEARCH](#)\n", + "* |\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + "* [|   PLACES](../../places.php)\n", + "* [|   PEOPLE](../../people.php)\n", + "\n", + "[Home](../../index.php) > [Films](../../movies.php) > [B](b-movies.php) > The batman\n", + "\n", + "Monday February 24th 2025\n", + "\n", + "The Batman | 2022\n", + "=================\n", + "\n", + "![The Batman filming location: St George's Hall, Liverpool](../f/Fantastic-Beasts-St-Georges-ext.jpg)\n", + "The Batman location: The memorial service for the murdered Mayor at 'Gotham City Hall': East Front, St George's \n", + "Hall, Liverpool | Photograph: [Wikimedia / \n", + "Superchilum](https://commons.wikimedia.org/wiki/File:St._George's_Hall_Liverpool_02.jpg)\n", + "\n", + "![The-Batman poster](The-Batman.jpg)\n", + "\n", + "* Locations |\n", + "* [Merseyside](../../places/uk/mersey.php);\n", + "* [London](../../places/uk/gtrlondon.php);\n", + "* [Scotland](../../places/uk/scotland.php);\n", + "* [Bedfordshire](../../places/uk/beds.php);\n", + "* [Hertfordshire](../../places/uk/herts.php);\n", + "* [Essex](../../places/uk/essex.php);\n", + "* [Surrey](../../places/uk/surrey.php);\n", + "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php)\n", + "\n", + "* DIRECTOR |\n", + "* [Matt Reeves](../../people/r/reevesmatt.php)\n", + "\n", + "* CAST |\n", + "* [Robert Pattinson,](../../people/p/pattinsonr.php)\n", + "* [Paul Dano,](../../people/d/danop.php)\n", + "* [Zoë Kravitz,](../../people/k/kravitzz.php)\n", + "* [Jeffrey Wright,](../../people/w/wrightj.php)\n", + "* [Andy Serkis,](../../people/s/serkisa.php)\n", + "* [Colin Farrell,](../../people/f/farrellc.php)\n", + "* [John Turturro,](../../people/t/turturroj.php)\n", + "* [Peter Sarsgaard,](../../people/s/sarsgaardp.php)\n", + "* [Jayme Lawson,](../../people/l/lawsonj.php)\n", + "* [Barry Keoghan](../../people/k/keoghanb.php)\n", + "\n", + "It’s back to [Liverpool](../../places/uk/mersey.php) for the pillared frontage of ‘Gotham City Hall’, which is [St \n", + "George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/) once again, but this time the much longer \n", + "eastern front with its equestrian statues on Lime Street.\n", + "\n", + "The cathedral-like interior, where the memorial service for Mayor Mitchell is crashed by the DA’s car, is a \n", + "wonderfully impressive studio set, built inside the Cardington Airship Hangar 1, frequently used as studio space by\n", + "[Christopher Nolan](../../people/n/nolanc.php).\n", + "\n", + "The resulting mayhem sees the Batman taken into custody but, before Gotham’s finest can so much as take off his \n", + "mask, Gordon has facilitated his escape.\n", + "\n", + "![The Batman filming location: Lethaby Building, Southampton Row, Holborn, London \n", + "WC1](../i/Imitation-Game-Central-S\n", + "..._This content has been truncated to stay below 10000 characters_...\n", + "n.php) . You can see it, under construction, at the end of the river chase in 1999 Bond movie [The World Is Not \n", + "Enough](../w/World-Is-Not-Enough.php).\n", + "\n", + "And, no, they didn’t flood the arena. As the waters rise, the production moved to a studio tank.\n", + "\n", + "If you’re waiting for [Glasgow](https://peoplemakeglasgow.com/) to make an appearance, you’ll have to wait for the \n", + "epilogue when Selina Kyle ([Zoë Kravitz](../../people/k/kravitzz.php)) visits her mother’s memorial.\n", "\n", - "1. [Præstø - Wikipedia](https://en.wikipedia.org/wiki/Pr%C3%A6st%C3%B8)\n", + "![The Batman filming location: Bridge of Sighs, Glasgow \n", + "Necropolis](The-Batman-Glasgow-Necropolis-Bridge-of-Sighs.jpg)\n", + "The Batman location: The Batman and Selina exit the cemetery: Bridge of Sighs, Glasgow Necropolis | Photograph: \n", + "[Wikimedia / \n", + "Marcok](https://commons.wikimedia.org/wiki/File:Glasgow_Cathedral_Square_Bridge_of_Sighs_by_Marcok_2018-08-23.jpg)\n", "\n", - "Præstø. Præstø (Denmark Region Zealand). Show map of Denmark Show map of Denmark Region Zealand Show all. \n", - "Coordinates: 55°7′14″N 12°2′37″E / 55.12056 ...\n", + "The gloomy cemetery, in which Batman reluctantly turns down the offer to go off with Selina, is \n", + "[Glasgow](https://peoplemakeglasgow.com/)’s [Necropolis](https://www.glasgownecropolis.org/), the city’s \n", + "extravagant Victorian burial ground. The two bikes speeding past the carved memorials show the \n", + "[Necropolis](https://www.glasgownecropolis.org/) at its best but there’s still a crafty little trick left.\n", "\n", - "2. [GPS coordinates of Præstø, Denmark. Latitude: 55.1178 \n", - "Longitude](https://latitude.to/map/dk/denmark/cities/praesto)\n", + "![The Batman filming location: Cherry Lane entrance, Anfield Cemetery, Liverpool](The-Batman-Anfield-Cemetery.jpg)\n", + "The Batman location: The Batman and Selina exit the cemetery: Cherry Lane entrance, Anfield Cemetery, Liverpool | \n", + "Photograph: [Wikimedia / \n", + "Rept0n1x](https://commons.wikimedia.org/wiki/File:Anfield_Cemetery,_Cherry_Lane_entrance_(5).JPG)\n", "\n", - "Satellite map of Præstø. Præstø is a town with a population of 3,821 (1 January 2015) and a former municipality \n", - "(Danish, kommune) in Vordingborg Municipality ...\n", + "They drive west from the cemetery across the stone arch, known as the Bridge of Sighs, on Church Street but the \n", + "dark little Gothic tunnel they come to is the eastern entrance to [Anfield \n", + "Cemetery](https://liverpool.gov.uk/births-marriage-deaths/deaths/burials-and-cremations/cemeteries-and-crematoria/a\n", + "nfield-cemetery-and-crematorium/), on Cherry Lane, in [Liverpool](../../places/uk/mersey.php). But only for that \n", + "brief moment.\n", "\n", - "3. [Zenvo Automotive - Automobile Brands](https://brands.myautoworld.com/zenvo-automotive/)\n", + "Instantly they’re back in [Glasgow](https://peoplemakeglasgow.com/), on Wishart Street alongside the \n", + "[Necropolis](https://www.glasgownecropolis.org/), with the Batman riding away – under the Bridge of Sighs arch they\n", + "had crossed minutes earlier.\n", "\n", - "Zenvo Automotive, a Danish supercar manufacturer founded in 2007 is located in Praestoe, Denmark with its sales \n", - "located in Zug, Switzerland.\n", + "[Page 1](The-Batman-2022.php)   |   Page 2\n", "\n", - "4. [Zenvo Automotive - Wikipedia](https://en.wikipedia.org/wiki/Zenvo_Automotive)\n", + "[* ![film locations banner](../../images/bar-hub-1.jpg)\n", + "* ![film locations banner](../../images/bar-hub-2.jpg)\n", + "* ![film locations banner](../../images/bar-hub-3.jpg)\n", + "* ![film locations banner](../../images/bar-hub-4.jpg)\n", + "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n", "\n", - "Zenvo Automotive A/S is a Danish supercar manufacturer located in Præstø on the Danish Island of Zealand. \n", - "Co-founded in 2007 by Jesper Jensen and Troels ...\n", + "---\n", "\n", - "5. [Zenvo Automotive A/S Company Profile | Præstø, Sjælland, \n", - "Denmark](https://www.dnb.com/business-directory/company-profiles.zenvo_automotive_a-s.5b6c127e6384da219c50375bf83d8\n", - "c8f.html)\n", + "Visit The Film Locations\n", + "========================\n", "\n", - "Find company research, competitor information, contact details & financial data for Zenvo Automotive A/S of Præstø,\n", - "Sjælland.\n", + "UK | Merseyside\n", + "---------------\n", "\n", - "6. [Præstø on the map of Denmark, location on the map, exact time](https://jm.maptons.com/3316373)\n", + "---\n", "\n", - "Exact geographical coordinates, latitude and longitude — 55.118313, 12.055145. Præstø is located in the time zone \n", - "Central European Standard Time. The ...\n", + "Visit: [Liverpool](http://www.visitliverpool.com)\n", "\n", - "7. [Zenvo - Facebook](https://www.facebook.com/ZenvoAutomotiveOfficial/)\n", + "Flights: [Liverpool John Lennon Airport](https://www.liverpoolairport.com), Speke, Liverpool L24 1YD (tel: \n", + "0871.521.8484)\n", "\n", - "Zenvo, Præstø. 167433 likes · 109 talking about this. The Danish 'smiles per mile' hypercar. Home of the Aurora \n", - "V12, TSR-GT, TSR-S, TSR, TS1-GT and ST1.\n", + "Rail: [Liverpool Lime Street](https://www.networkrail.co.uk/liverpool-lime-street-station/departures-arrivals/), \n", + "from [London Euston](http://www.networkrail.co.uk/london-euston-station/departures-arrivals/)\n", "\n", - "8. [Work With Us | Zenvo Automotive A/S](https://zenvoautomotive.com/careers/)\n", + "Visit: [St George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/), St George's Place, Liverpool L1 1JJ.\n", "\n", - "Location: Præstø, Denmark or Viken, Sweden Job Type: Full-Time. Job Summary. We are seeking a highly motivated and \n", - "assertive Digital Mock-Up (DMU) Engineer ...\n", + "Visit: The [Royal Liver Building](https://rlb360.com/), Pier Head, Liverpool L3 1HU.\n", "\n", - "9. [Latitude and longitude of Præstø, Denmark - GPS \n", - "Coordinates](https://latlong.info/denmark/region-zealand/praesto)\n", + "UK | London\n", + "-----------\n", "\n", - "Præstø is located at Denmark country in the states place category with the gps coordinates of 55° 7' 25.464'' N and\n", - "12° 2' 41.172 E. Geographic coordinates are ...\n", - "Coordinates for Porsche Leipzig, Germany: ## Search Results\n", - "0. [Contact & Directions - Porsche Leipzig](https://www.porsche-leipzig.com/en/service/contact-directions)\n", + "---\n", "\n", - "Porsche Experience Center Leipzig +49 341 999 13 911 Opening hours Monday - Friday: closed (except for booked \n", - "events) Saturday: closed (except for booked ...\n", + "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n", "\n", - "1. [Porsche Leipzig](https://www.porsche-leipzig.com/en/)\n", + "Visit: [London](http://www.visitlondon.com)\n", "\n", - "Visit us at the Porsche Experience Center Leipzig and find out what it means to experience from 0 to experience.\n", + "Travelling: [Transport For London](https://tfl.gov.uk)\n", "\n", - "2. [Factory Leipzig](https://www.porsche-leipzig.com/en/production)\n", + "Visit: [The O2 Arena](https://www.theo2.co.uk/), Peninsula Square, London SE10 0DX (tube: North Greenwich, Jubilee \n", + "Line).\n", "\n", - "Event Location​​ Here you will find an exciting environment with professional support for events of all kinds and \n", - "sizes. Your individual event at Porsche Leipzig.\n", + "UK | Scotland\n", + "-------------\n", "\n", - "3. [Porsche AG – locations and contact](https://www.porsche.com/pap/_indonesia_/locations-and-contact/porsche-ag/)\n", + "---\n", "\n", - "Closed on weekends and public holidays, as well as during factory holidays. Contact Leipzig: Factory Collection \n", - "Porschestraße 1 04158 Leipzig, Germany Phone +49 ...\n", + "Visit: [Scotland](http://www.visitscotland.com)\n", "\n", - "4. [Imprint - Porsche Leipzig](https://www.porsche-leipzig.com/en/imprint)\n", + "Visit: [Glasgow](http://visit-glasgow.info) (rail: Glasgow Central)\n", "\n", - "Provider. Porsche Leipzig GmbH. Porschestraße 1. D-04158 Leipzig Tel: (+49) 0341 99913-911. E-Mail: \n", - "info@porsche-leipzig.com ...\n", + "Visit: [Glasgow Necropolis](https://www.glasgownecropolis.org/), Castle Street, Glasgow G4 0UZ.\n", "\n", - "5. [Leipzig - Porsche Newsroom](https://newsroom.porsche.com/en/company/leipzig.html)\n", + "UK | Bedfordshire\n", + "-----------------\n", "\n", - "Porsche Leipzig GmbH is a wholly-owned subsidiary of Dr. Ing. hc F. Porsche AG. Founded in 2000, the plant has \n", - "developed into a centre of excellence for ...\n", + "---\n", "\n", - "6. [[PDF] Directions to Porsche \n", - "Leipzig.](https://www.porsche-leipzig.com/fileadmin/redakteur/2019/Directions_19.pdf)\n", + "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n", "\n", - "Porschestraße 1. 04158 Leipzig. Latitude: 51.410000. Longitude: 12.295556. From the city centre/main train station.\n", - "1) By public transport. • Take Tram 10/11.\n", + "UK | Hertfordshire\n", + "------------------\n", + "\n", + "---\n", + "\n", + "Visit: [Hertfordshire](http://www.hertfordshirelep.com/enjoy/)\n", + "\n", + "Illinois | Chicago\n", + "------------------\n", + "\n", + "---\n", + "\n", + "Visit: [Chicago](http://www.chooseChicago.com)\n", + "\n", + "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n", + "(tel: 800.832.6352)\n", + "\n", + "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n", + "\n", + "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n", + "\n", + " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n", + "\n", + "---\n", + "\n", + "* [Home](../../index.php)\n", + "* [Films](../../movies.php)\n", + "* [Places](../../places.php)\n", + "* [People](../../people.php)\n", + "* [Travel](../../travel.php)\n", + "* [Features](../../features.php)\n", + "* [Links](../../links.php)\n", + "* [Contact](mailto:info@movie-locations.com)\n", + "\n", + "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n", + "material Copyright © 2025 The Worldwide Guide To Movie Locations\n", + "\n", + "================================================================================\n", + "\n", + "Content from Movie Locations (The Dark Knight 2008):\n", + "Film Locations for Christopher Nolan's The Dark Knight, in Chicago, London, Bedfordshire and China\n", + "\n", + "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + " + [0](../0/0-movies.php)\n", + " + [A](../a/a-movies.php)\n", + " + [B](../b/b-movies.php)\n", + " + [C](../c/c-movies.php)\n", + " + [D](../d/d-movies.php)\n", + " + [E](../e/e-movies.php)\n", + " + [F](../f/f-movies.php)\n", + " + [G](../g/g-movies.php)\n", + " + [H](../h/h-movies.php)\n", + " + [I](../i/i-movies.php)\n", + " + [J](../j/j-movies.php)\n", + " + [K](../k/k-movies.php)\n", + " + [L](../l/l-movies.php)\n", + " + [M](../m/m-movies.php)\n", + " + [N](../n/n-movies.php)\n", + " + [O](../o/o-movies.php)\n", + " + [P](../p/p-movies.php)\n", + " + [Q](../q/q-movies.php)\n", + " + [R](../r/r-movies.php)\n", + " + [S](../s/s-movies.php)\n", + " + [T](../t/t-movies.php)\n", + " + [U](../u/u-movies.php)\n", + " + [V](../v/v-movies.php)\n", + " + [W](../w/w-movies.php)\n", + " + [X](../x/x-movies.php)\n", + " + [Y](../y/y-movies.php)\n", + " + [Z](../z/z-movies.php)\n", + "* [|   PLACES](../../places.php)\n", + " + [AFRICA](../../places/africa.php)\n", + " + [ASIA](../../places/asia.php)\n", + " + [CANADA](../../places/canada.php)\n", + " + [CARIBBEAN](../../places/caribbean.php)\n", + " + [CENTRAL AMERICA](../../places/centam.php)\n", + " + [EUROPE](../../places/europe.php)\n", + " + [MIDDLE EAST](../../places/mideast.php)\n", + " + [OCEANIA](../../places/oceania.php)\n", + " + [RUSSIA](../../places/russia/russia.php)\n", + " + [SOUTH AMERICA](../../places/samerica.php)\n", + " + [UNITED KINGDOM](../../places/uk.php)\n", + " + [USA](../../places/usa.php)\n", + "* [|   PEOPLE](../../people.php)\n", + " + [A](../../people/a/a-people.php)\n", + " + [B](../../people/b/b-people.php)\n", + " + [C](../../people/c/c-people.php)\n", + " + [D](../../people/d/d-people.php)\n", + " + [E](../../people/e/e-people.php)\n", + " + [F](../../people/f/f-people.php)\n", + " + [G](../../people/g/g-people.php)\n", + " + [H](../../people/h/h-people.php)\n", + " + [I](../../people/i/i-people.php)\n", + " + [J](../../people/j/j-people.php)\n", + " + [K](../../people/k/k-people.php)\n", + " + [L](../../people/l/l-people.php)\n", + " + [M](../../people/m/m-people.php)\n", + " + [N](../../people/n/n-people.php)\n", + " + [O](../../people/o/o-people.php)\n", + " + [P](../../people/p/p-people.php)\n", + " + [Q](../../people/q/q-people.php)\n", + " + [R](../../people/r/r-people.php)\n", + " + [S](../../people/s/s-people.php)\n", + " + [T](../../people/t/t-people.php)\n", + " + [U](../../people/u/u-people.php)\n", + " + [V](../../people/v/v-people.php)\n", + " + [W](../../people/w/w-people.php)\n", + " + [X](../../people/x/x-people.php)\n", + " + [Y](../../people/y/y-people.php)\n", + " + [Z](../../people/z/z-people.php)\n", + "* [|   MORE](#)\n", + " + [ABOUT](../../about.php)\n", + " + [TRAVEL](../../travel.php)\n", + " + [FEATURES](../../features.php)\n", + " + [LINKS](../../links.php)\n", + "* [|   SEARCH](#)\n", + "* |\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + "* [|   PLACES](../../places.php)\n", + "* [|   PEOPLE](../../people.php)\n", + "\n", + "[Home](../../index.php) > [Films](../../movies.php) > [D](d-movies.php) > The Dark Knight\n", + "\n", + "Monday February 24th 2025\n", + "\n", + "The Dark Knight | 2008\n", + "======================\n", + "\n", + "![The Dark Knight filming location: the Twin Anchors, 1665 North Sedgwick Street, \n", + "Chicago](Dark-Knight-Twin-Anchors.jpg)\n", + "The Dark Knight film location: Harvey Dent, barman: the Twin Anchors, 1665 North Sedgwick Street, Chicago\n", + "\n", + "![The Dark Knight poster](Dark-Knight.jpg)\n", + "\n", + "* Locations |\n", + "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php); \n", + "[London](../../places/uk/gtrlondon.php); [Bedfordshire](../../places/uk/beds.php); \n", + "[China](../../places/asia/china.php)\n", + "\n", + "* DIRECTOR |\n", + "* [Christopher Nolan](../../people/n/nolanc.php)\n", + "\n", + "* CAST |\n", + "* [Christian Bale,](../../people/b/balec.php)\n", + "* [Heath Ledger,](../../people/l/ledgerh.php)\n", + "* [Michael Caine,](../../people/c/cainem.php)\n", + "* [Maggie Gyllenhaal,](../../people/g/gyllenhaalm.php)\n", + "* [Morgan Freeman,](../../people/f/freemanm.php)\n", + "* [Gary Oldman,](../../people/o/oldmang.php)\n", + "* [Aaron Eckhart,](../../people/e/eckharta.php)\n", + "* [Cillian Murphy,](../../people/m/murphyc.php)\n", + "* [William Fichtner,](../../people/f/fichtnerw.php)\n", + "* [Eric Roberts,](../../people/r/robertse.php)\n", + "* [Anthony Michael Hall,](../../people/h/hallam.php)\n", + "* [David Dastmalchian](../../people/d/dastmalchiand.php)\n", + "\n", + "---\n", + "\n", + "Discover where The Dark Knight (2008) was filmed around Chicago, as well as in London and Bedfordshire in the UK, \n", + "and briefly in Hong Kong.\n", + "\n", + "(anchor)\n", + "\n", + "* [CHICAGO locations](#)\n", + " \n", + "* [▶ Chicago Post Office, 404 West Harrison Street](#10th) (opening robbery)\n", + "* [▶ Parking Garage, 200 West Randolph Street](#11th) (Scarecrow arrested)\n", + "* [▶ Richard J Daley Center, Daley Plaza, Washington Street](#12th) (Wayne Enterprises HQ)\n", + "* [▶ IBM Building, 330 North Wabash Avenue](#13th) (Wayne Enterprises boardroom)\n", + "* [▶ West Building, McCormick Place, 2301 South Indiana Avenue](#14th) (Wayne Enterprises Applied Science \n", + "Division)\n", + "* [▶ Chicago Theatre, 175 North State Street](#15th) (Harvey Dent and Rachel Dawes at the opera)\n", + "* [▶ The Berghoff, 17 West Adams Street](#16th) (Maroni arrested)\n", + "* [▶ Illinois Center Buildings, 111 East Wacker Drive](#17th) (Harvey Dent fundraiser)\n", + "* [▶ Wyndham Grand, 7\n", + "..._This content has been truncated to stay below 10000 characters_...\n", + "film location: the evacuation of Gotham: Navy Pier, Chicago\n", + "\n", + "▶ As the Joker wreaks havoc throughout the city, the evacuation of panicky Gothamites onto ferries is at [Navy \n", + "Pier](https://navypier.com), east of the Streeterville district. This 3,000 foot pier, built in 1916 when Lake \n", + "Michigan was used for commercial shipping, fell into decline, until major renovations in 1976. The pier entrance is\n", + "on Streeter Drive at 600 East Grand Avenue near lake Shore Drive just north of the Chicago River. It previously \n", + "featured as an ‘Atlantic City’ location in [Martin Scorsese](../../people/s/scorsesem.php)’s [The Color of \n", + "Money](../c/Color-Of-Money.php) and more recently in [Divergent](Divergent.php). [⏏](#1st)\n", "\n", - "7. [The Porsche Experience Centre in Leipzig, Germany | ANC - YouTube](https://www.youtube.com/watch?v=quiZrzdum3k)\n", - "Date published: Jan 18, 2024\n", + "(anchor)\n", "\n", - "Executive Class: David Celdran visits the Porsche Experience Centre in Leipzig, Germany to celebrate its 75th \n", - "anniversary, with a trip to ...\n", + "![The Dark Knight film location: Trump Tower, North Wabash Avenue, Chicago](Dark-Knight-Trump-Tower.jpg)\n", + "The Dark Knight film location: the climactic hand-to-hand face-off between Batman and the Joker: Trump Tower, North\n", + "Wabash Avenue, Chicago\n", "\n", - "8. [The Porsche experience - Review of Porsche Werk Leipzig Tor 1 \n", - "...](https://www.tripadvisor.com/ShowUserReviews-g187400-d3483039-r344806504-Porsche_Factory-Leipzig_Saxony.html)\n", + "▶ The climactic hand-to-hand face-off between Batman and the Joker is a conflation of two separate locations: the\n", + "exterior is [Chicago](../../places/usa/chicago.php)'s Trump Tower, 401 North Wabash Avenue, which was under \n", + "construction during filming. The completed tower, incidentally, is home to villainous Dylan Gould ([Patrick \n", + "Dempsey](../../people/d/dempseyp.php)) in [Transformers: Dark Of The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n", + "[⏏](#1st)\n", "\n", - "Porsche Werk Leipzig Tor 1: The Porsche experience - See 100 traveler reviews, 156 candid photos, and great deals \n", - "for Leipzig, Germany, at Tripadvisor.\n", + "For the actual fight, the interior was re-created in [England](../../places/england.php), in Shed 2, one of the two\n", + "gigantic airship hangars at Cardington, a couple of miles southeast of Bedford in \n", + "[Bedfordshire](../../places/uk/beds.php) (rail: Bedford, from London Euston or King’s Cross), now converted into a \n", + "soundstage (part of [Batman Begins](../b/Batman-Begins.php) was also filmed here).\n", "\n", - "9. [Relation: Porsche-Werk Leipzig (3524726) - OpenStreetMap](https://www.openstreetmap.org/relation/3524726)\n", - "Date published: Jan 9, 2016\n", + "The completed Trump Tower, by the way, is used as the penthouse of villainous Dylan Gould in [Transformers: Dark Of\n", + "The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n", "\n", - "Tags ; Leipzig · DE · 1 · 04158 · Porschestraße.\n", - "Could not find coordinates for Porsche Leipzig, Germany\n", - "Coordinates for Aston Martin Gaydon, UK: ## Search Results\n", - "0. [Gaydon Headquarters | Locations - Aston \n", - "Martin](https://www.astonmartin.com/en/corporate/about-us/locations/gaydon)\n", + " \n", + " \n", "\n", - "Discover Aston Martin's Global Headquarters in Gaydon, the heart of our design, engineering, and manufacturing \n", - "excellence. Home to our world-class team, ...\n", + "[* ![film locations banner](../../images/bar-hub-1.jpg)\n", + "* ![film locations banner](../../images/bar-hub-2.jpg)\n", + "* ![film locations banner](../../images/bar-hub-3.jpg)\n", + "* ![film locations banner](../../images/bar-hub-4.jpg)\n", + "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n", "\n", - "1. [TRACKS: GAYDON - Gdecarli.it](https://www.gdecarli.it/php/circuit.php?var1=2655&var2=2)\n", + "---\n", "\n", - "Location, Gaydon WAR - Warwickshire - England ; Location ; Latitude - Longitude, + 52°10'55\" - 1°29'51\" 52.181944 \n", - "-1.4975 ; UTM Coordinates, X = 602725.835 - Y = ...\n", + "Visit The Film Locations\n", + "========================\n", "\n", - "2. [Locations - Aston Martin](https://www.astonmartin.com/en/corporate/about-us/locations)\n", + "Illinois | Chicago\n", + "------------------\n", "\n", - "Explore Aston Martin's global presence, from our headquarters in Gaydon to exclusive brand houses and performance \n", - "centers. Discover how our iconic locations ...\n", + "---\n", "\n", - "3. [Gaydon Headquarters | Aston Martin \n", - "USA](https://www.astonmartin.com/en-us/our-world/news/2017/2/22/gaydon-headquarters)\n", - "Date published: Feb 22, 2017\n", + "Visit: [Chicago](http://www.chooseChicago.com)\n", "\n", - "Gaydon is home. But it's not only the home of Aston Martin, it is a centre of excellence for world-class sports car\n", - "design and engineering.\n", + "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n", + "(tel: 800.832.6352)\n", "\n", - "4. [Aston Martin - Wikipedia](https://en.wikipedia.org/wiki/Aston_Martin)\n", + "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n", "\n", - "The headquarters and main production of its sports cars and grand tourers are in a 55-acre (22 ha) facility in \n", - "Gaydon, Warwickshire, England, on the former site ...\n", + "Visit: the [Navy Pier](http://www.navypier.com/), 600 East Grand Avenue, Chicago, IL 60611 (tel: 312.595.7437)\n", "\n", - "5. [Aston Martin Website Terms and Conditions](https://www.astonmartin.com/en-gb/legal/terms-and-conditions)\n", + "Stay at: the [Wyndham Grand](http://www.wyndhamgrandChicagoriverfront.com), East Upper Wacker Drive, Chicago, IL \n", + "60601 (tel: 312.346.7100)\n", "\n", - "Our registered office is at Banbury Road, Gaydon, Warwick CV35 0DB England and our registered number is 01199255. \n", - "Our VAT number is 904447237. 1.2 Please ...\n", + "Visit: the [Chicago Theatre](http://www.theChicagotheatre.com/), 175 North State Street, Chicago, IL 60601 (tel: \n", + "800.745.3000)\n", "\n", - "6. [VP Racing SportsCar Challenge: Automotive Partners - Aston \n", - "Martin](https://www.imsa.com/vpracingsportscarchallenge/vp-racing-sportscar-challenge-automotive-partners/aston-mar\n", - "tin/)\n", + "Visit: [The Berghoff](http://www.theberghoff.com/), 17 West Adams Street, Chicago, IL 60603 (tel: 312.427.3170)\n", "\n", - "The company boasts state-of-the-art headquarters in Gaydon, UK, combining cutting-edge technology with \n", - "hand-craftsmanship and traditional techniques. MORE ...\n", + "Drink at: the [Twin Anchors Restaurant](http://twinanchorsribs.com), 1665 North Sedgwick Street, Old Town, Chicago,\n", + "IL 60614 (tel: 312.266.1616)\n", "\n", - "7. [Aston Martin Lagonda Global Holdings PLC - London Stock \n", - "Exchange](https://www.londonstockexchange.com/stock/AML/aston-martin-lagonda-global-holdings-plc/our-story)\n", + "Visit: the [Sound Bar](http://www.sound-bar.com/), 226 West Ontario Street, Chicago, IL 60654 (tel: 312.787.4480) \n", + "(CTA: Chicago Station, Brown Line)\n", "\n", - "Address. Banbury Road, Gaydon, Warwickshire, CV35 0DB, United Kingdom Map ; Website. www.astonmartinlagonda.com/.\n", + "Visit: the [Willis Tower](http://www.searstower.com), 233 South Wacker Drive, Chicago, IL 60606\n", "\n", - "8. [Lap of luxury | Article | Automotive Manufacturing \n", - "Solutions](https://www.automotivemanufacturingsolutions.com/bodyshop/lap-of-luxury/36896.article)\n", - "Date published: Nov 19, 2018\n", + "Visit: [McCormick Place](http://www.mccormickplace.com/), 2301 South Lake Shore Drive, Chicago, IL 60616 (Metra: \n", + "McCormick Place; from Chicago Millennium Station)\n", "\n", - "In September, Aston Martin announced that its second major UK manufacturing facility will become the brand's centre\n", - "for electrification. The ...\n", + "UK | London\n", + "-----------\n", "\n", - "9. [Aston Martin Gaydon – (2003 – date)](https://astonmartins.com/factory-guide/aston-martin-gaydon-2003-date/)\n", + "---\n", "\n", - "Situated on the former RAF V-bomber airfield at Gaydon, Warwickshire, the new factory is part of a much bigger site\n", - "also occupied by Jaguar, Land Rover and the ...\n", - "Could not find coordinates for Aston Martin Gaydon, UK\n", - "Coordinates for Koenigsegg Ängelholm, Sweden: ## Search Results\n", - "0. [Koenigsegg Automotive AB HQ - Wikimapia](http://wikimapia.org/37427375/Koenigsegg-Automotive-AB-HQ)\n", + "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n", "\n", - "Koenigsegg Automotive AB HQ. Sweden / Skene / Angelholm / Kelliehousevagen, 73. World / Sweden / Skene / Angelholm.\n", - "automotive company Add category.\n", + "Visit: [London](http://www.visitlondon.com)\n", "\n", - "1. [Koenigsegg Factory Google Earth?? - \n", - "FerrariChat](https://www.ferrarichat.com/forum/threads/koenigsegg-factory-google-earth.115550/)\n", - "Date published: Aug 1, 2006\n", + "Travelling: [Transport For London](https://tfl.gov.uk)\n", "\n", - "Go to 56°17'42.00\"N 12°51'16.64\"E That could be the place but i can't zoom in far enough on my google earth. It \n", - "seems that area is one of the places not ...\n", + "Dine at: [Savini At Criterion](http://saviniatcriterion.co.uk), 224 Piccadilly, London W1J 9HP (tube: Piccadilly, \n", + "Piccadilly Line)\n", "\n", - "2. [Ängelholm - Wikipedia](https://en.wikipedia.org/wiki/%C3%84ngelholm)\n", + "Bedfordshire\n", + "------------\n", "\n", - "Ängelholm is a locality and the seat of Ängelholm Municipality in Skåne, Sweden with 42,131 inhabitants in 2017. \n", - "... Coordinates: 56°15′N 12°51′E ...\n", + "---\n", "\n", - "3. [Privacy Policy - Koenigsegg](https://www.koenigsegg.com/privacy-policy)\n", + "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n", "\n", - "Ängelholm, Sweden (“Koenigsegg”), collects, uses,. discloses, stores and otherwise process personal data. 1.2 We \n", - "respect your right to privacy, and we are.\n", + "China\n", + "-----\n", "\n", - "4. [About us - Koenigsegg Automotive](https://www.koenigsegg.com/about)\n", + "---\n", "\n", - "Koenigsegg is a Swedish avante-garde megacar and innovative technology company. A record-breaking tradition courses\n", - "through our history.\n", + "Visit: [China](http://www.cnto.org/)\n", "\n", - "5. [Koenigsegg Automotive AB Company Profile - Dun & \n", - "Bradstreet](https://www.dnb.com/business-directory/company-profiles.koenigsegg_automotive_ab.b8a86de5cff63ecb1d926e\n", - "2ae0e16ed0.html)\n", + "Visit: [Hong Kong](http://www.discoverhongkong.com/)\n", "\n", - "Find company research, competitor information, contact details & financial data for Koenigsegg Automotive AB of \n", - "Ängelholm, Skåne.\n", + "Flights: [Hong Kong International Airport](http://www.hongkongairport.com/), 1 Sky Plaza Road, Hong Kong (tel: \n", + "852.2181.8888)\n", "\n", - "6. [Koenigsegg - Wikipedia](https://en.wikipedia.org/wiki/Koenigsegg)\n", + "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n", "\n", - "Koenigsegg Automotive AB is a Swedish manufacturer of high-performance sports cars based in Ängelholm, Skåne \n", - "County, Sweden. Koenigsegg Automotive AB ...\n", + " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n", "\n", - "7. [The Company - Koenigsegg Florida](https://www.koenigseggflorida.com/koenigsegg-the-company/)\n", + "---\n", "\n", - "The home of Koenigsegg. Today, the Koenigsegg company is located in Ängelholm, Sweden in the former home of the \n", - "Swedish Air Force's Fighter Jet Squadron No. 1.\n", + "* [Home](../../index.php)\n", + "* [Films](../../movies.php)\n", + "* [Places](../../places.php)\n", + "* [People](../../people.php)\n", + "* [Travel](../../travel.php)\n", + "* [Features](../../features.php)\n", + "* [Links](../../links.php)\n", + "* [Contact](mailto:info@movie-locations.com)\n", "\n", - "8. [OEM Plant Details:Koenigsegg Automotive AB, Ängelholm Plant ...](https://www.marklines.com/en/global/2683)\n", + "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n", + "material Copyright © 2025 The Worldwide Guide To Movie Locations\n", "\n", - "Address. Kelliehousevägen 73, Valhall Park, 262 74 Ängelholm, Sweden ; Tel. +46-431-454-460 ; Fax. +46 431 45 44 61\n", - "; Website. http://www.koenigsegg.com/ ...\n", + "Out: None\n" + ], + "text/html": [ + "
Execution logs:\n",
+              "Content from Movie Locations (The Batman 2022):\n",
+              "The Batman | Film Locations\n",
+              "\n",
+              "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "  + [0](../0/0-movies.php)\n",
+              "  + [A](../a/a-movies.php)\n",
+              "  + [B](../b/b-movies.php)\n",
+              "  + [C](../c/c-movies.php)\n",
+              "  + [D](../d/d-movies.php)\n",
+              "  + [E](../e/e-movies.php)\n",
+              "  + [F](../f/f-movies.php)\n",
+              "  + [G](../g/g-movies.php)\n",
+              "  + [H](../h/h-movies.php)\n",
+              "  + [I](../i/i-movies.php)\n",
+              "  + [J](../j/j-movies.php)\n",
+              "  + [K](../k/k-movies.php)\n",
+              "  + [L](../l/l-movies.php)\n",
+              "  + [M](../m/m-movies.php)\n",
+              "  + [N](../n/n-movies.php)\n",
+              "  + [O](../o/o-movies.php)\n",
+              "  + [P](../p/p-movies.php)\n",
+              "  + [Q](../q/q-movies.php)\n",
+              "  + [R](../r/r-movies.php)\n",
+              "  + [S](../s/s-movies.php)\n",
+              "  + [T](../t/t-movies.php)\n",
+              "  + [U](../u/u-movies.php)\n",
+              "  + [V](../v/v-movies.php)\n",
+              "  + [W](../w/w-movies.php)\n",
+              "  + [X](../x/x-movies.php)\n",
+              "  + [Y](../y/y-movies.php)\n",
+              "  + [Z](../z/z-movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "  + [AFRICA](../../places/africa.php)\n",
+              "  + [ASIA](../../places/asia.php)\n",
+              "  + [CANADA](../../places/canada.php)\n",
+              "  + [CARIBBEAN](../../places/caribbean.php)\n",
+              "  + [CENTRAL AMERICA](../../places/centam.php)\n",
+              "  + [EUROPE](../../places/europe.php)\n",
+              "  + [MIDDLE EAST](../../places/mideast.php)\n",
+              "  + [OCEANIA](../../places/oceania.php)\n",
+              "  + [RUSSIA](../../places/russia/russia.php)\n",
+              "  + [SOUTH AMERICA](../../places/samerica.php)\n",
+              "  + [UNITED KINGDOM](../../places/uk.php)\n",
+              "  + [USA](../../places/usa.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "  + [A](../../people/a/a-people.php)\n",
+              "  + [B](../../people/b/b-people.php)\n",
+              "  + [C](../../people/c/c-people.php)\n",
+              "  + [D](../../people/d/d-people.php)\n",
+              "  + [E](../../people/e/e-people.php)\n",
+              "  + [F](../../people/f/f-people.php)\n",
+              "  + [G](../../people/g/g-people.php)\n",
+              "  + [H](../../people/h/h-people.php)\n",
+              "  + [I](../../people/i/i-people.php)\n",
+              "  + [J](../../people/j/j-people.php)\n",
+              "  + [K](../../people/k/k-people.php)\n",
+              "  + [L](../../people/l/l-people.php)\n",
+              "  + [M](../../people/m/m-people.php)\n",
+              "  + [N](../../people/n/n-people.php)\n",
+              "  + [O](../../people/o/o-people.php)\n",
+              "  + [P](../../people/p/p-people.php)\n",
+              "  + [Q](../../people/q/q-people.php)\n",
+              "  + [R](../../people/r/r-people.php)\n",
+              "  + [S](../../people/s/s-people.php)\n",
+              "  + [T](../../people/t/t-people.php)\n",
+              "  + [U](../../people/u/u-people.php)\n",
+              "  + [V](../../people/v/v-people.php)\n",
+              "  + [W](../../people/w/w-people.php)\n",
+              "  + [X](../../people/x/x-people.php)\n",
+              "  + [Y](../../people/y/y-people.php)\n",
+              "  + [Z](../../people/z/z-people.php)\n",
+              "* [|   MORE](#)\n",
+              "  + [ABOUT](../../about.php)\n",
+              "  + [TRAVEL](../../travel.php)\n",
+              "  + [FEATURES](../../features.php)\n",
+              "  + [LINKS](../../links.php)\n",
+              "* [|   SEARCH](#)\n",
+              "* |\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "\n",
+              "[Home](../../index.php) > [Films](../../movies.php) > [B](b-movies.php) > The batman\n",
+              "\n",
+              "Monday February 24th 2025\n",
+              "\n",
+              "The Batman | 2022\n",
+              "=================\n",
+              "\n",
+              "![The Batman filming location: St George's Hall, Liverpool](../f/Fantastic-Beasts-St-Georges-ext.jpg)\n",
+              "The Batman location: The memorial service for the murdered Mayor at 'Gotham City Hall': East Front, St George's \n",
+              "Hall, Liverpool | Photograph: [Wikimedia / \n",
+              "Superchilum](https://commons.wikimedia.org/wiki/File:St._George's_Hall_Liverpool_02.jpg)\n",
+              "\n",
+              "![The-Batman poster](The-Batman.jpg)\n",
+              "\n",
+              "* Locations |\n",
+              "* [Merseyside](../../places/uk/mersey.php);\n",
+              "* [London](../../places/uk/gtrlondon.php);\n",
+              "* [Scotland](../../places/uk/scotland.php);\n",
+              "* [Bedfordshire](../../places/uk/beds.php);\n",
+              "* [Hertfordshire](../../places/uk/herts.php);\n",
+              "* [Essex](../../places/uk/essex.php);\n",
+              "* [Surrey](../../places/uk/surrey.php);\n",
+              "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php)\n",
+              "\n",
+              "* DIRECTOR |\n",
+              "* [Matt Reeves](../../people/r/reevesmatt.php)\n",
+              "\n",
+              "* CAST |\n",
+              "* [Robert Pattinson,](../../people/p/pattinsonr.php)\n",
+              "* [Paul Dano,](../../people/d/danop.php)\n",
+              "* [Zoë Kravitz,](../../people/k/kravitzz.php)\n",
+              "* [Jeffrey Wright,](../../people/w/wrightj.php)\n",
+              "* [Andy Serkis,](../../people/s/serkisa.php)\n",
+              "* [Colin Farrell,](../../people/f/farrellc.php)\n",
+              "* [John Turturro,](../../people/t/turturroj.php)\n",
+              "* [Peter Sarsgaard,](../../people/s/sarsgaardp.php)\n",
+              "* [Jayme Lawson,](../../people/l/lawsonj.php)\n",
+              "* [Barry Keoghan](../../people/k/keoghanb.php)\n",
+              "\n",
+              "It’s back to [Liverpool](../../places/uk/mersey.php) for the pillared frontage of ‘Gotham City Hall’, which is [St \n",
+              "George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/) once again, but this time the much longer \n",
+              "eastern front with its equestrian statues on Lime Street.\n",
+              "\n",
+              "The cathedral-like interior, where the memorial service for Mayor Mitchell is crashed by the DA’s car, is a \n",
+              "wonderfully impressive studio set, built inside the Cardington Airship Hangar 1, frequently used as studio space by\n",
+              "[Christopher Nolan](../../people/n/nolanc.php).\n",
+              "\n",
+              "The resulting mayhem sees the Batman taken into custody but, before Gotham’s finest can so much as take off his \n",
+              "mask, Gordon has facilitated his escape.\n",
+              "\n",
+              "![The Batman filming location: Lethaby Building, Southampton Row, Holborn, London \n",
+              "WC1](../i/Imitation-Game-Central-S\n",
+              "..._This content has been truncated to stay below 10000 characters_...\n",
+              "n.php) . You can see it, under construction, at the end of the river chase in 1999 Bond movie [The World Is Not \n",
+              "Enough](../w/World-Is-Not-Enough.php).\n",
+              "\n",
+              "And, no, they didn’t flood the arena. As the waters rise, the production moved to a studio tank.\n",
+              "\n",
+              "If you’re waiting for [Glasgow](https://peoplemakeglasgow.com/) to make an appearance, you’ll have to wait for the \n",
+              "epilogue when Selina Kyle ([Zoë Kravitz](../../people/k/kravitzz.php)) visits her mother’s memorial.\n",
               "\n",
-              "9. [Koenigsegg Regera in Ängelholm, Sweden (Google Maps) \n",
-              "(#6)](https://virtualglobetrotting.com/map/koenigsegg-regera-5/view/google/)\n",
+              "![The Batman filming location: Bridge of Sighs, Glasgow \n",
+              "Necropolis](The-Batman-Glasgow-Necropolis-Bridge-of-Sighs.jpg)\n",
+              "The Batman location: The Batman and Selina exit the cemetery: Bridge of Sighs, Glasgow Necropolis | Photograph: \n",
+              "[Wikimedia / \n",
+              "Marcok](https://commons.wikimedia.org/wiki/File:Glasgow_Cathedral_Square_Bridge_of_Sighs_by_Marcok_2018-08-23.jpg)\n",
               "\n",
-              "Koenigsegg Regera (Google Maps). Change the date to nov. 2022.\n",
-              "Could not find coordinates for Koenigsegg Ängelholm, Sweden\n",
-              "Coordinates for Bugatti Molsheim, France: ## Search Results\n",
-              "0. [GPS coordinates of Bugatti Automobiles, France. \n",
-              "Latitude](https://latitude.to/articles-by-country/fr/france/2043/bugatti-automobiles)\n",
+              "The gloomy cemetery, in which Batman reluctantly turns down the offer to go off with Selina, is \n",
+              "[Glasgow](https://peoplemakeglasgow.com/)’s [Necropolis](https://www.glasgownecropolis.org/), the city’s \n",
+              "extravagant Victorian burial ground. The two bikes speeding past the carved memorials show the \n",
+              "[Necropolis](https://www.glasgownecropolis.org/) at its best but there’s still a crafty little trick left.\n",
               "\n",
-              "Volkswagen purchased the Bugatti trademark in June 1998 and incorporated Bugatti Automobiles S.A.S. in 1999. \n",
-              "Latitude: 48° 31' 36.32\" N Longitude: 7° 29' 58.86\" ...\n",
+              "![The Batman filming location: Cherry Lane entrance, Anfield Cemetery, Liverpool](The-Batman-Anfield-Cemetery.jpg)\n",
+              "The Batman location: The Batman and Selina exit the cemetery: Cherry Lane entrance, Anfield Cemetery, Liverpool | \n",
+              "Photograph: [Wikimedia / \n",
+              "Rept0n1x](https://commons.wikimedia.org/wiki/File:Anfield_Cemetery,_Cherry_Lane_entrance_(5).JPG)\n",
               "\n",
-              "1. [GPS coordinates of Bugatti, France. Latitude: 48.5220 \n",
-              "Longitude](https://latitude.to/articles-by-country/fr/france/639/bugatti)\n",
+              "They drive west from the cemetery across the stone arch, known as the Bridge of Sighs, on Church Street but the \n",
+              "dark little Gothic tunnel they come to is the eastern entrance to [Anfield \n",
+              "Cemetery](https://liverpool.gov.uk/births-marriage-deaths/deaths/burials-and-cremations/cemeteries-and-crematoria/a\n",
+              "nfield-cemetery-and-crematorium/), on Cherry Lane, in [Liverpool](../../places/uk/mersey.php). But only for that \n",
+              "brief moment.\n",
               "\n",
-              "Famous Bugattis include the Type 35 Grand Prix cars, the Type 41 \"Royale\", the Type 57 \"Atlantic\" and the Type 55 \n",
-              "sports car. Latitude: 48° 31' 19.19\" N\n",
+              "Instantly they’re back in [Glasgow](https://peoplemakeglasgow.com/), on Wishart Street alongside the \n",
+              "[Necropolis](https://www.glasgownecropolis.org/), with the Batman riding away – under the Bridge of Sighs arch they\n",
+              "had crossed minutes earlier.\n",
               "\n",
-              "2. [Molsheim - Wikipedia](https://en.wikipedia.org/wiki/Molsheim)\n",
+              "[Page 1](The-Batman-2022.php)   |   Page 2\n",
               "\n",
-              "Show map of France Show map of Grand Est Show all. Coordinates: 48°32′N 7°29 ... Production of the Bugatti Veyron \n",
-              "by Bugatti Automobiles S.A.S. restarted in ...\n",
+              "[* ![film locations banner](../../images/bar-hub-1.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-2.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-3.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-4.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n",
               "\n",
-              "3. [Bugatti in the modern era – 15th anniversary of the Atelier in \n",
-              "Molsheim](https://newsroom.bugatti.com/press-releases/bugatti-in-the-modern-era-15th-anniversary-of-the-atelier-in-\n",
-              "molsheim)\n",
-              "Date published: Sep 15, 2020\n",
+              "---\n",
               "\n",
-              "Molsheim is located 25 kilometres south-west of Strasbourg, at the foothills of the Vosges mountains. It has been \n",
-              "the home of Bugatti since 1909 ...\n",
+              "Visit The Film Locations\n",
+              "========================\n",
               "\n",
-              "4. [Bugatti Automobiles S.A.S. in Molsheim, France (Google \n",
-              "Maps)](https://virtualglobetrotting.com/map/bugatti-automobiles-s-a-s/view/google/)\n",
+              "UK | Merseyside\n",
+              "---------------\n",
               "\n",
-              "Bugatti Automobiles S.A.S. (Google Maps). Explore Bugatti Automobiles S.A.S. in Molsheim, France as it appears on \n",
-              "Google Maps as well as pictures...\n",
+              "---\n",
               "\n",
-              "5. [Hotel Le Bugatti- First Class Molsheim, France Hotels - Travel \n",
-              "Weekly](https://www.travelweekly.com/Hotels/Molsheim-France/Hotel-Le-Bugatti-p3823328)\n",
+              "Visit: [Liverpool](http://www.visitliverpool.com)\n",
               "\n",
-              "Hotel Le Bugatti. 3 route Ecospace, Molsheim, France 67120.\n",
+              "Flights: [Liverpool John Lennon Airport](https://www.liverpoolairport.com), Speke, Liverpool L24 1YD (tel: \n",
+              "0871.521.8484)\n",
               "\n",
-              "6. [Bugatti - Wikipedia](https://en.wikipedia.org/wiki/Bugatti)\n",
+              "Rail: [Liverpool Lime Street](https://www.networkrail.co.uk/liverpool-lime-street-station/departures-arrivals/), \n",
+              "from [London Euston](http://www.networkrail.co.uk/london-euston-station/departures-arrivals/)\n",
               "\n",
-              "Ettore Bugatti was a German then French manufacturer of high-performance automobiles. The company was founded in \n",
-              "1909 in the then-German city of Molsheim, ...\n",
+              "Visit: [St George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/), St George's Place, Liverpool L1 1JJ.\n",
               "\n",
-              "7. [3-star Hotel near Strasbourg](https://www.hotel-le-bugatti.com/en/getting-there.html)\n",
+              "Visit: The [Royal Liver Building](https://rlb360.com/), Pier Head, Liverpool L3 1HU.\n",
               "\n",
-              "GPS coordinates: 48.5329716 - 7.4978726. Map Molsheim Hotel Le Bugatti Molsheim‎ in Alsace. By train: From the train\n",
-              "station in Molsheim, turn left into Rue ...\n",
+              "UK | London\n",
+              "-----------\n",
               "\n",
-              "8. [Bugatti festival: Honoring the birthplace of an iconic \n",
-              "brand](https://newsroom.bugatti.com/press-releases/bugatti-festival-honoring-the-birthplace-of-a-legend)\n",
-              "Date published: Sep 19, 2022\n",
+              "---\n",
               "\n",
-              "Always held on the weekend closest to Ettore Bugatti's birthday, September 15th, the Bugatti Festival takes to the \n",
-              "streets of Molsheim for a ...\n",
+              "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n",
               "\n",
-              "9. [Charterhouse museum – Foundation Bugatti - Visit \n",
-              "Alsace](https://www.visit.alsace/en/218008889-charterhouse-museum-foundation-bugatti/)\n",
+              "Visit: [London](http://www.visitlondon.com)\n",
               "\n",
-              "Charterhouse museum - Foundation Bugatti ... The history and industrial venture of Molsheim is presented in the \n",
-              "prestigious decor of a Carthusian monastery.\n",
-              "Could not find coordinates for Bugatti Molsheim, France\n",
-              "Coordinates for Hennessey Performance Engineering, Houston, TX, USA: ## Search Results\n",
-              "0. [[KML] Locations for Hennessey \n",
-              "Performance](https://www.hennesseyperformance.com/locations.kml?srsltid=AfmBOopgw21x3CYU7FSFCpxW9ujzjdZcOF-AkqDbaid\n",
-              "gSI0cXRzlGPWe)\n",
+              "Travelling: [Transport For London](https://tfl.gov.uk)\n",
               "\n",
-              "kml_address, 9281 SW I-10 Frontage Rd, Sealy, Texas, 77474, USA. kml_phoneNumber, 979-885-1300. kml_LookAt. \n",
-              "kml_altitude, 0. kml_tilt, 0. kml_range, 0 ...\n",
+              "Visit: [The O2 Arena](https://www.theo2.co.uk/), Peninsula Square, London SE10 0DX (tube: North Greenwich, Jubilee \n",
+              "Line).\n",
               "\n",
-              "1. [Hennessey Performance Engineering, 9281 SW I 10 Frontage Rd \n",
-              "...](https://www.mapquest.com/us/texas/hennessey-performance-engineering-305963591)\n",
+              "UK | Scotland\n",
+              "-------------\n",
               "\n",
-              "Hennessey Performance Engineering, 9281 SW I 10 Frontage Rd, Sealy, TX 77474, US - MapQuest.\n",
+              "---\n",
               "\n",
-              "2. [Industry-Leading Performance - Hennessey \n",
-              "Performance](https://www.hennesseyperformance.com/about/?srsltid=AfmBOopLx1oSIUw1Pkz8jSkX8mN5Xo-rco92DYsbNIkX9LYf7t\n",
-              "CTE5vJ)\n",
+              "Visit: [Scotland](http://www.visitscotland.com)\n",
               "\n",
-              "On a map, Hennessey® Performance is located at Lonestar Motorsports Park outside of Sealy, Texas, which is about 45\n",
-              "minutes west of Houston.\n",
+              "Visit: [Glasgow](http://visit-glasgow.info) (rail: Glasgow Central)\n",
               "\n",
-              "3. [Hennessey Performance Engineering - Auto Customization - \n",
-              "Yelp](https://www.yelp.com/biz/hennessey-performance-engineering-sealy-4)\n",
+              "Visit: [Glasgow Necropolis](https://www.glasgownecropolis.org/), Castle Street, Glasgow G4 0UZ.\n",
               "\n",
-              "Hennessey Performance Engineering · Map · 9281 SW Interstate 10 Frontage Rd. Sealy, TX 77474. Directions · (979) \n",
-              "885-1300. Call Now · More Info. Hours · Known For.\n",
+              "UK | Bedfordshire\n",
+              "-----------------\n",
               "\n",
-              "4. [Hennessey Performance - Making Fast Cars Faster Since \n",
-              "1991](https://www.hennesseyperformance.com/?srsltid=AfmBOorddKU6nRSIprDHYB3SK5fH021YzNWcYv005keRpI4OP1RqaDcV)\n",
+              "---\n",
               "\n",
-              "9281 SW I-10 Frontage Rd Sealy, Texas 77474 Call Us: 979-885-1300 Email Us: sales@hennesseyperformance.com Office \n",
-              "Hours: MF: 8am – 7pm CST Sat\n",
+              "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n",
               "\n",
-              "5. [John Hennessey - Facebook](https://www.facebook.com/JohnHennesseyTexas/)\n",
+              "UK | Hertfordshire\n",
+              "------------------\n",
+              "\n",
+              "---\n",
+              "\n",
+              "Visit: [Hertfordshire](http://www.hertfordshirelep.com/enjoy/)\n",
+              "\n",
+              "Illinois | Chicago\n",
+              "------------------\n",
+              "\n",
+              "---\n",
+              "\n",
+              "Visit: [Chicago](http://www.chooseChicago.com)\n",
+              "\n",
+              "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n",
+              "(tel: 800.832.6352)\n",
+              "\n",
+              "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n",
+              "\n",
+              "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n",
+              "\n",
+              " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n",
+              "\n",
+              "---\n",
+              "\n",
+              "* [Home](../../index.php)\n",
+              "* [Films](../../movies.php)\n",
+              "* [Places](../../places.php)\n",
+              "* [People](../../people.php)\n",
+              "* [Travel](../../travel.php)\n",
+              "* [Features](../../features.php)\n",
+              "* [Links](../../links.php)\n",
+              "* [Contact](mailto:info@movie-locations.com)\n",
+              "\n",
+              "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n",
+              "material Copyright © 2025 The Worldwide Guide To Movie Locations\n",
+              "\n",
+              "================================================================================\n",
+              "\n",
+              "Content from Movie Locations (The Dark Knight 2008):\n",
+              "Film Locations for Christopher Nolan's The Dark Knight, in Chicago, London, Bedfordshire and China\n",
+              "\n",
+              "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "  + [0](../0/0-movies.php)\n",
+              "  + [A](../a/a-movies.php)\n",
+              "  + [B](../b/b-movies.php)\n",
+              "  + [C](../c/c-movies.php)\n",
+              "  + [D](../d/d-movies.php)\n",
+              "  + [E](../e/e-movies.php)\n",
+              "  + [F](../f/f-movies.php)\n",
+              "  + [G](../g/g-movies.php)\n",
+              "  + [H](../h/h-movies.php)\n",
+              "  + [I](../i/i-movies.php)\n",
+              "  + [J](../j/j-movies.php)\n",
+              "  + [K](../k/k-movies.php)\n",
+              "  + [L](../l/l-movies.php)\n",
+              "  + [M](../m/m-movies.php)\n",
+              "  + [N](../n/n-movies.php)\n",
+              "  + [O](../o/o-movies.php)\n",
+              "  + [P](../p/p-movies.php)\n",
+              "  + [Q](../q/q-movies.php)\n",
+              "  + [R](../r/r-movies.php)\n",
+              "  + [S](../s/s-movies.php)\n",
+              "  + [T](../t/t-movies.php)\n",
+              "  + [U](../u/u-movies.php)\n",
+              "  + [V](../v/v-movies.php)\n",
+              "  + [W](../w/w-movies.php)\n",
+              "  + [X](../x/x-movies.php)\n",
+              "  + [Y](../y/y-movies.php)\n",
+              "  + [Z](../z/z-movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "  + [AFRICA](../../places/africa.php)\n",
+              "  + [ASIA](../../places/asia.php)\n",
+              "  + [CANADA](../../places/canada.php)\n",
+              "  + [CARIBBEAN](../../places/caribbean.php)\n",
+              "  + [CENTRAL AMERICA](../../places/centam.php)\n",
+              "  + [EUROPE](../../places/europe.php)\n",
+              "  + [MIDDLE EAST](../../places/mideast.php)\n",
+              "  + [OCEANIA](../../places/oceania.php)\n",
+              "  + [RUSSIA](../../places/russia/russia.php)\n",
+              "  + [SOUTH AMERICA](../../places/samerica.php)\n",
+              "  + [UNITED KINGDOM](../../places/uk.php)\n",
+              "  + [USA](../../places/usa.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "  + [A](../../people/a/a-people.php)\n",
+              "  + [B](../../people/b/b-people.php)\n",
+              "  + [C](../../people/c/c-people.php)\n",
+              "  + [D](../../people/d/d-people.php)\n",
+              "  + [E](../../people/e/e-people.php)\n",
+              "  + [F](../../people/f/f-people.php)\n",
+              "  + [G](../../people/g/g-people.php)\n",
+              "  + [H](../../people/h/h-people.php)\n",
+              "  + [I](../../people/i/i-people.php)\n",
+              "  + [J](../../people/j/j-people.php)\n",
+              "  + [K](../../people/k/k-people.php)\n",
+              "  + [L](../../people/l/l-people.php)\n",
+              "  + [M](../../people/m/m-people.php)\n",
+              "  + [N](../../people/n/n-people.php)\n",
+              "  + [O](../../people/o/o-people.php)\n",
+              "  + [P](../../people/p/p-people.php)\n",
+              "  + [Q](../../people/q/q-people.php)\n",
+              "  + [R](../../people/r/r-people.php)\n",
+              "  + [S](../../people/s/s-people.php)\n",
+              "  + [T](../../people/t/t-people.php)\n",
+              "  + [U](../../people/u/u-people.php)\n",
+              "  + [V](../../people/v/v-people.php)\n",
+              "  + [W](../../people/w/w-people.php)\n",
+              "  + [X](../../people/x/x-people.php)\n",
+              "  + [Y](../../people/y/y-people.php)\n",
+              "  + [Z](../../people/z/z-people.php)\n",
+              "* [|   MORE](#)\n",
+              "  + [ABOUT](../../about.php)\n",
+              "  + [TRAVEL](../../travel.php)\n",
+              "  + [FEATURES](../../features.php)\n",
+              "  + [LINKS](../../links.php)\n",
+              "* [|   SEARCH](#)\n",
+              "* |\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "\n",
+              "[Home](../../index.php) > [Films](../../movies.php) > [D](d-movies.php) > The Dark Knight\n",
+              "\n",
+              "Monday February 24th 2025\n",
+              "\n",
+              "The Dark Knight | 2008\n",
+              "======================\n",
+              "\n",
+              "![The Dark Knight filming location: the Twin Anchors, 1665 North Sedgwick Street, \n",
+              "Chicago](Dark-Knight-Twin-Anchors.jpg)\n",
+              "The Dark Knight film location: Harvey Dent, barman: the Twin Anchors, 1665 North Sedgwick Street, Chicago\n",
+              "\n",
+              "![The Dark Knight poster](Dark-Knight.jpg)\n",
+              "\n",
+              "* Locations |\n",
+              "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php); \n",
+              "[London](../../places/uk/gtrlondon.php); [Bedfordshire](../../places/uk/beds.php); \n",
+              "[China](../../places/asia/china.php)\n",
+              "\n",
+              "* DIRECTOR |\n",
+              "* [Christopher Nolan](../../people/n/nolanc.php)\n",
+              "\n",
+              "* CAST |\n",
+              "* [Christian Bale,](../../people/b/balec.php)\n",
+              "* [Heath Ledger,](../../people/l/ledgerh.php)\n",
+              "* [Michael Caine,](../../people/c/cainem.php)\n",
+              "* [Maggie Gyllenhaal,](../../people/g/gyllenhaalm.php)\n",
+              "* [Morgan Freeman,](../../people/f/freemanm.php)\n",
+              "* [Gary Oldman,](../../people/o/oldmang.php)\n",
+              "* [Aaron Eckhart,](../../people/e/eckharta.php)\n",
+              "* [Cillian Murphy,](../../people/m/murphyc.php)\n",
+              "* [William Fichtner,](../../people/f/fichtnerw.php)\n",
+              "* [Eric Roberts,](../../people/r/robertse.php)\n",
+              "* [Anthony Michael Hall,](../../people/h/hallam.php)\n",
+              "* [David Dastmalchian](../../people/d/dastmalchiand.php)\n",
+              "\n",
+              "---\n",
+              "\n",
+              "Discover where The Dark Knight (2008) was filmed around Chicago, as well as in London and Bedfordshire in the UK, \n",
+              "and briefly in Hong Kong.\n",
+              "\n",
+              "(anchor)\n",
+              "\n",
+              "* [CHICAGO locations](#)\n",
+              "  \n",
+              "* [▶ Chicago Post Office, 404 West Harrison Street](#10th) (opening robbery)\n",
+              "* [▶ Parking Garage, 200 West Randolph Street](#11th) (Scarecrow arrested)\n",
+              "* [▶ Richard J Daley Center, Daley Plaza, Washington Street](#12th) (Wayne Enterprises HQ)\n",
+              "* [▶ IBM Building, 330 North Wabash Avenue](#13th) (Wayne Enterprises boardroom)\n",
+              "* [▶ West Building, McCormick Place, 2301 South Indiana Avenue](#14th) (Wayne Enterprises Applied Science \n",
+              "Division)\n",
+              "* [▶ Chicago Theatre, 175 North State Street](#15th) (Harvey Dent and Rachel Dawes at the opera)\n",
+              "* [▶ The Berghoff, 17 West Adams Street](#16th) (Maroni arrested)\n",
+              "* [▶ Illinois Center Buildings, 111 East Wacker Drive](#17th) (Harvey Dent fundraiser)\n",
+              "* [▶ Wyndham Grand, 7\n",
+              "..._This content has been truncated to stay below 10000 characters_...\n",
+              "film location: the evacuation of Gotham: Navy Pier, Chicago\n",
+              "\n",
+              "▶ As the Joker wreaks havoc throughout the city, the evacuation of panicky Gothamites onto ferries is at [Navy \n",
+              "Pier](https://navypier.com), east of the Streeterville district. This 3,000 foot pier, built in 1916 when Lake \n",
+              "Michigan was used for commercial shipping, fell into decline, until major renovations in 1976. The pier entrance is\n",
+              "on Streeter Drive at 600 East Grand Avenue near lake Shore Drive just north of the Chicago River. It previously \n",
+              "featured as an ‘Atlantic City’ location in [Martin Scorsese](../../people/s/scorsesem.php)’s [The Color of \n",
+              "Money](../c/Color-Of-Money.php) and more recently in [Divergent](Divergent.php). [⏏](#1st)\n",
               "\n",
-              "I'm John Hennessey, the guy who makes fast cars go faster from Hennessey Performance, Tuner School, Venom GT & F5 \n",
-              "and Lonestar Motorsports Park. Houston TX.\n",
+              "(anchor)\n",
               "\n",
-              "6. [About Hennessey Performance](https://www.venomgt.com/about-hennessey/)\n",
+              "![The Dark Knight film location: Trump Tower, North Wabash Avenue, Chicago](Dark-Knight-Trump-Tower.jpg)\n",
+              "The Dark Knight film location: the climactic hand-to-hand face-off between Batman and the Joker: Trump Tower, North\n",
+              "Wabash Avenue, Chicago\n",
               "\n",
-              "About Hennessey Performance ... Hennessey is headquartered in Sealy, Texas – about 45 minutes west of Houston. The \n",
-              "main 36,000 sq. ft. facility is situated on 143 ...\n",
+              "▶ The climactic hand-to-hand face-off between Batman and the Joker is a conflation of two separate locations: the\n",
+              "exterior is [Chicago](../../places/usa/chicago.php)'s Trump Tower, 401 North Wabash Avenue, which was under \n",
+              "construction during filming. The completed tower, incidentally, is home to villainous Dylan Gould ([Patrick \n",
+              "Dempsey](../../people/d/dempseyp.php)) in [Transformers: Dark Of The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n",
+              "[⏏](#1st)\n",
               "\n",
-              "7. [Car Seat Development Engineer Jobs, Employment - \n",
-              "Indeed](https://www.indeed.com/q-car-seat-development-engineer-jobs.html)\n",
+              "For the actual fight, the interior was re-created in [England](../../places/england.php), in Shed 2, one of the two\n",
+              "gigantic airship hangars at Cardington, a couple of miles southeast of Bedford in \n",
+              "[Bedfordshire](../../places/uk/beds.php) (rail: Bedford, from London Euston or King’s Cross), now converted into a \n",
+              "soundstage (part of [Batman Begins](../b/Batman-Begins.php) was also filmed here).\n",
               "\n",
-              "Accessories Automotive Technician. Hiring multiple candidates. Hennessey Performance Engineering. Sealy, TX. $15 - \n",
-              "$24. an hour. Full-time. 40 hours per week.\n",
+              "The completed Trump Tower, by the way, is used as the penthouse of villainous Dylan Gould in [Transformers: Dark Of\n",
+              "The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n",
               "\n",
-              "8. [1,490 motorsport jobs in United States, February 2025 | \n",
-              "Glassdoor](https://www.glassdoor.ca/Job/united-states-motorsport-jobs-SRCH_IL.0,13_IN1_KO14,24.htm)\n",
+              "  \n",
+              "  \n",
               "\n",
-              "Search Motorsport jobs in United States with company ratings & salaries. 1490 open jobs for Motorsport in United \n",
-              "States.\n",
+              "[* ![film locations banner](../../images/bar-hub-1.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-2.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-3.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-4.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n",
               "\n",
-              "9. [[PDF] Proceedings of the 18th Biennial Southern Silvicultural Research \n",
-              "...](https://www.srs.fs.usda.gov/pubs/gtr/gtr_srs212.pdf)\n",
+              "---\n",
               "\n",
-              "The 18th Biennial Southern Silvicultural Research Conference was held March 2-5, 2015, at the Hilton Hotel, \n",
-              "Knoxville, TN. This conference provided a forum ...\n",
-              "Could not find coordinates for Hennessey Performance Engineering, Houston, TX, USA\n",
-              "{'Ferrari Maranello, Italy': (44.5297334, 10.8614778), \"Lamborghini Sant'Agata Bolognese, Italy\": (44.6589332, \n",
-              "11.1249126), 'Pagani San Cesario sul Panaro, Italy': (44.5621048, 11.0348074), 'Zenvo Præstø, Denmark': (55.118313,\n",
-              "12.055145)}\n",
+              "Visit The Film Locations\n",
+              "========================\n",
               "\n",
-              "Out: None\n",
-              "
\n" - ], - "text/plain": [ - "\u001b[1mExecution logs:\u001b[0m\n", - "Coordinates for Ferrari Maranello, Italy: ## Search Results\n", - "0. [GPS coordinates of Ferrari, Italy. Latitude: 44.5324 Longitude: \n", - "10.8641](https://latitude.to/articles-by-country/it/italy/354/ferrari)\n", + "Illinois | Chicago\n", + "------------------\n", "\n", - "Latitude: 44° 31' 56.81\" N Longitude: 10° 51' 50.89\" E Nearest city to this article: Maranello Read about Ferrari \n", - "in the Wikipedia Satellite map of Ferrari in ...\n", + "---\n", "\n", - "1. [GPS coordinates of Maranello, Italy. Latitude: 44.5310 \n", - "Longitude](https://latitude.to/map/it/italy/cities/maranello)\n", + "Visit: [Chicago](http://www.chooseChicago.com)\n", "\n", - "Maranello is a town and comune in the region of Emilia-Romagna in Northern Italy, 18 km from Modena, with a \n", - "population of 17,165 as of 2013.\n", + "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n", + "(tel: 800.832.6352)\n", "\n", - "2. [In Cars(2006), Luigis license plate reads 44.5 10.8, which ... - \n", - "Reddit](https://www.reddit.com/r/MovieDetails/comments/drsdiq/in_cars2006_luigis_license_plate_reads_445_108/)\n", - "Date published: Nov 5, 2019\n", + "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n", "\n", - "In Cars(2006), Luigis license plate reads 44.5 10.8, which are the coordinates for Ferrari's main factory in \n", - "Maranello, Italy.\n", + "Visit: the [Navy Pier](http://www.navypier.com/), 600 East Grand Avenue, Chicago, IL 60611 (tel: 312.595.7437)\n", "\n", - "3. [Maranello - Wikipedia](https://en.wikipedia.org/wiki/Maranello)\n", + "Stay at: the [Wyndham Grand](http://www.wyndhamgrandChicagoriverfront.com), East Upper Wacker Drive, Chicago, IL \n", + "60601 (tel: 312.346.7100)\n", "\n", - "Maranello (Modenese: Maranèl) is a city of Italy in the province of Modena, in the region of Emilia-Romagna, 18 km \n", - "from Modena, with a population of 17,504 as ...\n", + "Visit: the [Chicago Theatre](http://www.theChicagotheatre.com/), 175 North State Street, Chicago, IL 60601 (tel: \n", + "800.745.3000)\n", "\n", - "4. [Ferrari Factory on the map, Maranello, Italy. Where is located, photo](https://tz.2markers.com/898064)\n", + "Visit: [The Berghoff](http://www.theberghoff.com/), 17 West Adams Street, Chicago, IL 60603 (tel: 312.427.3170)\n", "\n", - "Ferrari Factory, Italy coordinates in decimal format: latitude — 44.531129711940466, longitude — 10.86294837507588.\n", - "When converted to degrees, minutes ...\n", + "Drink at: the [Twin Anchors Restaurant](http://twinanchorsribs.com), 1665 North Sedgwick Street, Old Town, Chicago,\n", + "IL 60614 (tel: 312.266.1616)\n", "\n", - "5. [Museo | Museum Ferrari Maranello Italy](https://transportmuseums.com/museum/museo-ferrari-maranello/)\n", - "Date published: Nov 15, 2017\n", + "Visit: the [Sound Bar](http://www.sound-bar.com/), 226 West Ontario Street, Chicago, IL 60654 (tel: 312.787.4480) \n", + "(CTA: Chicago Station, Brown Line)\n", "\n", - "Map Directions. Address: Via Alfredo Dino Ferrari 43, 41053, Maranello, Italy, Europe Coordinates: 44.5297334, \n", - "10.8614778. Get Directions on ...\n", + "Visit: the [Willis Tower](http://www.searstower.com), 233 South Wacker Drive, Chicago, IL 60606\n", "\n", - "6. [Tata_Crucible GPS coordinates (Latitude 44.5 and Longitude 10.8) - \n", - "X](https://x.com/VatanSi29628037/status/921339756981641216)\n", - "Date published: Oct 20, 2017\n", + "Visit: [McCormick Place](http://www.mccormickplace.com/), 2301 South Lake Shore Drive, Chicago, IL 60616 (Metra: \n", + "McCormick Place; from Chicago Millennium Station)\n", "\n", - "GPS coordinates (Latitude 44.5 and Longitude 10.8) - marks location of a major Ferrari manufacturing plant in \n", - "Maranello, Italy.\n", + "UK | London\n", + "-----------\n", "\n", - "7. [Ferrari Factory Maranello, Italy - \n", - "Locationscout](https://www.locationscout.net/italy/52357-ferrari-factory-maranello)\n", + "---\n", "\n", - "Get the exact geo-position for this spot. Log in to see the GPS coordinates, sun directions, and the map for this \n", - "photo spot. Or simply bookmark it along with ...\n", + "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n", "\n", - "8. [Did you know that in CARS... Luigi's license plate is \n", - "\"44.5-10.8\"](https://www.facebook.com/imallentsai/videos/did-you-know-that-in-cars-luigis-license-plate-is-445-108-\n", - "the-latitude-and-longi/1950358555480349/)\n", - "Date published: Aug 4, 2024\n", + "Visit: [London](http://www.visitlondon.com)\n", "\n", - "... latitude and longitude coordinates for the Ferrari factory in Maranello, Italy ... coordinates for the Ferrari \n", - "factory in Maranello, Italy ...\n", - "Coordinates for Lamborghini Sant'Agata Bolognese, Italy: ## Search Results\n", - "0. [GPS coordinates of Sant'Agata Bolognese, Italy. \n", - "Latitude](https://latitude.to/map/it/italy/cities/santagata-bolognese)\n", + "Travelling: [Transport For London](https://tfl.gov.uk)\n", "\n", - "... Italy. It is notable for the headquarters of the luxury automobile manufacturer Automobili Lamborghini. \n", - "Population: 5,591. Latitude: 44° 39' 36.58\" N Longitude ...\n", + "Dine at: [Savini At Criterion](http://saviniatcriterion.co.uk), 224 Piccadilly, London W1J 9HP (tube: Piccadilly, \n", + "Piccadilly Line)\n", "\n", - "1. [Museo Lamborghini - Wikipedia](https://en.wikipedia.org/wiki/Museo_Lamborghini)\n", + "Bedfordshire\n", + "------------\n", "\n", - "Museo Lamborghini ; 2001; 24 years ago (2001) · Via Modena 12; 40019 Sant'Agata Bolognese; Italy · 44°39′32″N \n", - "11°07′34″E / 44.65889°N 11.12611°E / 44.65889; ...\n", + "---\n", "\n", - "2. [GPS coordinates for Sant'Agata Bolognese, Bologna, \n", - "Italy](https://www.coordinatesmarker.com/coordinates/1328857-sant-agata-bolognese-bologna-italy)\n", + "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n", "\n", - "GPS coordinates for Sant'Agata Bolognese, Bologna, Italy · Latitude: 44.664169. Longitude: 11.134004 · More \n", - "coordinates for Sant'Agata Bolognese, Bologna, Italy.\n", + "China\n", + "-----\n", "\n", - "3. [Lamborghini Museum Sant'Agata Bolognese Bologna \n", - "Italy](https://transportmuseums.com/museum/lamborghini-museum-santagata-bolognese/)\n", - "Date published: Sep 16, 2017\n", + "---\n", "\n", - "Map Directions. Address: Via Modena, 12, 40019, Sant'Agata Bolognese, Bologna, Italy, Europe Coordinates: \n", - "44.6589332, 11.1249126. Get ...\n", + "Visit: [China](http://www.cnto.org/)\n", "\n", - "4. [Sant'Agata Bolognese - Wikipedia](https://en.wikipedia.org/wiki/Sant%27Agata_Bolognese)\n", + "Visit: [Hong Kong](http://www.discoverhongkong.com/)\n", "\n", - "Sant'Agata Bolognese is a small comune in the Metropolitan City of Bologna, Emilia-Romagna, in the north of Italy. \n", - "It is notable for being the headquarters ...\n", + "Flights: [Hong Kong International Airport](http://www.hongkongairport.com/), 1 Sky Plaza Road, Hong Kong (tel: \n", + "852.2181.8888)\n", "\n", - "5. [GPS coordinates of Sant'Agata Bolognese, Italy, DMS, UTM \n", - "...](https://www.countrycoordinate.com/city-sant-agata-bolognese-italy/)\n", + "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n", "\n", - "The latitude of Sant'Agata Bolognese is 44.664776, and the longitude is 11.134232. Sant'Agata Bolognese is a city \n", - "is located at Italy with the gps ...\n", + " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n", "\n", - "6. [Museo Lamborghini](https://lamborghinilegacy.wordpress.com/museo-lamborghini/)\n", + "---\n", "\n", - "Museo Lamborghini ; 2001 · Via Modena 12; 40019 Sant'Agata Bolognese; Italy · 44°39′32″N 11°07′34″ECoordinates: \n", - "44°39′32″N 11°07′34″E · Automobile museum ...\n", + "* [Home](../../index.php)\n", + "* [Films](../../movies.php)\n", + "* [Places](../../places.php)\n", + "* [People](../../people.php)\n", + "* [Travel](../../travel.php)\n", + "* [Features](../../features.php)\n", + "* [Links](../../links.php)\n", + "* [Contact](mailto:info@movie-locations.com)\n", "\n", - "7. [Lamborghini Museum | Lamborghini.com](https://www.lamborghini.com/en-en/museum)\n", + "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n", + "material Copyright © 2025 The Worldwide Guide To Movie Locations\n", "\n", - "CONTACTS. Via Modena, 12 40019 Sant'Agata Bolognese (Bologna) - Italy Phone: +39 051 9597537 · View on Maps. \n", - "Driving Directions. Due to technical specifications ...\n", + "Out: None\n", + "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[2m[Step 3: Duration 6.75 seconds| Input tokens: 18,903 | Output tokens: 831]\u001b[0m\n" + ], + "text/html": [ + "
[Step 3: Duration 6.75 seconds| Input tokens: 18,903 | Output tokens: 831]\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "────────────────────────────────────────────────── \u001b[1mUpdated plan\u001b[0m ───────────────────────────────────────────────────\n", + "I still need to solve the task I was given:\n", + " ```\n", "\n", - "8. [Latitude and longitude of Sant'Agata Bolognese, \n", - "Italy](https://latlong.info/italy/emilia-romagna/sant-agata-bolognese)\n", + "You're an expert analyst. You make comprehensive reports after visiting many websites.\n", + "Don't hesitate to search for many queries at once in a for loop.\n", + "For each data point that you find, visit the source url to confirm numbers.\n", "\n", - "The latitude of Sant'Agata Bolognese, Italy is 44.66016000, and the longitude is 11.13292000. Sant'Agata Bolognese \n", - "is located at Italy country in the states ...\n", + "Find all Batman filming locations in the world, calculate the time to transfer via cargo plane to here (we're in \n", + "Gotham, 40.7128° N, 74.0060° W), and return them to me as a pandas dataframe.\n", + "Also give me some supercar factories with the same cargo plane transfer time.\n", "\n", - "9. [Automobili Lamborghini S.p.A. - Panjiva](https://panjiva.com/Automobili-Lamborghini-S-p-A/1021379)\n", + " ```\n", "\n", - "Automobili Lamborghini S.P.A.. Shipper Address. Via Modena, 12, Sant'Agata Bolognese, Bologna, Italy, 40019. \n", - "Consignee Name. Automobili Lamborghini Usa Llc.\n", - "Coordinates for Pagani San Cesario sul Panaro, Italy: ## Search Results\n", - "0. [San Cesario sul Panaro - Wikipedia](https://en.wikipedia.org/wiki/San_Cesario_sul_Panaro)\n", + " Here is my new/updated plan of action to solve the task:\n", + " ```\n", + " 1. Collect coordinates for each Batman filming location from the Movie Locations website and other \n", + "reliable sources.\n", + "2. Collect coordinates for supercar factories worldwide from automotive industry websites and company websites.\n", + "3. Use the `calculate_cargo_travel_time` tool to calculate the transfer time from each Batman filming location to \n", + "Gotham.\n", + "4. Use the `calculate_cargo_travel_time` tool to calculate the transfer time from each supercar factory to Gotham.\n", + "5. Filter Batman filming locations and supercar factories based on the same cargo plane transfer time.\n", + "6. Organize the filtered locations and their details into a pandas dataframe.\n", + "7. Use the `final_answer` tool to provide the final answer as a pandas dataframe.\n", "\n", - "Show map of Italy Show map of Emilia-Romagna Show all. Coordinates: 44°33′41″N 11°02′02″E / 44.56139°N 11.03389°E /\n", - "44.56139; 11.03389. Country, Italy.\n", "\n", - "1. [GPS coordinates of San Cesario sul Panaro, Italy. \n", - "Latitude](https://latitude.to/articles-by-country/it/italy/98344/san-cesario-sul-panaro)\n", + " ```\n" + ], + "text/html": [ + "
────────────────────────────────────────────────── Updated plan ───────────────────────────────────────────────────\n",
+              "I still need to solve the task I was given:\n",
+              "                ```\n",
               "\n",
-              "San Cesario sul Panaro is a comune (municipality) in the Province of Modena in the Italian region Emilia-Romagna, \n",
-              "located about 25 kilometres (16 mi) nort…\n",
+              "You're an expert analyst. You make comprehensive reports after visiting many websites.\n",
+              "Don't hesitate to search for many queries at once in a for loop.\n",
+              "For each data point that you find, visit the source url to confirm numbers.\n",
               "\n",
-              "2. [Museo Horacio Pagani on the map, Castelnuovo Rangone, Italy ...](https://tz.2markers.com/925800)\n",
+              "Find all Batman filming locations in the world, calculate the time to transfer via cargo plane to here (we're in \n",
+              "Gotham, 40.7128° N, 74.0060° W), and return them to me as a pandas dataframe.\n",
+              "Also give me some supercar factories with the same cargo plane transfer time.\n",
               "\n",
-              "Museo Horacio Pagani, Italy coordinates in decimal format: latitude — 44.58875429601001, longitude — \n",
-              "11.023508225077835. When converted to degrees, minutes, ...\n",
+              "                ```\n",
               "\n",
-              "3. [Museo Horacio Pagani on the map, Castelfranco Emilia, Italy. Where ...](https://mv.2markers.com/630472)\n",
+              "                Here is my new/updated plan of action to solve the task:\n",
+              "                ```\n",
+              "                1. Collect coordinates for each Batman filming location from the Movie Locations website and other \n",
+              "reliable sources.\n",
+              "2. Collect coordinates for supercar factories worldwide from automotive industry websites and company websites.\n",
+              "3. Use the `calculate_cargo_travel_time` tool to calculate the transfer time from each Batman filming location to \n",
+              "Gotham.\n",
+              "4. Use the `calculate_cargo_travel_time` tool to calculate the transfer time from each supercar factory to Gotham.\n",
+              "5. Filter Batman filming locations and supercar factories based on the same cargo plane transfer time.\n",
+              "6. Organize the filtered locations and their details into a pandas dataframe.\n",
+              "7. Use the `final_answer` tool to provide the final answer as a pandas dataframe.\n",
               "\n",
-              "Museo Horacio Pagani, Italy coordinates in decimal format: latitude — 44.58873519428435, longitude — \n",
-              "11.023390207762597. When converted to degrees, minutes, ...\n",
               "\n",
-              "4. [San Cesario sul Panaro - Emilia-Romagna - \n",
-              "database.earth](https://database.earth/countries/italy/regions/emilia-romagna/cities/san-cesario-sul-panaro)\n",
+              "                ```\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m5\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], + "text/html": [ + "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mThought\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mI\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mwill\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcollect\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34meach\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mBatman\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfilming\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34mfrom\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mthe\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mMovie\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mLocations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mwebsite\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34mand\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mother\u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mreliable\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msources\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mCode\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], + "text/html": [ + "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
+              "  Thought: I will collect coordinates for each Batman filming location from the Movie Locations website and other  \n",
+              "  reliable sources.                                                                                                \n",
+              "  Code:                                                                                                            \n",
+              " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
+              "
\n" + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { + "text/plain": [ + "\u001b[1mExecution logs:\u001b[0m\n", + "Content from Movie Locations (The Batman 2022):\n", + "The Batman | Film Locations\n", + "\n", + "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + " + [0](../0/0-movies.php)\n", + " + [A](../a/a-movies.php)\n", + " + [B](../b/b-movies.php)\n", + " + [C](../c/c-movies.php)\n", + " + [D](../d/d-movies.php)\n", + " + [E](../e/e-movies.php)\n", + " + [F](../f/f-movies.php)\n", + " + [G](../g/g-movies.php)\n", + " + [H](../h/h-movies.php)\n", + " + [I](../i/i-movies.php)\n", + " + [J](../j/j-movies.php)\n", + " + [K](../k/k-movies.php)\n", + " + [L](../l/l-movies.php)\n", + " + [M](../m/m-movies.php)\n", + " + [N](../n/n-movies.php)\n", + " + [O](../o/o-movies.php)\n", + " + [P](../p/p-movies.php)\n", + " + [Q](../q/q-movies.php)\n", + " + [R](../r/r-movies.php)\n", + " + [S](../s/s-movies.php)\n", + " + [T](../t/t-movies.php)\n", + " + [U](../u/u-movies.php)\n", + " + [V](../v/v-movies.php)\n", + " + [W](../w/w-movies.php)\n", + " + [X](../x/x-movies.php)\n", + " + [Y](../y/y-movies.php)\n", + " + [Z](../z/z-movies.php)\n", + "* [|   PLACES](../../places.php)\n", + " + [AFRICA](../../places/africa.php)\n", + " + [ASIA](../../places/asia.php)\n", + " + [CANADA](../../places/canada.php)\n", + " + [CARIBBEAN](../../places/caribbean.php)\n", + " + [CENTRAL AMERICA](../../places/centam.php)\n", + " + [EUROPE](../../places/europe.php)\n", + " + [MIDDLE EAST](../../places/mideast.php)\n", + " + [OCEANIA](../../places/oceania.php)\n", + " + [RUSSIA](../../places/russia/russia.php)\n", + " + [SOUTH AMERICA](../../places/samerica.php)\n", + " + [UNITED KINGDOM](../../places/uk.php)\n", + " + [USA](../../places/usa.php)\n", + "* [|   PEOPLE](../../people.php)\n", + " + [A](../../people/a/a-people.php)\n", + " + [B](../../people/b/b-people.php)\n", + " + [C](../../people/c/c-people.php)\n", + " + [D](../../people/d/d-people.php)\n", + " + [E](../../people/e/e-people.php)\n", + " + [F](../../people/f/f-people.php)\n", + " + [G](../../people/g/g-people.php)\n", + " + [H](../../people/h/h-people.php)\n", + " + [I](../../people/i/i-people.php)\n", + " + [J](../../people/j/j-people.php)\n", + " + [K](../../people/k/k-people.php)\n", + " + [L](../../people/l/l-people.php)\n", + " + [M](../../people/m/m-people.php)\n", + " + [N](../../people/n/n-people.php)\n", + " + [O](../../people/o/o-people.php)\n", + " + [P](../../people/p/p-people.php)\n", + " + [Q](../../people/q/q-people.php)\n", + " + [R](../../people/r/r-people.php)\n", + " + [S](../../people/s/s-people.php)\n", + " + [T](../../people/t/t-people.php)\n", + " + [U](../../people/u/u-people.php)\n", + " + [V](../../people/v/v-people.php)\n", + " + [W](../../people/w/w-people.php)\n", + " + [X](../../people/x/x-people.php)\n", + " + [Y](../../people/y/y-people.php)\n", + " + [Z](../../people/z/z-people.php)\n", + "* [|   MORE](#)\n", + " + [ABOUT](../../about.php)\n", + " + [TRAVEL](../../travel.php)\n", + " + [FEATURES](../../features.php)\n", + " + [LINKS](../../links.php)\n", + "* [|   SEARCH](#)\n", + "* |\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + "* [|   PLACES](../../places.php)\n", + "* [|   PEOPLE](../../people.php)\n", + "\n", + "[Home](../../index.php) > [Films](../../movies.php) > [B](b-movies.php) > The batman\n", + "\n", + "Monday February 24th 2025\n", + "\n", + "The Batman | 2022\n", + "=================\n", + "\n", + "![The Batman filming location: St George's Hall, Liverpool](../f/Fantastic-Beasts-St-Georges-ext.jpg)\n", + "The Batman location: The memorial service for the murdered Mayor at 'Gotham City Hall': East Front, St George's \n", + "Hall, Liverpool | Photograph: [Wikimedia / \n", + "Superchilum](https://commons.wikimedia.org/wiki/File:St._George's_Hall_Liverpool_02.jpg)\n", + "\n", + "![The-Batman poster](The-Batman.jpg)\n", + "\n", + "* Locations |\n", + "* [Merseyside](../../places/uk/mersey.php);\n", + "* [London](../../places/uk/gtrlondon.php);\n", + "* [Scotland](../../places/uk/scotland.php);\n", + "* [Bedfordshire](../../places/uk/beds.php);\n", + "* [Hertfordshire](../../places/uk/herts.php);\n", + "* [Essex](../../places/uk/essex.php);\n", + "* [Surrey](../../places/uk/surrey.php);\n", + "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php)\n", + "\n", + "* DIRECTOR |\n", + "* [Matt Reeves](../../people/r/reevesmatt.php)\n", + "\n", + "* CAST |\n", + "* [Robert Pattinson,](../../people/p/pattinsonr.php)\n", + "* [Paul Dano,](../../people/d/danop.php)\n", + "* [Zoë Kravitz,](../../people/k/kravitzz.php)\n", + "* [Jeffrey Wright,](../../people/w/wrightj.php)\n", + "* [Andy Serkis,](../../people/s/serkisa.php)\n", + "* [Colin Farrell,](../../people/f/farrellc.php)\n", + "* [John Turturro,](../../people/t/turturroj.php)\n", + "* [Peter Sarsgaard,](../../people/s/sarsgaardp.php)\n", + "* [Jayme Lawson,](../../people/l/lawsonj.php)\n", + "* [Barry Keoghan](../../people/k/keoghanb.php)\n", + "\n", + "It’s back to [Liverpool](../../places/uk/mersey.php) for the pillared frontage of ‘Gotham City Hall’, which is [St \n", + "George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/) once again, but this time the much longer \n", + "eastern front with its equestrian statues on Lime Street.\n", + "\n", + "The cathedral-like interior, where the memorial service for Mayor Mitchell is crashed by the DA’s car, is a \n", + "wonderfully impressive studio set, built inside the Cardington Airship Hangar 1, frequently used as studio space by\n", + "[Christopher Nolan](../../people/n/nolanc.php).\n", + "\n", + "The resulting mayhem sees the Batman taken into custody but, before Gotham’s finest can so much as take off his \n", + "mask, Gordon has facilitated his escape.\n", + "\n", + "![The Batman filming location: Lethaby Building, Southampton Row, Holborn, London \n", + "WC1](../i/Imitation-Game-Central-S\n", + "..._This content has been truncated to stay below 10000 characters_...\n", + "n.php) . You can see it, under construction, at the end of the river chase in 1999 Bond movie [The World Is Not \n", + "Enough](../w/World-Is-Not-Enough.php).\n", + "\n", + "And, no, they didn’t flood the arena. As the waters rise, the production moved to a studio tank.\n", + "\n", + "If you’re waiting for [Glasgow](https://peoplemakeglasgow.com/) to make an appearance, you’ll have to wait for the \n", + "epilogue when Selina Kyle ([Zoë Kravitz](../../people/k/kravitzz.php)) visits her mother’s memorial.\n", "\n", - "San Cesario sul Panaro is a city in Emilia-Romagna, inItaly. San Cesario sul Panaro is located on the latitude of \n", - "44.56352 and longitude of 11.03508.\n", + "![The Batman filming location: Bridge of Sighs, Glasgow \n", + "Necropolis](The-Batman-Glasgow-Necropolis-Bridge-of-Sighs.jpg)\n", + "The Batman location: The Batman and Selina exit the cemetery: Bridge of Sighs, Glasgow Necropolis | Photograph: \n", + "[Wikimedia / \n", + "Marcok](https://commons.wikimedia.org/wiki/File:Glasgow_Cathedral_Square_Bridge_of_Sighs_by_Marcok_2018-08-23.jpg)\n", "\n", - "5. [San Cesario Sul Panaro on the map of Italy, location ... - Maptons.com](https://tc.maptons.com/121138)\n", + "The gloomy cemetery, in which Batman reluctantly turns down the offer to go off with Selina, is \n", + "[Glasgow](https://peoplemakeglasgow.com/)’s [Necropolis](https://www.glasgownecropolis.org/), the city’s \n", + "extravagant Victorian burial ground. The two bikes speeding past the carved memorials show the \n", + "[Necropolis](https://www.glasgownecropolis.org/) at its best but there’s still a crafty little trick left.\n", "\n", - "San Cesario Sul Panaro, Provincia di Modena, Emilia-Romagna, Italy on ... Exact geographical coordinates, latitude \n", - "and longitude — 44.5621048, 11.0348074.\n", + "![The Batman filming location: Cherry Lane entrance, Anfield Cemetery, Liverpool](The-Batman-Anfield-Cemetery.jpg)\n", + "The Batman location: The Batman and Selina exit the cemetery: Cherry Lane entrance, Anfield Cemetery, Liverpool | \n", + "Photograph: [Wikimedia / \n", + "Rept0n1x](https://commons.wikimedia.org/wiki/File:Anfield_Cemetery,_Cherry_Lane_entrance_(5).JPG)\n", "\n", - "6. [Pagani Italy Map Lat Long Coordinates - Geloky](https://geloky.com/geocoding/place/Pagani+Italy)\n", + "They drive west from the cemetery across the stone arch, known as the Bridge of Sighs, on Church Street but the \n", + "dark little Gothic tunnel they come to is the eastern entrance to [Anfield \n", + "Cemetery](https://liverpool.gov.uk/births-marriage-deaths/deaths/burials-and-cremations/cemeteries-and-crematoria/a\n", + "nfield-cemetery-and-crematorium/), on Cherry Lane, in [Liverpool](../../places/uk/mersey.php). But only for that \n", + "brief moment.\n", "\n", - "Coordinates of Pagani, Salerno place. Latitude: 40.7473237 Longitude: 14.6146474. See where Pagani, Salerno is \n", - "located on the map. Share this location with ...\n", + "Instantly they’re back in [Glasgow](https://peoplemakeglasgow.com/), on Wishart Street alongside the \n", + "[Necropolis](https://www.glasgownecropolis.org/), with the Batman riding away – under the Bridge of Sighs arch they\n", + "had crossed minutes earlier.\n", "\n", - "7. [Ferrari Lamborghini Pagani Factories and Museums - Bologna \n", - "...](https://www.getyourguide.com/florence-l32/tovarne-a-muzea-ferrari-lamborghini-pagani-bologna-t497350/)\n", + "[Page 1](The-Batman-2022.php)   |   Page 2\n", "\n", - "Ultimate Emilia Romagna Motor Valley Tour (10-Hour Adventure) Fuel your passion: Explore the legendary homes of \n", - "Ferrari, Lamborghini & Pagani in a single day!\n", + "[* ![film locations banner](../../images/bar-hub-1.jpg)\n", + "* ![film locations banner](../../images/bar-hub-2.jpg)\n", + "* ![film locations banner](../../images/bar-hub-3.jpg)\n", + "* ![film locations banner](../../images/bar-hub-4.jpg)\n", + "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n", "\n", - "8. [Pagani Museum in San Cesario sul Panaro - \n", - "Fortloc](https://www.fortloc.com/pages/articles/museums/PaganiMuseum/)\n", + "---\n", "\n", - "Located close to the Pagani factory, this museum is a place all fans of cars and the combustion engine should \n", - "definitely consider visiting.\n", + "Visit The Film Locations\n", + "========================\n", "\n", - "9. [Lamborghini, Ferrari, Pagani - the best of the Italian Motor \n", - "valley](https://grandhotelmajestic.duetorrihotels.com/en/luxury-hotel-italy-5-stars-bologna/lamborghini-ferrari-pag\n", - "ani-best-italian-motor-valley)\n", + "UK | Merseyside\n", + "---------------\n", "\n", - "Visit to Pagani Museum & Factory in San Cesario sul Panaro, privileged ... Italy tel: +39 051 225445 - \n", - "info.ghmajestic@duetorrihotels.com. CIR 037006-AL ...\n", - "Coordinates for McLaren Woking, UK: ## Search Results\n", - "0. [GPS coordinates of McLaren Technology Centre, United Kingdom \n", - "...](https://latitude.to/articles-by-country/gb/united-kingdom/11557/mclaren-technology-centre)\n", + "---\n", "\n", - "GPS coordinates of McLaren Technology Centre, United Kingdom. Latitude: 51.3408 Longitude: -0.5423.\n", + "Visit: [Liverpool](http://www.visitliverpool.com)\n", "\n", - "1. [McLaren Technology Centre - Wikipedia](https://en.wikipedia.org/wiki/McLaren_Technology_Centre)\n", + "Flights: [Liverpool John Lennon Airport](https://www.liverpoolairport.com), Speke, Liverpool L24 1YD (tel: \n", + "0871.521.8484)\n", "\n", - "McLaren Technology Centre ; General information ; Architectural style, Modern ; Location, Woking, England ; \n", - "Coordinates · 51°20′45.0″N 0°32′54.0″W / 51.345833°N ...\n", + "Rail: [Liverpool Lime Street](https://www.networkrail.co.uk/liverpool-lime-street-station/departures-arrivals/), \n", + "from [London Euston](http://www.networkrail.co.uk/london-euston-station/departures-arrivals/)\n", "\n", - "2. [GPS coordinates of McLaren, United Kingdom. \n", - "Latitude](https://latitude.to/articles-by-country/gb/united-kingdom/669/mclaren)\n", + "Visit: [St George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/), St George's Place, Liverpool L1 1JJ.\n", "\n", - "McLaren Racing Limited, trading as McLaren Honda, is a British Formula One team based at the McLaren Technology \n", - "Centre, Woking, Surrey, England.\n", + "Visit: The [Royal Liver Building](https://rlb360.com/), Pier Head, Liverpool L3 1HU.\n", "\n", - "3. [McLaren Technology Centre in Woking, UK | \n", - "Tripomatic](https://tripomatic.com/en/poi/mclaren-technology-centre-poi:56689)\n", + "UK | London\n", + "-----------\n", "\n", - "Official website http://www.mclaren.com/. Phone +44 1483 261000. Address Chertsey Road, Woking, Surrey GU21 4YH, \n", - "UK. Coordinates 51°19'32.344\" N -0°32'59.856\" E ...\n", + "---\n", "\n", - "4. [McLaren Technology Centre, Chertsey Road, Durnford Farm \n", - "...](https://www.findlatitudeandlongitude.com/l/McLaren+Technology+Centre%2C+Chertsey+Road%2C+Durnford+Farm%2C+Woki\n", - "ng%2C+Surrey%2C+South+East%2C+England%2C+GU21+4YH%2C+United+Kingdom/6572788/)\n", + "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n", "\n", - "latitude · longitude · McLaren Technology Centre, Chertsey Road, Durnford Farm, Woking, Surrey, South East, \n", - "England, GU21 4YH, United Kingdom.\n", + "Visit: [London](http://www.visitlondon.com)\n", "\n", - "5. [McLaren Technology Centre (Scientific facility) - Mapy.cz](https://en.mapy.cz/?source=osm&id=1048343463)\n", + "Travelling: [Transport For London](https://tfl.gov.uk)\n", "\n", - "The McLaren Technology Centre is the headquarters of the McLaren Group and its subsidiaries, located on a 500000 m2\n", - "site in Woking, Surrey, England.\n", + "Visit: [The O2 Arena](https://www.theo2.co.uk/), Peninsula Square, London SE10 0DX (tube: North Greenwich, Jubilee \n", + "Line).\n", "\n", - "6. [Get in Touch With the Team - Contact McLaren Racing](https://www.mclaren.com/racing/contact-us/)\n", + "UK | Scotland\n", + "-------------\n", "\n", - "Addresses. McLaren Technology Centre Chertsey Road, Woking, Surrey GU21 4YH, UK. 6803 Coffman Road Indianapolis \n", - "46268, IN, USA. Bicester Heritage Buckingham ...\n", + "---\n", "\n", - "7. [McLaren Headquarters : r/formula1 - \n", - "Reddit](https://www.reddit.com/r/formula1/comments/7wazsr/mclaren_headquarters/)\n", - "Date published: Feb 9, 2018\n", + "Visit: [Scotland](http://www.visitscotland.com)\n", "\n", - "It has an underground, yes. It was originally storage, but as the company grew it's been turned into office space.\n", + "Visit: [Glasgow](http://visit-glasgow.info) (rail: Glasgow Central)\n", "\n", - "8. [McLaren Technology Centre in Woking, United Kingdom (Google \n", - "...](https://virtualglobetrotting.com/map/mclaren-technology-centre/view/google/)\n", + "Visit: [Glasgow Necropolis](https://www.glasgownecropolis.org/), Castle Street, Glasgow G4 0UZ.\n", "\n", - "The McLaren Technology Centre is the corporate and production headquarters for the McLaren Group. This state of the\n", - "art centre, designed by renowned architect ...\n", + "UK | Bedfordshire\n", + "-----------------\n", "\n", - "9. [Contacts | McLaren Applied Portal](https://portal.mclarenapplied.com/Portal/Portal/Contacts)\n", + "---\n", "\n", - "McLaren Applied Ltd. Victoria Gate Chobham Road Woking GU21 6JD United Kingdom · McLaren Applied Ltd. McLaren \n", - "Technology Centre Chertsey Road Woking GU21 4YH\n", - "Could not find coordinates for McLaren Woking, UK\n", - "Coordinates for Zenvo Præstø, Denmark: ## Search Results\n", - "0. [Terms and Conditions | Zenvo Automotive A/S](https://zenvoautomotive.com/terms_and_conditions/)\n", - "Date published: Jul 27, 2018\n", + "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n", "\n", - "(e) We/Our/Us: Zenvo Automotive A/S (CVR no. 30734971) Rosagervej 15, DK-4720 Præstø, \n", - "Denmark[/vc_column_text][/vc_accordion_tab][ ...\n", + "UK | Hertfordshire\n", + "------------------\n", + "\n", + "---\n", + "\n", + "Visit: [Hertfordshire](http://www.hertfordshirelep.com/enjoy/)\n", + "\n", + "Illinois | Chicago\n", + "------------------\n", + "\n", + "---\n", + "\n", + "Visit: [Chicago](http://www.chooseChicago.com)\n", + "\n", + "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n", + "(tel: 800.832.6352)\n", + "\n", + "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n", + "\n", + "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n", + "\n", + " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n", + "\n", + "---\n", + "\n", + "* [Home](../../index.php)\n", + "* [Films](../../movies.php)\n", + "* [Places](../../places.php)\n", + "* [People](../../people.php)\n", + "* [Travel](../../travel.php)\n", + "* [Features](../../features.php)\n", + "* [Links](../../links.php)\n", + "* [Contact](mailto:info@movie-locations.com)\n", + "\n", + "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n", + "material Copyright © 2025 The Worldwide Guide To Movie Locations\n", + "\n", + "================================================================================\n", + "\n", + "Content from Movie Locations (The Dark Knight 2008):\n", + "Film Locations for Christopher Nolan's The Dark Knight, in Chicago, London, Bedfordshire and China\n", + "\n", + "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + " + [0](../0/0-movies.php)\n", + " + [A](../a/a-movies.php)\n", + " + [B](../b/b-movies.php)\n", + " + [C](../c/c-movies.php)\n", + " + [D](../d/d-movies.php)\n", + " + [E](../e/e-movies.php)\n", + " + [F](../f/f-movies.php)\n", + " + [G](../g/g-movies.php)\n", + " + [H](../h/h-movies.php)\n", + " + [I](../i/i-movies.php)\n", + " + [J](../j/j-movies.php)\n", + " + [K](../k/k-movies.php)\n", + " + [L](../l/l-movies.php)\n", + " + [M](../m/m-movies.php)\n", + " + [N](../n/n-movies.php)\n", + " + [O](../o/o-movies.php)\n", + " + [P](../p/p-movies.php)\n", + " + [Q](../q/q-movies.php)\n", + " + [R](../r/r-movies.php)\n", + " + [S](../s/s-movies.php)\n", + " + [T](../t/t-movies.php)\n", + " + [U](../u/u-movies.php)\n", + " + [V](../v/v-movies.php)\n", + " + [W](../w/w-movies.php)\n", + " + [X](../x/x-movies.php)\n", + " + [Y](../y/y-movies.php)\n", + " + [Z](../z/z-movies.php)\n", + "* [|   PLACES](../../places.php)\n", + " + [AFRICA](../../places/africa.php)\n", + " + [ASIA](../../places/asia.php)\n", + " + [CANADA](../../places/canada.php)\n", + " + [CARIBBEAN](../../places/caribbean.php)\n", + " + [CENTRAL AMERICA](../../places/centam.php)\n", + " + [EUROPE](../../places/europe.php)\n", + " + [MIDDLE EAST](../../places/mideast.php)\n", + " + [OCEANIA](../../places/oceania.php)\n", + " + [RUSSIA](../../places/russia/russia.php)\n", + " + [SOUTH AMERICA](../../places/samerica.php)\n", + " + [UNITED KINGDOM](../../places/uk.php)\n", + " + [USA](../../places/usa.php)\n", + "* [|   PEOPLE](../../people.php)\n", + " + [A](../../people/a/a-people.php)\n", + " + [B](../../people/b/b-people.php)\n", + " + [C](../../people/c/c-people.php)\n", + " + [D](../../people/d/d-people.php)\n", + " + [E](../../people/e/e-people.php)\n", + " + [F](../../people/f/f-people.php)\n", + " + [G](../../people/g/g-people.php)\n", + " + [H](../../people/h/h-people.php)\n", + " + [I](../../people/i/i-people.php)\n", + " + [J](../../people/j/j-people.php)\n", + " + [K](../../people/k/k-people.php)\n", + " + [L](../../people/l/l-people.php)\n", + " + [M](../../people/m/m-people.php)\n", + " + [N](../../people/n/n-people.php)\n", + " + [O](../../people/o/o-people.php)\n", + " + [P](../../people/p/p-people.php)\n", + " + [Q](../../people/q/q-people.php)\n", + " + [R](../../people/r/r-people.php)\n", + " + [S](../../people/s/s-people.php)\n", + " + [T](../../people/t/t-people.php)\n", + " + [U](../../people/u/u-people.php)\n", + " + [V](../../people/v/v-people.php)\n", + " + [W](../../people/w/w-people.php)\n", + " + [X](../../people/x/x-people.php)\n", + " + [Y](../../people/y/y-people.php)\n", + " + [Z](../../people/z/z-people.php)\n", + "* [|   MORE](#)\n", + " + [ABOUT](../../about.php)\n", + " + [TRAVEL](../../travel.php)\n", + " + [FEATURES](../../features.php)\n", + " + [LINKS](../../links.php)\n", + "* [|   SEARCH](#)\n", + "* |\n", + "\n", + "* [|   HOME](../../index.php)\n", + "* [|   FILMS](../../movies.php)\n", + "* [|   PLACES](../../places.php)\n", + "* [|   PEOPLE](../../people.php)\n", + "\n", + "[Home](../../index.php) > [Films](../../movies.php) > [D](d-movies.php) > The Dark Knight\n", + "\n", + "Monday February 24th 2025\n", + "\n", + "The Dark Knight | 2008\n", + "======================\n", + "\n", + "![The Dark Knight filming location: the Twin Anchors, 1665 North Sedgwick Street, \n", + "Chicago](Dark-Knight-Twin-Anchors.jpg)\n", + "The Dark Knight film location: Harvey Dent, barman: the Twin Anchors, 1665 North Sedgwick Street, Chicago\n", + "\n", + "![The Dark Knight poster](Dark-Knight.jpg)\n", + "\n", + "* Locations |\n", + "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php); \n", + "[London](../../places/uk/gtrlondon.php); [Bedfordshire](../../places/uk/beds.php); \n", + "[China](../../places/asia/china.php)\n", + "\n", + "* DIRECTOR |\n", + "* [Christopher Nolan](../../people/n/nolanc.php)\n", + "\n", + "* CAST |\n", + "* [Christian Bale,](../../people/b/balec.php)\n", + "* [Heath Ledger,](../../people/l/ledgerh.php)\n", + "* [Michael Caine,](../../people/c/cainem.php)\n", + "* [Maggie Gyllenhaal,](../../people/g/gyllenhaalm.php)\n", + "* [Morgan Freeman,](../../people/f/freemanm.php)\n", + "* [Gary Oldman,](../../people/o/oldmang.php)\n", + "* [Aaron Eckhart,](../../people/e/eckharta.php)\n", + "* [Cillian Murphy,](../../people/m/murphyc.php)\n", + "* [William Fichtner,](../../people/f/fichtnerw.php)\n", + "* [Eric Roberts,](../../people/r/robertse.php)\n", + "* [Anthony Michael Hall,](../../people/h/hallam.php)\n", + "* [David Dastmalchian](../../people/d/dastmalchiand.php)\n", + "\n", + "---\n", + "\n", + "Discover where The Dark Knight (2008) was filmed around Chicago, as well as in London and Bedfordshire in the UK, \n", + "and briefly in Hong Kong.\n", + "\n", + "(anchor)\n", + "\n", + "* [CHICAGO locations](#)\n", + " \n", + "* [▶ Chicago Post Office, 404 West Harrison Street](#10th) (opening robbery)\n", + "* [▶ Parking Garage, 200 West Randolph Street](#11th) (Scarecrow arrested)\n", + "* [▶ Richard J Daley Center, Daley Plaza, Washington Street](#12th) (Wayne Enterprises HQ)\n", + "* [▶ IBM Building, 330 North Wabash Avenue](#13th) (Wayne Enterprises boardroom)\n", + "* [▶ West Building, McCormick Place, 2301 South Indiana Avenue](#14th) (Wayne Enterprises Applied Science \n", + "Division)\n", + "* [▶ Chicago Theatre, 175 North State Street](#15th) (Harvey Dent and Rachel Dawes at the opera)\n", + "* [▶ The Berghoff, 17 West Adams Street](#16th) (Maroni arrested)\n", + "* [▶ Illinois Center Buildings, 111 East Wacker Drive](#17th) (Harvey Dent fundraiser)\n", + "* [▶ Wyndham Grand, 7\n", + "..._This content has been truncated to stay below 10000 characters_...\n", + "film location: the evacuation of Gotham: Navy Pier, Chicago\n", + "\n", + "▶ As the Joker wreaks havoc throughout the city, the evacuation of panicky Gothamites onto ferries is at [Navy \n", + "Pier](https://navypier.com), east of the Streeterville district. This 3,000 foot pier, built in 1916 when Lake \n", + "Michigan was used for commercial shipping, fell into decline, until major renovations in 1976. The pier entrance is\n", + "on Streeter Drive at 600 East Grand Avenue near lake Shore Drive just north of the Chicago River. It previously \n", + "featured as an ‘Atlantic City’ location in [Martin Scorsese](../../people/s/scorsesem.php)’s [The Color of \n", + "Money](../c/Color-Of-Money.php) and more recently in [Divergent](Divergent.php). [⏏](#1st)\n", "\n", - "1. [Præstø - Wikipedia](https://en.wikipedia.org/wiki/Pr%C3%A6st%C3%B8)\n", + "(anchor)\n", "\n", - "Præstø. Præstø (Denmark Region Zealand). Show map of Denmark Show map of Denmark Region Zealand Show all. \n", - "Coordinates: 55°7′14″N 12°2′37″E / 55.12056 ...\n", + "![The Dark Knight film location: Trump Tower, North Wabash Avenue, Chicago](Dark-Knight-Trump-Tower.jpg)\n", + "The Dark Knight film location: the climactic hand-to-hand face-off between Batman and the Joker: Trump Tower, North\n", + "Wabash Avenue, Chicago\n", "\n", - "2. [GPS coordinates of Præstø, Denmark. Latitude: 55.1178 \n", - "Longitude](https://latitude.to/map/dk/denmark/cities/praesto)\n", + "▶ The climactic hand-to-hand face-off between Batman and the Joker is a conflation of two separate locations: the\n", + "exterior is [Chicago](../../places/usa/chicago.php)'s Trump Tower, 401 North Wabash Avenue, which was under \n", + "construction during filming. The completed tower, incidentally, is home to villainous Dylan Gould ([Patrick \n", + "Dempsey](../../people/d/dempseyp.php)) in [Transformers: Dark Of The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n", + "[⏏](#1st)\n", "\n", - "Satellite map of Præstø. Præstø is a town with a population of 3,821 (1 January 2015) and a former municipality \n", - "(Danish, kommune) in Vordingborg Municipality ...\n", + "For the actual fight, the interior was re-created in [England](../../places/england.php), in Shed 2, one of the two\n", + "gigantic airship hangars at Cardington, a couple of miles southeast of Bedford in \n", + "[Bedfordshire](../../places/uk/beds.php) (rail: Bedford, from London Euston or King’s Cross), now converted into a \n", + "soundstage (part of [Batman Begins](../b/Batman-Begins.php) was also filmed here).\n", "\n", - "3. [Zenvo Automotive - Automobile Brands](https://brands.myautoworld.com/zenvo-automotive/)\n", + "The completed Trump Tower, by the way, is used as the penthouse of villainous Dylan Gould in [Transformers: Dark Of\n", + "The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n", "\n", - "Zenvo Automotive, a Danish supercar manufacturer founded in 2007 is located in Praestoe, Denmark with its sales \n", - "located in Zug, Switzerland.\n", + " \n", + " \n", "\n", - "4. [Zenvo Automotive - Wikipedia](https://en.wikipedia.org/wiki/Zenvo_Automotive)\n", + "[* ![film locations banner](../../images/bar-hub-1.jpg)\n", + "* ![film locations banner](../../images/bar-hub-2.jpg)\n", + "* ![film locations banner](../../images/bar-hub-3.jpg)\n", + "* ![film locations banner](../../images/bar-hub-4.jpg)\n", + "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n", "\n", - "Zenvo Automotive A/S is a Danish supercar manufacturer located in Præstø on the Danish Island of Zealand. \n", - "Co-founded in 2007 by Jesper Jensen and Troels ...\n", + "---\n", "\n", - "5. [Zenvo Automotive A/S Company Profile | Præstø, Sjælland, \n", - "Denmark](https://www.dnb.com/business-directory/company-profiles.zenvo_automotive_a-s.5b6c127e6384da219c50375bf83d8\n", - "c8f.html)\n", + "Visit The Film Locations\n", + "========================\n", "\n", - "Find company research, competitor information, contact details & financial data for Zenvo Automotive A/S of Præstø,\n", - "Sjælland.\n", + "Illinois | Chicago\n", + "------------------\n", "\n", - "6. [Præstø on the map of Denmark, location on the map, exact time](https://jm.maptons.com/3316373)\n", + "---\n", "\n", - "Exact geographical coordinates, latitude and longitude — 55.118313, 12.055145. Præstø is located in the time zone \n", - "Central European Standard Time. The ...\n", + "Visit: [Chicago](http://www.chooseChicago.com)\n", "\n", - "7. [Zenvo - Facebook](https://www.facebook.com/ZenvoAutomotiveOfficial/)\n", + "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n", + "(tel: 800.832.6352)\n", "\n", - "Zenvo, Præstø. 167433 likes · 109 talking about this. The Danish 'smiles per mile' hypercar. Home of the Aurora \n", - "V12, TSR-GT, TSR-S, TSR, TS1-GT and ST1.\n", + "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n", "\n", - "8. [Work With Us | Zenvo Automotive A/S](https://zenvoautomotive.com/careers/)\n", + "Visit: the [Navy Pier](http://www.navypier.com/), 600 East Grand Avenue, Chicago, IL 60611 (tel: 312.595.7437)\n", "\n", - "Location: Præstø, Denmark or Viken, Sweden Job Type: Full-Time. Job Summary. We are seeking a highly motivated and \n", - "assertive Digital Mock-Up (DMU) Engineer ...\n", + "Stay at: the [Wyndham Grand](http://www.wyndhamgrandChicagoriverfront.com), East Upper Wacker Drive, Chicago, IL \n", + "60601 (tel: 312.346.7100)\n", "\n", - "9. [Latitude and longitude of Præstø, Denmark - GPS \n", - "Coordinates](https://latlong.info/denmark/region-zealand/praesto)\n", + "Visit: the [Chicago Theatre](http://www.theChicagotheatre.com/), 175 North State Street, Chicago, IL 60601 (tel: \n", + "800.745.3000)\n", "\n", - "Præstø is located at Denmark country in the states place category with the gps coordinates of 55° 7' 25.464'' N and\n", - "12° 2' 41.172 E. Geographic coordinates are ...\n", - "Coordinates for Porsche Leipzig, Germany: ## Search Results\n", - "0. [Contact & Directions - Porsche Leipzig](https://www.porsche-leipzig.com/en/service/contact-directions)\n", + "Visit: [The Berghoff](http://www.theberghoff.com/), 17 West Adams Street, Chicago, IL 60603 (tel: 312.427.3170)\n", "\n", - "Porsche Experience Center Leipzig +49 341 999 13 911 Opening hours Monday - Friday: closed (except for booked \n", - "events) Saturday: closed (except for booked ...\n", + "Drink at: the [Twin Anchors Restaurant](http://twinanchorsribs.com), 1665 North Sedgwick Street, Old Town, Chicago,\n", + "IL 60614 (tel: 312.266.1616)\n", "\n", - "1. [Porsche Leipzig](https://www.porsche-leipzig.com/en/)\n", + "Visit: the [Sound Bar](http://www.sound-bar.com/), 226 West Ontario Street, Chicago, IL 60654 (tel: 312.787.4480) \n", + "(CTA: Chicago Station, Brown Line)\n", "\n", - "Visit us at the Porsche Experience Center Leipzig and find out what it means to experience from 0 to experience.\n", + "Visit: the [Willis Tower](http://www.searstower.com), 233 South Wacker Drive, Chicago, IL 60606\n", "\n", - "2. [Factory Leipzig](https://www.porsche-leipzig.com/en/production)\n", + "Visit: [McCormick Place](http://www.mccormickplace.com/), 2301 South Lake Shore Drive, Chicago, IL 60616 (Metra: \n", + "McCormick Place; from Chicago Millennium Station)\n", "\n", - "Event Location​​ Here you will find an exciting environment with professional support for events of all kinds and \n", - "sizes. Your individual event at Porsche Leipzig.\n", + "UK | London\n", + "-----------\n", "\n", - "3. [Porsche AG – locations and contact](https://www.porsche.com/pap/_indonesia_/locations-and-contact/porsche-ag/)\n", + "---\n", "\n", - "Closed on weekends and public holidays, as well as during factory holidays. Contact Leipzig: Factory Collection \n", - "Porschestraße 1 04158 Leipzig, Germany Phone +49 ...\n", + "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n", "\n", - "4. [Imprint - Porsche Leipzig](https://www.porsche-leipzig.com/en/imprint)\n", + "Visit: [London](http://www.visitlondon.com)\n", "\n", - "Provider. Porsche Leipzig GmbH. Porschestraße 1. D-04158 Leipzig Tel: (+49) 0341 99913-911. E-Mail: \n", - "info@porsche-leipzig.com ...\n", + "Travelling: [Transport For London](https://tfl.gov.uk)\n", "\n", - "5. [Leipzig - Porsche Newsroom](https://newsroom.porsche.com/en/company/leipzig.html)\n", + "Dine at: [Savini At Criterion](http://saviniatcriterion.co.uk), 224 Piccadilly, London W1J 9HP (tube: Piccadilly, \n", + "Piccadilly Line)\n", "\n", - "Porsche Leipzig GmbH is a wholly-owned subsidiary of Dr. Ing. hc F. Porsche AG. Founded in 2000, the plant has \n", - "developed into a centre of excellence for ...\n", + "Bedfordshire\n", + "------------\n", "\n", - "6. [[PDF] Directions to Porsche \n", - "Leipzig.](https://www.porsche-leipzig.com/fileadmin/redakteur/2019/Directions_19.pdf)\n", + "---\n", "\n", - "Porschestraße 1. 04158 Leipzig. Latitude: 51.410000. Longitude: 12.295556. From the city centre/main train station.\n", - "1) By public transport. • Take Tram 10/11.\n", + "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n", "\n", - "7. [The Porsche Experience Centre in Leipzig, Germany | ANC - YouTube](https://www.youtube.com/watch?v=quiZrzdum3k)\n", - "Date published: Jan 18, 2024\n", + "China\n", + "-----\n", "\n", - "Executive Class: David Celdran visits the Porsche Experience Centre in Leipzig, Germany to celebrate its 75th \n", - "anniversary, with a trip to ...\n", + "---\n", "\n", - "8. [The Porsche experience - Review of Porsche Werk Leipzig Tor 1 \n", - "...](https://www.tripadvisor.com/ShowUserReviews-g187400-d3483039-r344806504-Porsche_Factory-Leipzig_Saxony.html)\n", + "Visit: [China](http://www.cnto.org/)\n", "\n", - "Porsche Werk Leipzig Tor 1: The Porsche experience - See 100 traveler reviews, 156 candid photos, and great deals \n", - "for Leipzig, Germany, at Tripadvisor.\n", + "Visit: [Hong Kong](http://www.discoverhongkong.com/)\n", "\n", - "9. [Relation: Porsche-Werk Leipzig (3524726) - OpenStreetMap](https://www.openstreetmap.org/relation/3524726)\n", - "Date published: Jan 9, 2016\n", + "Flights: [Hong Kong International Airport](http://www.hongkongairport.com/), 1 Sky Plaza Road, Hong Kong (tel: \n", + "852.2181.8888)\n", "\n", - "Tags ; Leipzig · DE · 1 · 04158 · Porschestraße.\n", - "Could not find coordinates for Porsche Leipzig, Germany\n", - "Coordinates for Aston Martin Gaydon, UK: ## Search Results\n", - "0. [Gaydon Headquarters | Locations - Aston \n", - "Martin](https://www.astonmartin.com/en/corporate/about-us/locations/gaydon)\n", + "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n", "\n", - "Discover Aston Martin's Global Headquarters in Gaydon, the heart of our design, engineering, and manufacturing \n", - "excellence. Home to our world-class team, ...\n", + " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n", "\n", - "1. [TRACKS: GAYDON - Gdecarli.it](https://www.gdecarli.it/php/circuit.php?var1=2655&var2=2)\n", + "---\n", "\n", - "Location, Gaydon WAR - Warwickshire - England ; Location ; Latitude - Longitude, + 52°10'55\" - 1°29'51\" 52.181944 \n", - "-1.4975 ; UTM Coordinates, X = 602725.835 - Y = ...\n", + "* [Home](../../index.php)\n", + "* [Films](../../movies.php)\n", + "* [Places](../../places.php)\n", + "* [People](../../people.php)\n", + "* [Travel](../../travel.php)\n", + "* [Features](../../features.php)\n", + "* [Links](../../links.php)\n", + "* [Contact](mailto:info@movie-locations.com)\n", "\n", - "2. [Locations - Aston Martin](https://www.astonmartin.com/en/corporate/about-us/locations)\n", + "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n", + "material Copyright © 2025 The Worldwide Guide To Movie Locations\n", + "\n" + ], + "text/html": [ + "
Execution logs:\n",
+              "Content from Movie Locations (The Batman 2022):\n",
+              "The Batman | Film Locations\n",
+              "\n",
+              "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "  + [0](../0/0-movies.php)\n",
+              "  + [A](../a/a-movies.php)\n",
+              "  + [B](../b/b-movies.php)\n",
+              "  + [C](../c/c-movies.php)\n",
+              "  + [D](../d/d-movies.php)\n",
+              "  + [E](../e/e-movies.php)\n",
+              "  + [F](../f/f-movies.php)\n",
+              "  + [G](../g/g-movies.php)\n",
+              "  + [H](../h/h-movies.php)\n",
+              "  + [I](../i/i-movies.php)\n",
+              "  + [J](../j/j-movies.php)\n",
+              "  + [K](../k/k-movies.php)\n",
+              "  + [L](../l/l-movies.php)\n",
+              "  + [M](../m/m-movies.php)\n",
+              "  + [N](../n/n-movies.php)\n",
+              "  + [O](../o/o-movies.php)\n",
+              "  + [P](../p/p-movies.php)\n",
+              "  + [Q](../q/q-movies.php)\n",
+              "  + [R](../r/r-movies.php)\n",
+              "  + [S](../s/s-movies.php)\n",
+              "  + [T](../t/t-movies.php)\n",
+              "  + [U](../u/u-movies.php)\n",
+              "  + [V](../v/v-movies.php)\n",
+              "  + [W](../w/w-movies.php)\n",
+              "  + [X](../x/x-movies.php)\n",
+              "  + [Y](../y/y-movies.php)\n",
+              "  + [Z](../z/z-movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "  + [AFRICA](../../places/africa.php)\n",
+              "  + [ASIA](../../places/asia.php)\n",
+              "  + [CANADA](../../places/canada.php)\n",
+              "  + [CARIBBEAN](../../places/caribbean.php)\n",
+              "  + [CENTRAL AMERICA](../../places/centam.php)\n",
+              "  + [EUROPE](../../places/europe.php)\n",
+              "  + [MIDDLE EAST](../../places/mideast.php)\n",
+              "  + [OCEANIA](../../places/oceania.php)\n",
+              "  + [RUSSIA](../../places/russia/russia.php)\n",
+              "  + [SOUTH AMERICA](../../places/samerica.php)\n",
+              "  + [UNITED KINGDOM](../../places/uk.php)\n",
+              "  + [USA](../../places/usa.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "  + [A](../../people/a/a-people.php)\n",
+              "  + [B](../../people/b/b-people.php)\n",
+              "  + [C](../../people/c/c-people.php)\n",
+              "  + [D](../../people/d/d-people.php)\n",
+              "  + [E](../../people/e/e-people.php)\n",
+              "  + [F](../../people/f/f-people.php)\n",
+              "  + [G](../../people/g/g-people.php)\n",
+              "  + [H](../../people/h/h-people.php)\n",
+              "  + [I](../../people/i/i-people.php)\n",
+              "  + [J](../../people/j/j-people.php)\n",
+              "  + [K](../../people/k/k-people.php)\n",
+              "  + [L](../../people/l/l-people.php)\n",
+              "  + [M](../../people/m/m-people.php)\n",
+              "  + [N](../../people/n/n-people.php)\n",
+              "  + [O](../../people/o/o-people.php)\n",
+              "  + [P](../../people/p/p-people.php)\n",
+              "  + [Q](../../people/q/q-people.php)\n",
+              "  + [R](../../people/r/r-people.php)\n",
+              "  + [S](../../people/s/s-people.php)\n",
+              "  + [T](../../people/t/t-people.php)\n",
+              "  + [U](../../people/u/u-people.php)\n",
+              "  + [V](../../people/v/v-people.php)\n",
+              "  + [W](../../people/w/w-people.php)\n",
+              "  + [X](../../people/x/x-people.php)\n",
+              "  + [Y](../../people/y/y-people.php)\n",
+              "  + [Z](../../people/z/z-people.php)\n",
+              "* [|   MORE](#)\n",
+              "  + [ABOUT](../../about.php)\n",
+              "  + [TRAVEL](../../travel.php)\n",
+              "  + [FEATURES](../../features.php)\n",
+              "  + [LINKS](../../links.php)\n",
+              "* [|   SEARCH](#)\n",
+              "* |\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "\n",
+              "[Home](../../index.php) > [Films](../../movies.php) > [B](b-movies.php) > The batman\n",
+              "\n",
+              "Monday February 24th 2025\n",
+              "\n",
+              "The Batman | 2022\n",
+              "=================\n",
+              "\n",
+              "![The Batman filming location: St George's Hall, Liverpool](../f/Fantastic-Beasts-St-Georges-ext.jpg)\n",
+              "The Batman location: The memorial service for the murdered Mayor at 'Gotham City Hall': East Front, St George's \n",
+              "Hall, Liverpool | Photograph: [Wikimedia / \n",
+              "Superchilum](https://commons.wikimedia.org/wiki/File:St._George's_Hall_Liverpool_02.jpg)\n",
+              "\n",
+              "![The-Batman poster](The-Batman.jpg)\n",
+              "\n",
+              "* Locations |\n",
+              "* [Merseyside](../../places/uk/mersey.php);\n",
+              "* [London](../../places/uk/gtrlondon.php);\n",
+              "* [Scotland](../../places/uk/scotland.php);\n",
+              "* [Bedfordshire](../../places/uk/beds.php);\n",
+              "* [Hertfordshire](../../places/uk/herts.php);\n",
+              "* [Essex](../../places/uk/essex.php);\n",
+              "* [Surrey](../../places/uk/surrey.php);\n",
+              "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php)\n",
+              "\n",
+              "* DIRECTOR |\n",
+              "* [Matt Reeves](../../people/r/reevesmatt.php)\n",
+              "\n",
+              "* CAST |\n",
+              "* [Robert Pattinson,](../../people/p/pattinsonr.php)\n",
+              "* [Paul Dano,](../../people/d/danop.php)\n",
+              "* [Zoë Kravitz,](../../people/k/kravitzz.php)\n",
+              "* [Jeffrey Wright,](../../people/w/wrightj.php)\n",
+              "* [Andy Serkis,](../../people/s/serkisa.php)\n",
+              "* [Colin Farrell,](../../people/f/farrellc.php)\n",
+              "* [John Turturro,](../../people/t/turturroj.php)\n",
+              "* [Peter Sarsgaard,](../../people/s/sarsgaardp.php)\n",
+              "* [Jayme Lawson,](../../people/l/lawsonj.php)\n",
+              "* [Barry Keoghan](../../people/k/keoghanb.php)\n",
+              "\n",
+              "It’s back to [Liverpool](../../places/uk/mersey.php) for the pillared frontage of ‘Gotham City Hall’, which is [St \n",
+              "George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/) once again, but this time the much longer \n",
+              "eastern front with its equestrian statues on Lime Street.\n",
+              "\n",
+              "The cathedral-like interior, where the memorial service for Mayor Mitchell is crashed by the DA’s car, is a \n",
+              "wonderfully impressive studio set, built inside the Cardington Airship Hangar 1, frequently used as studio space by\n",
+              "[Christopher Nolan](../../people/n/nolanc.php).\n",
+              "\n",
+              "The resulting mayhem sees the Batman taken into custody but, before Gotham’s finest can so much as take off his \n",
+              "mask, Gordon has facilitated his escape.\n",
+              "\n",
+              "![The Batman filming location: Lethaby Building, Southampton Row, Holborn, London \n",
+              "WC1](../i/Imitation-Game-Central-S\n",
+              "..._This content has been truncated to stay below 10000 characters_...\n",
+              "n.php) . You can see it, under construction, at the end of the river chase in 1999 Bond movie [The World Is Not \n",
+              "Enough](../w/World-Is-Not-Enough.php).\n",
+              "\n",
+              "And, no, they didn’t flood the arena. As the waters rise, the production moved to a studio tank.\n",
+              "\n",
+              "If you’re waiting for [Glasgow](https://peoplemakeglasgow.com/) to make an appearance, you’ll have to wait for the \n",
+              "epilogue when Selina Kyle ([Zoë Kravitz](../../people/k/kravitzz.php)) visits her mother’s memorial.\n",
               "\n",
-              "Explore Aston Martin's global presence, from our headquarters in Gaydon to exclusive brand houses and performance \n",
-              "centers. Discover how our iconic locations ...\n",
+              "![The Batman filming location: Bridge of Sighs, Glasgow \n",
+              "Necropolis](The-Batman-Glasgow-Necropolis-Bridge-of-Sighs.jpg)\n",
+              "The Batman location: The Batman and Selina exit the cemetery: Bridge of Sighs, Glasgow Necropolis | Photograph: \n",
+              "[Wikimedia / \n",
+              "Marcok](https://commons.wikimedia.org/wiki/File:Glasgow_Cathedral_Square_Bridge_of_Sighs_by_Marcok_2018-08-23.jpg)\n",
               "\n",
-              "3. [Gaydon Headquarters | Aston Martin \n",
-              "USA](https://www.astonmartin.com/en-us/our-world/news/2017/2/22/gaydon-headquarters)\n",
-              "Date published: Feb 22, 2017\n",
+              "The gloomy cemetery, in which Batman reluctantly turns down the offer to go off with Selina, is \n",
+              "[Glasgow](https://peoplemakeglasgow.com/)’s [Necropolis](https://www.glasgownecropolis.org/), the city’s \n",
+              "extravagant Victorian burial ground. The two bikes speeding past the carved memorials show the \n",
+              "[Necropolis](https://www.glasgownecropolis.org/) at its best but there’s still a crafty little trick left.\n",
               "\n",
-              "Gaydon is home. But it's not only the home of Aston Martin, it is a centre of excellence for world-class sports car\n",
-              "design and engineering.\n",
+              "![The Batman filming location: Cherry Lane entrance, Anfield Cemetery, Liverpool](The-Batman-Anfield-Cemetery.jpg)\n",
+              "The Batman location: The Batman and Selina exit the cemetery: Cherry Lane entrance, Anfield Cemetery, Liverpool | \n",
+              "Photograph: [Wikimedia / \n",
+              "Rept0n1x](https://commons.wikimedia.org/wiki/File:Anfield_Cemetery,_Cherry_Lane_entrance_(5).JPG)\n",
               "\n",
-              "4. [Aston Martin - Wikipedia](https://en.wikipedia.org/wiki/Aston_Martin)\n",
+              "They drive west from the cemetery across the stone arch, known as the Bridge of Sighs, on Church Street but the \n",
+              "dark little Gothic tunnel they come to is the eastern entrance to [Anfield \n",
+              "Cemetery](https://liverpool.gov.uk/births-marriage-deaths/deaths/burials-and-cremations/cemeteries-and-crematoria/a\n",
+              "nfield-cemetery-and-crematorium/), on Cherry Lane, in [Liverpool](../../places/uk/mersey.php). But only for that \n",
+              "brief moment.\n",
               "\n",
-              "The headquarters and main production of its sports cars and grand tourers are in a 55-acre (22 ha) facility in \n",
-              "Gaydon, Warwickshire, England, on the former site ...\n",
+              "Instantly they’re back in [Glasgow](https://peoplemakeglasgow.com/), on Wishart Street alongside the \n",
+              "[Necropolis](https://www.glasgownecropolis.org/), with the Batman riding away – under the Bridge of Sighs arch they\n",
+              "had crossed minutes earlier.\n",
               "\n",
-              "5. [Aston Martin Website Terms and Conditions](https://www.astonmartin.com/en-gb/legal/terms-and-conditions)\n",
+              "[Page 1](The-Batman-2022.php)   |   Page 2\n",
               "\n",
-              "Our registered office is at Banbury Road, Gaydon, Warwick CV35 0DB England and our registered number is 01199255. \n",
-              "Our VAT number is 904447237. 1.2 Please ...\n",
+              "[* ![film locations banner](../../images/bar-hub-1.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-2.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-3.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-4.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n",
               "\n",
-              "6. [VP Racing SportsCar Challenge: Automotive Partners - Aston \n",
-              "Martin](https://www.imsa.com/vpracingsportscarchallenge/vp-racing-sportscar-challenge-automotive-partners/aston-mar\n",
-              "tin/)\n",
+              "---\n",
               "\n",
-              "The company boasts state-of-the-art headquarters in Gaydon, UK, combining cutting-edge technology with \n",
-              "hand-craftsmanship and traditional techniques. MORE ...\n",
+              "Visit The Film Locations\n",
+              "========================\n",
               "\n",
-              "7. [Aston Martin Lagonda Global Holdings PLC - London Stock \n",
-              "Exchange](https://www.londonstockexchange.com/stock/AML/aston-martin-lagonda-global-holdings-plc/our-story)\n",
+              "UK | Merseyside\n",
+              "---------------\n",
               "\n",
-              "Address. Banbury Road, Gaydon, Warwickshire, CV35 0DB, United Kingdom Map ; Website. www.astonmartinlagonda.com/.\n",
+              "---\n",
               "\n",
-              "8. [Lap of luxury | Article | Automotive Manufacturing \n",
-              "Solutions](https://www.automotivemanufacturingsolutions.com/bodyshop/lap-of-luxury/36896.article)\n",
-              "Date published: Nov 19, 2018\n",
+              "Visit: [Liverpool](http://www.visitliverpool.com)\n",
               "\n",
-              "In September, Aston Martin announced that its second major UK manufacturing facility will become the brand's centre\n",
-              "for electrification. The ...\n",
+              "Flights: [Liverpool John Lennon Airport](https://www.liverpoolairport.com), Speke, Liverpool L24 1YD (tel: \n",
+              "0871.521.8484)\n",
               "\n",
-              "9. [Aston Martin Gaydon – (2003 – date)](https://astonmartins.com/factory-guide/aston-martin-gaydon-2003-date/)\n",
+              "Rail: [Liverpool Lime Street](https://www.networkrail.co.uk/liverpool-lime-street-station/departures-arrivals/), \n",
+              "from [London Euston](http://www.networkrail.co.uk/london-euston-station/departures-arrivals/)\n",
               "\n",
-              "Situated on the former RAF V-bomber airfield at Gaydon, Warwickshire, the new factory is part of a much bigger site\n",
-              "also occupied by Jaguar, Land Rover and the ...\n",
-              "Could not find coordinates for Aston Martin Gaydon, UK\n",
-              "Coordinates for Koenigsegg Ängelholm, Sweden: ## Search Results\n",
-              "0. [Koenigsegg Automotive AB HQ - Wikimapia](http://wikimapia.org/37427375/Koenigsegg-Automotive-AB-HQ)\n",
+              "Visit: [St George's Hall](https://www.stgeorgeshallliverpool.co.uk/homepage/), St George's Place, Liverpool L1 1JJ.\n",
               "\n",
-              "Koenigsegg Automotive AB HQ. Sweden / Skene / Angelholm / Kelliehousevagen, 73. World / Sweden / Skene / Angelholm.\n",
-              "automotive company Add category.\n",
+              "Visit: The [Royal Liver Building](https://rlb360.com/), Pier Head, Liverpool L3 1HU.\n",
               "\n",
-              "1. [Koenigsegg Factory Google Earth?? - \n",
-              "FerrariChat](https://www.ferrarichat.com/forum/threads/koenigsegg-factory-google-earth.115550/)\n",
-              "Date published: Aug 1, 2006\n",
+              "UK | London\n",
+              "-----------\n",
               "\n",
-              "Go to 56°17'42.00\"N 12°51'16.64\"E That could be the place but i can't zoom in far enough on my google earth. It \n",
-              "seems that area is one of the places not ...\n",
+              "---\n",
               "\n",
-              "2. [Ängelholm - Wikipedia](https://en.wikipedia.org/wiki/%C3%84ngelholm)\n",
+              "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n",
               "\n",
-              "Ängelholm is a locality and the seat of Ängelholm Municipality in Skåne, Sweden with 42,131 inhabitants in 2017. \n",
-              "... Coordinates: 56°15′N 12°51′E ...\n",
+              "Visit: [London](http://www.visitlondon.com)\n",
               "\n",
-              "3. [Privacy Policy - Koenigsegg](https://www.koenigsegg.com/privacy-policy)\n",
+              "Travelling: [Transport For London](https://tfl.gov.uk)\n",
               "\n",
-              "Ängelholm, Sweden (“Koenigsegg”), collects, uses,. discloses, stores and otherwise process personal data. 1.2 We \n",
-              "respect your right to privacy, and we are.\n",
+              "Visit: [The O2 Arena](https://www.theo2.co.uk/), Peninsula Square, London SE10 0DX (tube: North Greenwich, Jubilee \n",
+              "Line).\n",
               "\n",
-              "4. [About us - Koenigsegg Automotive](https://www.koenigsegg.com/about)\n",
+              "UK | Scotland\n",
+              "-------------\n",
               "\n",
-              "Koenigsegg is a Swedish avante-garde megacar and innovative technology company. A record-breaking tradition courses\n",
-              "through our history.\n",
+              "---\n",
               "\n",
-              "5. [Koenigsegg Automotive AB Company Profile - Dun & \n",
-              "Bradstreet](https://www.dnb.com/business-directory/company-profiles.koenigsegg_automotive_ab.b8a86de5cff63ecb1d926e\n",
-              "2ae0e16ed0.html)\n",
+              "Visit: [Scotland](http://www.visitscotland.com)\n",
               "\n",
-              "Find company research, competitor information, contact details & financial data for Koenigsegg Automotive AB of \n",
-              "Ängelholm, Skåne.\n",
+              "Visit: [Glasgow](http://visit-glasgow.info) (rail: Glasgow Central)\n",
               "\n",
-              "6. [Koenigsegg - Wikipedia](https://en.wikipedia.org/wiki/Koenigsegg)\n",
+              "Visit: [Glasgow Necropolis](https://www.glasgownecropolis.org/), Castle Street, Glasgow G4 0UZ.\n",
               "\n",
-              "Koenigsegg Automotive AB is a Swedish manufacturer of high-performance sports cars based in Ängelholm, Skåne \n",
-              "County, Sweden. Koenigsegg Automotive AB ...\n",
+              "UK | Bedfordshire\n",
+              "-----------------\n",
               "\n",
-              "7. [The Company - Koenigsegg Florida](https://www.koenigseggflorida.com/koenigsegg-the-company/)\n",
+              "---\n",
               "\n",
-              "The home of Koenigsegg. Today, the Koenigsegg company is located in Ängelholm, Sweden in the former home of the \n",
-              "Swedish Air Force's Fighter Jet Squadron No. 1.\n",
+              "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n",
               "\n",
-              "8. [OEM Plant Details:Koenigsegg Automotive AB, Ängelholm Plant ...](https://www.marklines.com/en/global/2683)\n",
+              "UK | Hertfordshire\n",
+              "------------------\n",
+              "\n",
+              "---\n",
+              "\n",
+              "Visit: [Hertfordshire](http://www.hertfordshirelep.com/enjoy/)\n",
+              "\n",
+              "Illinois | Chicago\n",
+              "------------------\n",
+              "\n",
+              "---\n",
+              "\n",
+              "Visit: [Chicago](http://www.chooseChicago.com)\n",
+              "\n",
+              "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n",
+              "(tel: 800.832.6352)\n",
+              "\n",
+              "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n",
+              "\n",
+              "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n",
+              "\n",
+              " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n",
+              "\n",
+              "---\n",
+              "\n",
+              "* [Home](../../index.php)\n",
+              "* [Films](../../movies.php)\n",
+              "* [Places](../../places.php)\n",
+              "* [People](../../people.php)\n",
+              "* [Travel](../../travel.php)\n",
+              "* [Features](../../features.php)\n",
+              "* [Links](../../links.php)\n",
+              "* [Contact](mailto:info@movie-locations.com)\n",
+              "\n",
+              "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n",
+              "material Copyright © 2025 The Worldwide Guide To Movie Locations\n",
+              "\n",
+              "================================================================================\n",
+              "\n",
+              "Content from Movie Locations (The Dark Knight 2008):\n",
+              "Film Locations for Christopher Nolan's The Dark Knight, in Chicago, London, Bedfordshire and China\n",
+              "\n",
+              "![Movie Locations logo](../../artwork/movie-locations-450.jpg)\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "  + [0](../0/0-movies.php)\n",
+              "  + [A](../a/a-movies.php)\n",
+              "  + [B](../b/b-movies.php)\n",
+              "  + [C](../c/c-movies.php)\n",
+              "  + [D](../d/d-movies.php)\n",
+              "  + [E](../e/e-movies.php)\n",
+              "  + [F](../f/f-movies.php)\n",
+              "  + [G](../g/g-movies.php)\n",
+              "  + [H](../h/h-movies.php)\n",
+              "  + [I](../i/i-movies.php)\n",
+              "  + [J](../j/j-movies.php)\n",
+              "  + [K](../k/k-movies.php)\n",
+              "  + [L](../l/l-movies.php)\n",
+              "  + [M](../m/m-movies.php)\n",
+              "  + [N](../n/n-movies.php)\n",
+              "  + [O](../o/o-movies.php)\n",
+              "  + [P](../p/p-movies.php)\n",
+              "  + [Q](../q/q-movies.php)\n",
+              "  + [R](../r/r-movies.php)\n",
+              "  + [S](../s/s-movies.php)\n",
+              "  + [T](../t/t-movies.php)\n",
+              "  + [U](../u/u-movies.php)\n",
+              "  + [V](../v/v-movies.php)\n",
+              "  + [W](../w/w-movies.php)\n",
+              "  + [X](../x/x-movies.php)\n",
+              "  + [Y](../y/y-movies.php)\n",
+              "  + [Z](../z/z-movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "  + [AFRICA](../../places/africa.php)\n",
+              "  + [ASIA](../../places/asia.php)\n",
+              "  + [CANADA](../../places/canada.php)\n",
+              "  + [CARIBBEAN](../../places/caribbean.php)\n",
+              "  + [CENTRAL AMERICA](../../places/centam.php)\n",
+              "  + [EUROPE](../../places/europe.php)\n",
+              "  + [MIDDLE EAST](../../places/mideast.php)\n",
+              "  + [OCEANIA](../../places/oceania.php)\n",
+              "  + [RUSSIA](../../places/russia/russia.php)\n",
+              "  + [SOUTH AMERICA](../../places/samerica.php)\n",
+              "  + [UNITED KINGDOM](../../places/uk.php)\n",
+              "  + [USA](../../places/usa.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "  + [A](../../people/a/a-people.php)\n",
+              "  + [B](../../people/b/b-people.php)\n",
+              "  + [C](../../people/c/c-people.php)\n",
+              "  + [D](../../people/d/d-people.php)\n",
+              "  + [E](../../people/e/e-people.php)\n",
+              "  + [F](../../people/f/f-people.php)\n",
+              "  + [G](../../people/g/g-people.php)\n",
+              "  + [H](../../people/h/h-people.php)\n",
+              "  + [I](../../people/i/i-people.php)\n",
+              "  + [J](../../people/j/j-people.php)\n",
+              "  + [K](../../people/k/k-people.php)\n",
+              "  + [L](../../people/l/l-people.php)\n",
+              "  + [M](../../people/m/m-people.php)\n",
+              "  + [N](../../people/n/n-people.php)\n",
+              "  + [O](../../people/o/o-people.php)\n",
+              "  + [P](../../people/p/p-people.php)\n",
+              "  + [Q](../../people/q/q-people.php)\n",
+              "  + [R](../../people/r/r-people.php)\n",
+              "  + [S](../../people/s/s-people.php)\n",
+              "  + [T](../../people/t/t-people.php)\n",
+              "  + [U](../../people/u/u-people.php)\n",
+              "  + [V](../../people/v/v-people.php)\n",
+              "  + [W](../../people/w/w-people.php)\n",
+              "  + [X](../../people/x/x-people.php)\n",
+              "  + [Y](../../people/y/y-people.php)\n",
+              "  + [Z](../../people/z/z-people.php)\n",
+              "* [|   MORE](#)\n",
+              "  + [ABOUT](../../about.php)\n",
+              "  + [TRAVEL](../../travel.php)\n",
+              "  + [FEATURES](../../features.php)\n",
+              "  + [LINKS](../../links.php)\n",
+              "* [|   SEARCH](#)\n",
+              "* |\n",
+              "\n",
+              "* [|   HOME](../../index.php)\n",
+              "* [|   FILMS](../../movies.php)\n",
+              "* [|   PLACES](../../places.php)\n",
+              "* [|   PEOPLE](../../people.php)\n",
+              "\n",
+              "[Home](../../index.php) > [Films](../../movies.php) > [D](d-movies.php) > The Dark Knight\n",
+              "\n",
+              "Monday February 24th 2025\n",
+              "\n",
+              "The Dark Knight | 2008\n",
+              "======================\n",
+              "\n",
+              "![The Dark Knight filming location: the Twin Anchors, 1665 North Sedgwick Street, \n",
+              "Chicago](Dark-Knight-Twin-Anchors.jpg)\n",
+              "The Dark Knight film location: Harvey Dent, barman: the Twin Anchors, 1665 North Sedgwick Street, Chicago\n",
+              "\n",
+              "![The Dark Knight poster](Dark-Knight.jpg)\n",
+              "\n",
+              "* Locations |\n",
+              "* [Chicago](../../places/usa/chicago.php), [Illinois](../../places/usa/illinois.php); \n",
+              "[London](../../places/uk/gtrlondon.php); [Bedfordshire](../../places/uk/beds.php); \n",
+              "[China](../../places/asia/china.php)\n",
+              "\n",
+              "* DIRECTOR |\n",
+              "* [Christopher Nolan](../../people/n/nolanc.php)\n",
+              "\n",
+              "* CAST |\n",
+              "* [Christian Bale,](../../people/b/balec.php)\n",
+              "* [Heath Ledger,](../../people/l/ledgerh.php)\n",
+              "* [Michael Caine,](../../people/c/cainem.php)\n",
+              "* [Maggie Gyllenhaal,](../../people/g/gyllenhaalm.php)\n",
+              "* [Morgan Freeman,](../../people/f/freemanm.php)\n",
+              "* [Gary Oldman,](../../people/o/oldmang.php)\n",
+              "* [Aaron Eckhart,](../../people/e/eckharta.php)\n",
+              "* [Cillian Murphy,](../../people/m/murphyc.php)\n",
+              "* [William Fichtner,](../../people/f/fichtnerw.php)\n",
+              "* [Eric Roberts,](../../people/r/robertse.php)\n",
+              "* [Anthony Michael Hall,](../../people/h/hallam.php)\n",
+              "* [David Dastmalchian](../../people/d/dastmalchiand.php)\n",
+              "\n",
+              "---\n",
+              "\n",
+              "Discover where The Dark Knight (2008) was filmed around Chicago, as well as in London and Bedfordshire in the UK, \n",
+              "and briefly in Hong Kong.\n",
+              "\n",
+              "(anchor)\n",
+              "\n",
+              "* [CHICAGO locations](#)\n",
+              "  \n",
+              "* [▶ Chicago Post Office, 404 West Harrison Street](#10th) (opening robbery)\n",
+              "* [▶ Parking Garage, 200 West Randolph Street](#11th) (Scarecrow arrested)\n",
+              "* [▶ Richard J Daley Center, Daley Plaza, Washington Street](#12th) (Wayne Enterprises HQ)\n",
+              "* [▶ IBM Building, 330 North Wabash Avenue](#13th) (Wayne Enterprises boardroom)\n",
+              "* [▶ West Building, McCormick Place, 2301 South Indiana Avenue](#14th) (Wayne Enterprises Applied Science \n",
+              "Division)\n",
+              "* [▶ Chicago Theatre, 175 North State Street](#15th) (Harvey Dent and Rachel Dawes at the opera)\n",
+              "* [▶ The Berghoff, 17 West Adams Street](#16th) (Maroni arrested)\n",
+              "* [▶ Illinois Center Buildings, 111 East Wacker Drive](#17th) (Harvey Dent fundraiser)\n",
+              "* [▶ Wyndham Grand, 7\n",
+              "..._This content has been truncated to stay below 10000 characters_...\n",
+              "film location: the evacuation of Gotham: Navy Pier, Chicago\n",
+              "\n",
+              "▶ As the Joker wreaks havoc throughout the city, the evacuation of panicky Gothamites onto ferries is at [Navy \n",
+              "Pier](https://navypier.com), east of the Streeterville district. This 3,000 foot pier, built in 1916 when Lake \n",
+              "Michigan was used for commercial shipping, fell into decline, until major renovations in 1976. The pier entrance is\n",
+              "on Streeter Drive at 600 East Grand Avenue near lake Shore Drive just north of the Chicago River. It previously \n",
+              "featured as an ‘Atlantic City’ location in [Martin Scorsese](../../people/s/scorsesem.php)’s [The Color of \n",
+              "Money](../c/Color-Of-Money.php) and more recently in [Divergent](Divergent.php). [⏏](#1st)\n",
               "\n",
-              "Address. Kelliehousevägen 73, Valhall Park, 262 74 Ängelholm, Sweden ; Tel. +46-431-454-460 ; Fax. +46 431 45 44 61\n",
-              "; Website. http://www.koenigsegg.com/ ...\n",
+              "(anchor)\n",
               "\n",
-              "9. [Koenigsegg Regera in Ängelholm, Sweden (Google Maps) \n",
-              "(#6)](https://virtualglobetrotting.com/map/koenigsegg-regera-5/view/google/)\n",
+              "![The Dark Knight film location: Trump Tower, North Wabash Avenue, Chicago](Dark-Knight-Trump-Tower.jpg)\n",
+              "The Dark Knight film location: the climactic hand-to-hand face-off between Batman and the Joker: Trump Tower, North\n",
+              "Wabash Avenue, Chicago\n",
               "\n",
-              "Koenigsegg Regera (Google Maps). Change the date to nov. 2022.\n",
-              "Could not find coordinates for Koenigsegg Ängelholm, Sweden\n",
-              "Coordinates for Bugatti Molsheim, France: ## Search Results\n",
-              "0. [GPS coordinates of Bugatti Automobiles, France. \n",
-              "Latitude](https://latitude.to/articles-by-country/fr/france/2043/bugatti-automobiles)\n",
+              "▶ The climactic hand-to-hand face-off between Batman and the Joker is a conflation of two separate locations: the\n",
+              "exterior is [Chicago](../../places/usa/chicago.php)'s Trump Tower, 401 North Wabash Avenue, which was under \n",
+              "construction during filming. The completed tower, incidentally, is home to villainous Dylan Gould ([Patrick \n",
+              "Dempsey](../../people/d/dempseyp.php)) in [Transformers: Dark Of The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n",
+              "[⏏](#1st)\n",
               "\n",
-              "Volkswagen purchased the Bugatti trademark in June 1998 and incorporated Bugatti Automobiles S.A.S. in 1999. \n",
-              "Latitude: 48° 31' 36.32\" N Longitude: 7° 29' 58.86\" ...\n",
+              "For the actual fight, the interior was re-created in [England](../../places/england.php), in Shed 2, one of the two\n",
+              "gigantic airship hangars at Cardington, a couple of miles southeast of Bedford in \n",
+              "[Bedfordshire](../../places/uk/beds.php) (rail: Bedford, from London Euston or King’s Cross), now converted into a \n",
+              "soundstage (part of [Batman Begins](../b/Batman-Begins.php) was also filmed here).\n",
               "\n",
-              "1. [GPS coordinates of Bugatti, France. Latitude: 48.5220 \n",
-              "Longitude](https://latitude.to/articles-by-country/fr/france/639/bugatti)\n",
+              "The completed Trump Tower, by the way, is used as the penthouse of villainous Dylan Gould in [Transformers: Dark Of\n",
+              "The Moon](../t/Transformers-Dark-Of-The-Moon.php).\n",
               "\n",
-              "Famous Bugattis include the Type 35 Grand Prix cars, the Type 41 \"Royale\", the Type 57 \"Atlantic\" and the Type 55 \n",
-              "sports car. Latitude: 48° 31' 19.19\" N\n",
+              "  \n",
+              "  \n",
               "\n",
-              "2. [Molsheim - Wikipedia](https://en.wikipedia.org/wiki/Molsheim)\n",
+              "[* ![film locations banner](../../images/bar-hub-1.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-2.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-3.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-4.jpg)\n",
+              "* ![film locations banner](../../images/bar-hub-5.jpg)](../../index.php)\n",
               "\n",
-              "Show map of France Show map of Grand Est Show all. Coordinates: 48°32′N 7°29 ... Production of the Bugatti Veyron \n",
-              "by Bugatti Automobiles S.A.S. restarted in ...\n",
+              "---\n",
               "\n",
-              "3. [Bugatti in the modern era – 15th anniversary of the Atelier in \n",
-              "Molsheim](https://newsroom.bugatti.com/press-releases/bugatti-in-the-modern-era-15th-anniversary-of-the-atelier-in-\n",
-              "molsheim)\n",
-              "Date published: Sep 15, 2020\n",
+              "Visit The Film Locations\n",
+              "========================\n",
               "\n",
-              "Molsheim is located 25 kilometres south-west of Strasbourg, at the foothills of the Vosges mountains. It has been \n",
-              "the home of Bugatti since 1909 ...\n",
+              "Illinois | Chicago\n",
+              "------------------\n",
               "\n",
-              "4. [Bugatti Automobiles S.A.S. in Molsheim, France (Google \n",
-              "Maps)](https://virtualglobetrotting.com/map/bugatti-automobiles-s-a-s/view/google/)\n",
+              "---\n",
               "\n",
-              "Bugatti Automobiles S.A.S. (Google Maps). Explore Bugatti Automobiles S.A.S. in Molsheim, France as it appears on \n",
-              "Google Maps as well as pictures...\n",
+              "Visit: [Chicago](http://www.chooseChicago.com)\n",
               "\n",
-              "5. [Hotel Le Bugatti- First Class Molsheim, France Hotels - Travel \n",
-              "Weekly](https://www.travelweekly.com/Hotels/Molsheim-France/Hotel-Le-Bugatti-p3823328)\n",
+              "Flights: [O’Hare International Airport](http://www.flyChicago.com/ohare/), 10000 West O'Hare Ave, Chicago, IL 60666\n",
+              "(tel: 800.832.6352)\n",
               "\n",
-              "Hotel Le Bugatti. 3 route Ecospace, Molsheim, France 67120.\n",
+              "Travel around: [Chicago Transit Authority](http://www.transitChicago.com)\n",
               "\n",
-              "6. [Bugatti - Wikipedia](https://en.wikipedia.org/wiki/Bugatti)\n",
+              "Visit: the [Navy Pier](http://www.navypier.com/), 600 East Grand Avenue, Chicago, IL 60611 (tel: 312.595.7437)\n",
               "\n",
-              "Ettore Bugatti was a German then French manufacturer of high-performance automobiles. The company was founded in \n",
-              "1909 in the then-German city of Molsheim, ...\n",
+              "Stay at: the [Wyndham Grand](http://www.wyndhamgrandChicagoriverfront.com), East Upper Wacker Drive, Chicago, IL \n",
+              "60601 (tel: 312.346.7100)\n",
               "\n",
-              "7. [3-star Hotel near Strasbourg](https://www.hotel-le-bugatti.com/en/getting-there.html)\n",
+              "Visit: the [Chicago Theatre](http://www.theChicagotheatre.com/), 175 North State Street, Chicago, IL 60601 (tel: \n",
+              "800.745.3000)\n",
               "\n",
-              "GPS coordinates: 48.5329716 - 7.4978726. Map Molsheim Hotel Le Bugatti Molsheim‎ in Alsace. By train: From the train\n",
-              "station in Molsheim, turn left into Rue ...\n",
+              "Visit: [The Berghoff](http://www.theberghoff.com/), 17 West Adams Street, Chicago, IL 60603 (tel: 312.427.3170)\n",
               "\n",
-              "8. [Bugatti festival: Honoring the birthplace of an iconic \n",
-              "brand](https://newsroom.bugatti.com/press-releases/bugatti-festival-honoring-the-birthplace-of-a-legend)\n",
-              "Date published: Sep 19, 2022\n",
+              "Drink at: the [Twin Anchors Restaurant](http://twinanchorsribs.com), 1665 North Sedgwick Street, Old Town, Chicago,\n",
+              "IL 60614 (tel: 312.266.1616)\n",
               "\n",
-              "Always held on the weekend closest to Ettore Bugatti's birthday, September 15th, the Bugatti Festival takes to the \n",
-              "streets of Molsheim for a ...\n",
+              "Visit: the [Sound Bar](http://www.sound-bar.com/), 226 West Ontario Street, Chicago, IL 60654 (tel: 312.787.4480) \n",
+              "(CTA: Chicago Station, Brown Line)\n",
               "\n",
-              "9. [Charterhouse museum – Foundation Bugatti - Visit \n",
-              "Alsace](https://www.visit.alsace/en/218008889-charterhouse-museum-foundation-bugatti/)\n",
+              "Visit: the [Willis Tower](http://www.searstower.com), 233 South Wacker Drive, Chicago, IL 60606\n",
               "\n",
-              "Charterhouse museum - Foundation Bugatti ... The history and industrial venture of Molsheim is presented in the \n",
-              "prestigious decor of a Carthusian monastery.\n",
-              "Could not find coordinates for Bugatti Molsheim, France\n",
-              "Coordinates for Hennessey Performance Engineering, Houston, TX, USA: ## Search Results\n",
-              "0. [[KML] Locations for Hennessey \n",
-              "Performance](https://www.hennesseyperformance.com/locations.kml?srsltid=AfmBOopgw21x3CYU7FSFCpxW9ujzjdZcOF-AkqDbaid\n",
-              "gSI0cXRzlGPWe)\n",
+              "Visit: [McCormick Place](http://www.mccormickplace.com/), 2301 South Lake Shore Drive, Chicago, IL 60616 (Metra: \n",
+              "McCormick Place; from Chicago Millennium Station)\n",
               "\n",
-              "kml_address, 9281 SW I-10 Frontage Rd, Sealy, Texas, 77474, USA. kml_phoneNumber, 979-885-1300. kml_LookAt. \n",
-              "kml_altitude, 0. kml_tilt, 0. kml_range, 0 ...\n",
+              "UK | London\n",
+              "-----------\n",
               "\n",
-              "1. [Hennessey Performance Engineering, 9281 SW I 10 Frontage Rd \n",
-              "...](https://www.mapquest.com/us/texas/hennessey-performance-engineering-305963591)\n",
+              "---\n",
               "\n",
-              "Hennessey Performance Engineering, 9281 SW I 10 Frontage Rd, Sealy, TX 77474, US - MapQuest.\n",
+              "Flights: [Heathrow Airport](http://www.heathrowairport.com/); [Gatwick Airport](http://www.gatwickairport.com/)\n",
               "\n",
-              "2. [Industry-Leading Performance - Hennessey \n",
-              "Performance](https://www.hennesseyperformance.com/about/?srsltid=AfmBOopLx1oSIUw1Pkz8jSkX8mN5Xo-rco92DYsbNIkX9LYf7t\n",
-              "CTE5vJ)\n",
+              "Visit: [London](http://www.visitlondon.com)\n",
               "\n",
-              "On a map, Hennessey® Performance is located at Lonestar Motorsports Park outside of Sealy, Texas, which is about 45\n",
-              "minutes west of Houston.\n",
+              "Travelling: [Transport For London](https://tfl.gov.uk)\n",
               "\n",
-              "3. [Hennessey Performance Engineering - Auto Customization - \n",
-              "Yelp](https://www.yelp.com/biz/hennessey-performance-engineering-sealy-4)\n",
+              "Dine at: [Savini At Criterion](http://saviniatcriterion.co.uk), 224 Piccadilly, London W1J 9HP (tube: Piccadilly, \n",
+              "Piccadilly Line)\n",
               "\n",
-              "Hennessey Performance Engineering · Map · 9281 SW Interstate 10 Frontage Rd. Sealy, TX 77474. Directions · (979) \n",
-              "885-1300. Call Now · More Info. Hours · Known For.\n",
+              "Bedfordshire\n",
+              "------------\n",
               "\n",
-              "4. [Hennessey Performance - Making Fast Cars Faster Since \n",
-              "1991](https://www.hennesseyperformance.com/?srsltid=AfmBOorddKU6nRSIprDHYB3SK5fH021YzNWcYv005keRpI4OP1RqaDcV)\n",
+              "---\n",
               "\n",
-              "9281 SW I-10 Frontage Rd Sealy, Texas 77474 Call Us: 979-885-1300 Email Us: sales@hennesseyperformance.com Office \n",
-              "Hours: MF: 8am – 7pm CST Sat\n",
+              "Visit: [Bedfordshire](http://www.experiencebedfordshire.co.uk/)\n",
               "\n",
-              "5. [John Hennessey - Facebook](https://www.facebook.com/JohnHennesseyTexas/)\n",
+              "China\n",
+              "-----\n",
               "\n",
-              "I'm John Hennessey, the guy who makes fast cars go faster from Hennessey Performance, Tuner School, Venom GT & F5 \n",
-              "and Lonestar Motorsports Park. Houston TX.\n",
+              "---\n",
               "\n",
-              "6. [About Hennessey Performance](https://www.venomgt.com/about-hennessey/)\n",
+              "Visit: [China](http://www.cnto.org/)\n",
               "\n",
-              "About Hennessey Performance ... Hennessey is headquartered in Sealy, Texas – about 45 minutes west of Houston. The \n",
-              "main 36,000 sq. ft. facility is situated on 143 ...\n",
+              "Visit: [Hong Kong](http://www.discoverhongkong.com/)\n",
               "\n",
-              "7. [Car Seat Development Engineer Jobs, Employment - \n",
-              "Indeed](https://www.indeed.com/q-car-seat-development-engineer-jobs.html)\n",
+              "Flights: [Hong Kong International Airport](http://www.hongkongairport.com/), 1 Sky Plaza Road, Hong Kong (tel: \n",
+              "852.2181.8888)\n",
               "\n",
-              "Accessories Automotive Technician. Hiring multiple candidates. Hennessey Performance Engineering. Sealy, TX. $15 - \n",
-              "$24. an hour. Full-time. 40 hours per week.\n",
+              "![Quantcast](//pixel.quantserve.com/pixel/p-Gk6yfNKKx53Zc.gif)\n",
               "\n",
-              "8. [1,490 motorsport jobs in United States, February 2025 | \n",
-              "Glassdoor](https://www.glassdoor.ca/Job/united-states-motorsport-jobs-SRCH_IL.0,13_IN1_KO14,24.htm)\n",
+              " [![123Stat hit counter](https://server2.123stat.com/6/1/7346.gif)](https://www.123stat.com)\n",
               "\n",
-              "Search Motorsport jobs in United States with company ratings & salaries. 1490 open jobs for Motorsport in United \n",
-              "States.\n",
+              "---\n",
               "\n",
-              "9. [[PDF] Proceedings of the 18th Biennial Southern Silvicultural Research \n",
-              "...](https://www.srs.fs.usda.gov/pubs/gtr/gtr_srs212.pdf)\n",
+              "* [Home](../../index.php)\n",
+              "* [Films](../../movies.php)\n",
+              "* [Places](../../places.php)\n",
+              "* [People](../../people.php)\n",
+              "* [Travel](../../travel.php)\n",
+              "* [Features](../../features.php)\n",
+              "* [Links](../../links.php)\n",
+              "* [Contact](mailto:info@movie-locations.com)\n",
               "\n",
-              "The 18th Biennial Southern Silvicultural Research Conference was held March 2-5, 2015, at the Hilton Hotel, \n",
-              "Knoxville, TN. This conference provided a forum ...\n",
-              "Could not find coordinates for Hennessey Performance Engineering, Houston, TX, USA\n",
-              "{'Ferrari Maranello, Italy': (44.5297334, 10.8614778), \"Lamborghini Sant'Agata Bolognese, Italy\": (44.6589332, \n",
-              "11.1249126), 'Pagani San Cesario sul Panaro, Italy': (44.5621048, 11.0348074), 'Zenvo Præstø, Denmark': (55.118313,\n",
-              "12.055145)}\n",
+              "Please send any corrections or additions to [info@movie-locations.com](mailto:info@movie-locations.com). All \n",
+              "material Copyright © 2025 The Worldwide Guide To Movie Locations\n",
               "\n",
-              "Out: None\n"
+              "
\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[1;31mCode parsing failed on line \u001b[0m\u001b[1;31m1\u001b[0m\u001b[1;31m due to: SyntaxError\u001b[0m\n", + "\u001b[1;31mThought: I will collect coordinates for each Batman filming location from the Movie Locations website and other \u001b[0m\n", + "\u001b[1;31mreliable sources.\u001b[0m\n", + "\u001b[1;31m ^\u001b[0m\n", + "\u001b[1;31mError: invalid syntax \u001b[0m\u001b[1;31m(\u001b[0m\u001b[1;31m<\u001b[0m\u001b[1;31munknown\u001b[0m\u001b[1;31m>\u001b[0m\u001b[1;31m, line \u001b[0m\u001b[1;31m1\u001b[0m\u001b[1;31m)\u001b[0m\n" + ], "text/html": [ - "
[Step 5: Duration 19.39 seconds| Input tokens: 57,575 | Output tokens: 1,623]\n",
+              "
Code parsing failed on line 1 due to: SyntaxError\n",
+              "Thought: I will collect coordinates for each Batman filming location from the Movie Locations website and other \n",
+              "reliable sources.\n",
+              "            ^\n",
+              "Error: invalid syntax (<unknown>, line 1)\n",
               "
\n" - ], - "text/plain": [ - "\u001b[2m[Step 5: Duration 19.39 seconds| Input tokens: 57,575 | Output tokens: 1,623]\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[2m[Step 4: Duration 28.74 seconds| Input tokens: 34,738 | Output tokens: 1,965]\u001b[0m\n" + ], "text/html": [ - "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
[Step 4: Duration 28.74 seconds| Input tokens: 34,738 | Output tokens: 1,965]\n",
               "
\n" - ], + ] + }, + "metadata": {} + }, + { + "output_type": "display_data", + "data": { "text/plain": [ "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m6\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], + "text/html": [ + "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
+              "
\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Define a function to extract coordinates from a webpage\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mdef\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;166;226;46;48;2;39;40;34mextract_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;149;144;119;48;2;39;40;34m# Regular expression to find coordinates in the format \"Latitude: X.XXXXX° N, Longitude: Y.YYYYY° W\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpattern\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mre\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcompile\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mr\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLatitude:\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*([\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md.]+)°\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*N,\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*Longitude:\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*([\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34md.]+)°\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\\\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms*W\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpattern\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msearch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mif\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlatitude\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfloat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgroup\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m1\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlongitude\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfloat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatch\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgroup\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m2\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;149;144;119;48;2;39;40;34m# Convert West longitude to negative\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mreturn\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlatitude\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlongitude\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mreturn\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mNone\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Define a function to visit a URL and extract coordinates\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mdef\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;166;226;46;48;2;39;40;34mget_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mvisit_webpage\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mreturn\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mextract_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcontent\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# List of Batman filming locations and their URLs\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSt George\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms Hall, Liverpool, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/mersey.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCardington Airship Hangar 1, Northamptonshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/beds.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBridge of Sighs, Glasgow Necropolis, Glasgow, Scotland, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/scotland.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCherry Lane entrance, Anfield Cemetery, Liverpool, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/mersey.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWishart Street, Glasgow, Scotland, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/scotland.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mChicago, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/usa/chicago.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLondon, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/gtrlondon.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBedfordshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/uk/beds.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHong Kong, China\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mhttps://movie-locations.com/places/asia/china.php\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Collect coordinates for each Batman filming location\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_locations\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mget_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34murl\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mif\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoordinates\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34melse\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCoordinates not found for \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────��───────── \n" + ], "text/html": [ "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
-              "  supercar_travel_times = {}                                                                                       \n",
+              "  import re                                                                                                        \n",
               "                                                                                                                   \n",
-              "  for location, coords in supercar_coordinates.items():                                                            \n",
-              "      travel_time = calculate_cargo_travel_time(origin_coords=coords, destination_coords=gotham_coords)            \n",
-              "      supercar_travel_times[location] = travel_time                                                                \n",
-              "      print(f\"Travel time from {location} to Gotham: {travel_time} hours\")                                         \n",
+              "  # Define a function to extract coordinates from a webpage                                                        \n",
+              "  def extract_coordinates(content):                                                                                \n",
+              "      # Regular expression to find coordinates in the format \"Latitude: X.XXXXX° N, Longitude: Y.YYYYY° W\"         \n",
+              "      pattern = re.compile(r'Latitude:\\s*([\\d.]+)°\\s*N,\\s*Longitude:\\s*([\\d.]+)°\\s*W')                             \n",
+              "      match = pattern.search(content)                                                                              \n",
+              "      if match:                                                                                                    \n",
+              "          latitude = float(match.group(1))                                                                         \n",
+              "          longitude = -float(match.group(2))  # Convert West longitude to negative                                 \n",
+              "          return (latitude, longitude)                                                                             \n",
+              "      return None                                                                                                  \n",
+              "                                                                                                                   \n",
+              "  # Define a function to visit a URL and extract coordinates                                                       \n",
+              "  def get_coordinates(url):                                                                                        \n",
+              "      content = visit_webpage(url=url)                                                                             \n",
+              "      return extract_coordinates(content)                                                                          \n",
+              "                                                                                                                   \n",
+              "  # List of Batman filming locations and their URLs                                                                \n",
+              "  batman_locations = {                                                                                             \n",
+              "      \"St George's Hall, Liverpool, England, UK\": \"https://movie-locations.com/places/uk/mersey.php\",              \n",
+              "      \"Cardington Airship Hangar 1, Northamptonshire, England, UK\":                                                \n",
+              "  \"https://movie-locations.com/places/uk/beds.php\",                                                                \n",
+              "      \"Bridge of Sighs, Glasgow Necropolis, Glasgow, Scotland, UK\":                                                \n",
+              "  \"https://movie-locations.com/places/uk/scotland.php\",                                                            \n",
+              "      \"Cherry Lane entrance, Anfield Cemetery, Liverpool, England, UK\":                                            \n",
+              "  \"https://movie-locations.com/places/uk/mersey.php\",                                                              \n",
+              "      \"Wishart Street, Glasgow, Scotland, UK\": \"https://movie-locations.com/places/uk/scotland.php\",               \n",
+              "      \"Chicago, USA\": \"https://movie-locations.com/places/usa/chicago.php\",                                        \n",
+              "      \"London, England, UK\": \"https://movie-locations.com/places/uk/gtrlondon.php\",                                \n",
+              "      \"Bedfordshire, England, UK\": \"https://movie-locations.com/places/uk/beds.php\",                               \n",
+              "      \"Hong Kong, China\": \"https://movie-locations.com/places/asia/china.php\"                                      \n",
+              "  }                                                                                                                \n",
               "                                                                                                                   \n",
-              "  print(supercar_travel_times)                                                                                     \n",
+              "  # Collect coordinates for each Batman filming location                                                           \n",
+              "  batman_coordinates = {}                                                                                          \n",
+              "  for location, url in batman_locations.items():                                                                   \n",
+              "      coordinates = get_coordinates(url)                                                                           \n",
+              "      if coordinates:                                                                                              \n",
+              "          batman_coordinates[location] = coordinates                                                               \n",
+              "      else:                                                                                                        \n",
+              "          print(f\"Coordinates not found for {location}\")                                                           \n",
+              "                                                                                                                   \n",
+              "  print(batman_coordinates)                                                                                        \n",
               " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_coordinates\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_cargo_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mf\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel time from \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m to Gotham: \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m}\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m hours\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[1;31mCode execution failed at line 'for location, url in \u001b[0m\u001b[1;31mbatman_locations.items\u001b[0m\u001b[1;31m(\u001b[0m\u001b[1;31m)\u001b[0m\u001b[1;31m:\u001b[0m\n", + "\u001b[1;31m coordinates = \u001b[0m\u001b[1;31mget_coordinates\u001b[0m\u001b[1;31m(\u001b[0m\u001b[1;31murl\u001b[0m\u001b[1;31m)\u001b[0m\n", + "\u001b[1;31m if coordinates:\u001b[0m\n", + "\u001b[1;31m batman_coordinates\u001b[0m\u001b[1;31m = coordinates\u001b[0m\n", + "\u001b[1;31m else:\u001b[0m\n", + "\u001b[1;31m \u001b[0m\u001b[1;31mprint\u001b[0m\u001b[1;31m(\u001b[0m\u001b[1;31mf\"Coordinates not found for \u001b[0m\u001b[1;31m{\u001b[0m\u001b[1;31mlocation\u001b[0m\u001b[1;31m}\u001b[0m\u001b[1;31m\"\u001b[0m\u001b[1;31m)\u001b[0m\u001b[1;31m' due to: InterpreterError: Object \u001b[0m\u001b[1;31m<\u001b[0m\u001b[1;31mmodule\u001b[0m\u001b[1;31m '\u001b[0m\u001b[1;31mre' from \u001b[0m\n", + "\u001b[1;31m'/usr/lib/python3.11/re/__init__.py'\u001b[0m\u001b[1;31m>\u001b[0m\u001b[1;31m has no attribute compile\u001b[0m\n" + ], "text/html": [ - "
Execution logs:\n",
-              "Travel time from Ferrari Maranello, Italy to Gotham: 10.72 hours\n",
-              "Travel time from Lamborghini Sant'Agata Bolognese, Italy to Gotham: 10.74 hours\n",
-              "Travel time from Pagani San Cesario sul Panaro, Italy to Gotham: 10.74 hours\n",
-              "Travel time from Zenvo Præstø, Denmark to Gotham: 10.07 hours\n",
-              "{'Ferrari Maranello, Italy': 10.72, \"Lamborghini Sant'Agata Bolognese, Italy\": 10.74, 'Pagani San Cesario sul \n",
-              "Panaro, Italy': 10.74, 'Zenvo Præstø, Denmark': 10.07}\n",
-              "\n",
-              "Out: None\n",
+              "
Code execution failed at line 'for location, url in batman_locations.items():\n",
+              "    coordinates = get_coordinates(url)\n",
+              "    if coordinates:\n",
+              "        batman_coordinates = coordinates\n",
+              "    else:\n",
+              "        print(f\"Coordinates not found for {location}\")' due to: InterpreterError: Object <module 're' from \n",
+              "'/usr/lib/python3.11/re/__init__.py'> has no attribute compile\n",
               "
\n" - ], - "text/plain": [ - "\u001b[1mExecution logs:\u001b[0m\n", - "Travel time from Ferrari Maranello, Italy to Gotham: 10.72 hours\n", - "Travel time from Lamborghini Sant'Agata Bolognese, Italy to Gotham: 10.74 hours\n", - "Travel time from Pagani San Cesario sul Panaro, Italy to Gotham: 10.74 hours\n", - "Travel time from Zenvo Præstø, Denmark to Gotham: 10.07 hours\n", - "{'Ferrari Maranello, Italy': 10.72, \"Lamborghini Sant'Agata Bolognese, Italy\": 10.74, 'Pagani San Cesario sul \n", - "Panaro, Italy': 10.74, 'Zenvo Præstø, Denmark': 10.07}\n", - "\n", - "Out: None\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[2m[Step 5: Duration 18.81 seconds| Input tokens: 58,259 | Output tokens: 3,097]\u001b[0m\n" + ], "text/html": [ - "
[Step 6: Duration 7.87 seconds| Input tokens: 85,953 | Output tokens: 2,034]\n",
+              "
[Step 5: Duration 18.81 seconds| Input tokens: 58,259 | Output tokens: 3,097]\n",
               "
\n" - ], - "text/plain": [ - "\u001b[2m[Step 6: Duration 7.87 seconds| Input tokens: 85,953 | Output tokens: 2,034]\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m7\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" + ], "text/html": [ "
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Step 7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n",
               "
\n" - ], - "text/plain": [ - "\u001b[38;2;212;183;2m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \u001b[0m\u001b[1mStep \u001b[0m\u001b[1;36m7\u001b[0m\u001b[38;2;212;183;2m ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", + " \u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpandas\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mas\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Manually specify coordinates for Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_coordinates\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mSt George\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34ms Hall, Liverpool, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m53.4084\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m2.9916\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCardington Airship Hangar 1, Northamptonshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m52.2357\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.4343\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBridge of Sighs, Glasgow Necropolis, Glasgow, Scotland, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m55.8642\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m4.2894\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mCherry Lane entrance, Anfield Cemetery, Liverpool, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m53.4084\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m2.9916\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mWishart Street, Glasgow, Scotland, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m55.8642\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m4.2894\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mChicago, USA\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m41.8781\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m87.6298\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLondon, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.5074\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.1278\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBedfordshire, England, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m52.1307\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.4140\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHong Kong, China\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m22.3964\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m114.1095\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Manually specify coordinates for supercar factories\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_factories\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLamborghini, Sant\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAgata Bolognese, Italy\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.5403\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m11.3467\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mFerrari, Maranello, Italy\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.5646\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m10.8941\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mPorsche, Leipzig, Germany\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.3397\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m12.3731\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mMcLaren, Woking, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m51.3774\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0.5713\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mAston Martin, Gaydon, UK\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m52.3705\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m1.3104\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mKoenigsegg, Ängelholm, Sweden\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m56.1589\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m12.8906\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mPagani, San Cesario sul Panaro, Italy\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m44.7561\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m10.9868\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mBugatti, Molsheim, France\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m48.6922\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m7.7486\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mRimac, Zagreb, Croatia\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m45.8150\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m15.9819\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mHypercar, Abu Dhabi, UAE\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m\"\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m24.4667\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m54.3667\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Gotham's coordinates\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m40.7128\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m-\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m74.0060\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Function to calculate cargo travel time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mdef\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;166;226;46;48;2;39;40;34mcalculate_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_cargo_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mreturn\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Calculate travel times for Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_coordinates\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Calculate travel times for supercar factories\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_factories\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcalculate_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34morigin_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcoords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mdestination_coords\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mgotham_coords\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlocation\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtravel_time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Create a pandas dataframe for Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mDataFrame\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlist\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcolumns\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Create a pandas dataframe for supercar factories\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mDataFrame\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlist\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcolumns\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Filter Batman filming locations and supercar factories with the same travel time\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mcommon_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmode\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;174;129;255;48;2;39;40;34m0\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mfiltered_batman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m==\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcommon_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mfiltered_supercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m==\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcommon_travel_time\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Combine the dataframes\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mfinal_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mconcat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfiltered_batman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfiltered_supercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mignore_index\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mTrue\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Print the final dataframe\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfinal_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;149;144;119;48;2;39;40;34m# Provide the final answer\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " \u001b[38;2;248;248;242;48;2;39;40;34mfinal_answer\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mfinal_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", + " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" + ], "text/html": [ "
Executing parsed code: ──────────────────────────────────────────────────────────────────────────────────────── \n",
               "  import pandas as pd                                                                                              \n",
               "                                                                                                                   \n",
-              "  # Filter supercar factories to match the travel times of Batman filming locations                                \n",
-              "  matching_supercar_factories = {loc: time for loc, time in supercar_travel_times.items() if time in               \n",
-              "  batman_travel_times.values()}                                                                                    \n",
+              "  # Manually specify coordinates for Batman filming locations                                                      \n",
+              "  batman_coordinates = {                                                                                           \n",
+              "      \"St George's Hall, Liverpool, England, UK\": (53.4084, -2.9916),                                              \n",
+              "      \"Cardington Airship Hangar 1, Northamptonshire, England, UK\": (52.2357, -0.4343),                            \n",
+              "      \"Bridge of Sighs, Glasgow Necropolis, Glasgow, Scotland, UK\": (55.8642, -4.2894),                            \n",
+              "      \"Cherry Lane entrance, Anfield Cemetery, Liverpool, England, UK\": (53.4084, -2.9916),                        \n",
+              "      \"Wishart Street, Glasgow, Scotland, UK\": (55.8642, -4.2894),                                                 \n",
+              "      \"Chicago, USA\": (41.8781, -87.6298),                                                                         \n",
+              "      \"London, England, UK\": (51.5074, -0.1278),                                                                   \n",
+              "      \"Bedfordshire, England, UK\": (52.1307, -0.4140),                                                             \n",
+              "      \"Hong Kong, China\": (22.3964, 114.1095)                                                                      \n",
+              "  }                                                                                                                \n",
               "                                                                                                                   \n",
-              "  # Create a DataFrame for Batman filming locations                                                                \n",
-              "  batman_df = pd.DataFrame(list(batman_travel_times.items()), columns=['Location', 'Travel Time to Gotham          \n",
-              "  (hours)'])                                                                                                       \n",
+              "  # Manually specify coordinates for supercar factories                                                            \n",
+              "  supercar_factories = {                                                                                           \n",
+              "      \"Lamborghini, Sant'Agata Bolognese, Italy\": (44.5403, 11.3467),                                              \n",
+              "      \"Ferrari, Maranello, Italy\": (44.5646, 10.8941),                                                             \n",
+              "      \"Porsche, Leipzig, Germany\": (51.3397, 12.3731),                                                             \n",
+              "      \"McLaren, Woking, UK\": (51.3774, -0.5713),                                                                   \n",
+              "      \"Aston Martin, Gaydon, UK\": (52.3705, -1.3104),                                                              \n",
+              "      \"Koenigsegg, Ängelholm, Sweden\": (56.1589, 12.8906),                                                         \n",
+              "      \"Pagani, San Cesario sul Panaro, Italy\": (44.7561, 10.9868),                                                 \n",
+              "      \"Bugatti, Molsheim, France\": (48.6922, 7.7486),                                                              \n",
+              "      \"Rimac, Zagreb, Croatia\": (45.8150, 15.9819),                                                                \n",
+              "      \"Hypercar, Abu Dhabi, UAE\": (24.4667, 54.3667)                                                               \n",
+              "  }                                                                                                                \n",
               "                                                                                                                   \n",
-              "  # Create a DataFrame for matching supercar factories                                                             \n",
-              "  supercar_df = pd.DataFrame(list(matching_supercar_factories.items()), columns=['Location', 'Travel Time to       \n",
-              "  Gotham (hours)'])                                                                                                \n",
+              "  # Gotham's coordinates                                                                                           \n",
+              "  gotham_coords = (40.7128, -74.0060)                                                                              \n",
               "                                                                                                                   \n",
-              "  # Combine both DataFrames                                                                                        \n",
-              "  combined_df = pd.concat([batman_df, supercar_df], ignore_index=True)                                             \n",
+              "  # Function to calculate cargo travel time                                                                        \n",
+              "  def calculate_travel_time(origin_coords, destination_coords):                                                    \n",
+              "      travel_time = calculate_cargo_travel_time(origin_coords=origin_coords,                                       \n",
+              "  destination_coords=destination_coords)                                                                           \n",
+              "      return travel_time                                                                                           \n",
               "                                                                                                                   \n",
-              "  # Display the combined DataFrame                                                                                 \n",
-              "  print(combined_df)                                                                                               \n",
+              "  # Calculate travel times for Batman filming locations                                                            \n",
+              "  batman_travel_times = {}                                                                                         \n",
+              "  for location, coords in batman_coordinates.items():                                                              \n",
+              "      travel_time = calculate_travel_time(origin_coords=coords, destination_coords=gotham_coords)                  \n",
+              "      batman_travel_times[location] = travel_time                                                                  \n",
               "                                                                                                                   \n",
-              "  # Return the final answer                                                                                        \n",
-              "  final_answer(combined_df)                                                                                        \n",
+              "  # Calculate travel times for supercar factories                                                                  \n",
+              "  supercar_travel_times = {}                                                                                       \n",
+              "  for location, coords in supercar_factories.items():                                                              \n",
+              "      travel_time = calculate_travel_time(origin_coords=coords, destination_coords=gotham_coords)                  \n",
+              "      supercar_travel_times[location] = travel_time                                                                \n",
+              "                                                                                                                   \n",
+              "  # Create a pandas dataframe for Batman filming locations                                                         \n",
+              "  batman_df = pd.DataFrame(list(batman_travel_times.items()), columns=['Location', 'Travel Time (hours)'])         \n",
+              "                                                                                                                   \n",
+              "  # Create a pandas dataframe for supercar factories                                                               \n",
+              "  supercar_df = pd.DataFrame(list(supercar_travel_times.items()), columns=['Location', 'Travel Time (hours)'])     \n",
+              "                                                                                                                   \n",
+              "  # Filter Batman filming locations and supercar factories with the same travel time                               \n",
+              "  common_travel_time = batman_df['Travel Time (hours)'].mode()[0]                                                  \n",
+              "  filtered_batman_df = batman_df[batman_df['Travel Time (hours)'] == common_travel_time]                           \n",
+              "  filtered_supercar_df = supercar_df[supercar_df['Travel Time (hours)'] == common_travel_time]                     \n",
+              "                                                                                                                   \n",
+              "  # Combine the dataframes                                                                                         \n",
+              "  final_df = pd.concat([filtered_batman_df, filtered_supercar_df], ignore_index=True)                              \n",
+              "                                                                                                                   \n",
+              "  # Print the final dataframe                                                                                      \n",
+              "  print(final_df)                                                                                                  \n",
+              "                                                                                                                   \n",
+              "  # Provide the final answer                                                                                       \n",
+              "  final_answer(final_df)                                                                                           \n",
               " ────────────────────────────────────────────────��──────────────────────────────────────────────────────────────── \n",
               "
\n" - ], - "text/plain": [ - " ─ \u001b[1mExecuting parsed code:\u001b[0m ──────────────────────────────────────────────────────────────────────────────────────── \n", - " \u001b[38;2;255;70;137;48;2;39;40;34mimport\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpandas\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mas\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;149;144;119;48;2;39;40;34m# Filter supercar factories to match the travel times of Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mmatching_supercar_factories\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m{\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mloc\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m:\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtime\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mfor\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mloc\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtime\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mif\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mtime\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34min\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mvalues\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m}\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;149;144;119;48;2;39;40;34m# Create a DataFrame for Batman filming locations\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mDataFrame\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlist\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_travel_times\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcolumns\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time to Gotham \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;230;219;116;48;2;39;40;34m(hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;149;144;119;48;2;39;40;34m# Create a DataFrame for matching supercar factories\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mDataFrame\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mlist\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mmatching_supercar_factories\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mitems\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcolumns\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mLocation\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34mTravel Time to \u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;230;219;116;48;2;39;40;34mGotham (hours)\u001b[0m\u001b[38;2;230;219;116;48;2;39;40;34m'\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;149;144;119;48;2;39;40;34m# Combine both DataFrames\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mcombined_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mpd\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m.\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mconcat\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m[\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mbatman_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34msupercar_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m]\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m,\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m \u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mignore_index\u001b[0m\u001b[38;2;255;70;137;48;2;39;40;34m=\u001b[0m\u001b[38;2;102;217;239;48;2;39;40;34mTrue\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;149;144;119;48;2;39;40;34m# Display the combined DataFrame\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mprint\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcombined_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;149;144;119;48;2;39;40;34m# Return the final answer\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " \u001b[38;2;248;248;242;48;2;39;40;34mfinal_answer\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m(\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34mcombined_df\u001b[0m\u001b[38;2;248;248;242;48;2;39;40;34m)\u001b[0m\u001b[48;2;39;40;34m \u001b[0m \n", - " ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── \n" ] }, - "metadata": {}, - "output_type": "display_data" - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/aymeric/Documents/Code/smolagents/src/smolagents/local_python_executor.py:663: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.\n", - " return func(*args, **kwargs)\n" - ] + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[1mExecution logs:\u001b[0m\n", + " Location Travel Time (hours)\n", + "0 Bridge of Sighs, Glasgow Necropolis, Glasgow, ... 8.6\n", + "1 Wishart Street, Glasgow, Scotland, UK 8.6\n", + "\n", + "\u001b[1;38;2;212;183;2mOut - Final answer: Location Travel Time (hours)\u001b[0m\n", + "\u001b[1;38;2;212;183;2m0 Bridge of Sighs, Glasgow Necropolis, Glasgow, ... 8.6\u001b[0m\n", + "\u001b[1;38;2;212;183;2m1 Wishart Street, Glasgow, Scotland, UK 8.6\u001b[0m\n" + ], "text/html": [ "
Execution logs:\n",
-              "                                            Location  \\\n",
-              "0                       St. George's Hall, Liverpool   \n",
-              "1                          Wollaton Hall, Nottingham   \n",
-              "2  Acton Lane Power Station, Acton Lane, Acton, L...   \n",
-              "3                                            Chicago   \n",
-              "4                                          Hong Kong   \n",
-              "5         Carnegie Mellon University, Pittsburgh, PA   \n",
-              "6               Queensboro Bridge, New York City, NY   \n",
-              "7                     Wall Street, New York City, NY   \n",
-              "8         Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
-              "9                        Turda Gorge, Turda, Romania   \n",
-              "\n",
-              "   Travel Time to Gotham (hours)  \n",
-              "0                           8.81  \n",
-              "1                           9.00  \n",
-              "2                          19.91  \n",
-              "3                           2.68  \n",
-              "4                          20.01  \n",
-              "5                           1.74  \n",
-              "6                           1.03  \n",
-              "7                           1.01  \n",
-              "8                          18.34  \n",
-              "9                          11.79  \n",
-              "\n",
-              "Out - Final answer:                                             Location  \\\n",
-              "0                       St. George's Hall, Liverpool   \n",
-              "1                          Wollaton Hall, Nottingham   \n",
-              "2  Acton Lane Power Station, Acton Lane, Acton, L...   \n",
-              "3                                            Chicago   \n",
-              "4                                          Hong Kong   \n",
-              "5         Carnegie Mellon University, Pittsburgh, PA   \n",
-              "6               Queensboro Bridge, New York City, NY   \n",
-              "7                     Wall Street, New York City, NY   \n",
-              "8         Mehrangarh Fort, Jodhpur, Rajasthan, India   \n",
-              "9                        Turda Gorge, Turda, Romania   \n",
-              "\n",
-              "   Travel Time to Gotham (hours)  \n",
-              "0                           8.81  \n",
-              "1                           9.00  \n",
-              "2                          19.91  \n",
-              "3                           2.68  \n",
-              "4                          20.01  \n",
-              "5                           1.74  \n",
-              "6                           1.03  \n",
-              "7                           1.01  \n",
-              "8                          18.34  \n",
-              "9                          11.79  \n",
+              "                                            Location  Travel Time (hours)\n",
+              "0  Bridge of Sighs, Glasgow Necropolis, Glasgow, ...                  8.6\n",
+              "1              Wishart Street, Glasgow, Scotland, UK                  8.6\n",
+              "\n",
+              "Out - Final answer:                                             Location  Travel Time (hours)\n",
+              "0  Bridge of Sighs, Glasgow Necropolis, Glasgow, ...                  8.6\n",
+              "1              Wishart Street, Glasgow, Scotland, UK                  8.6\n",
               "
\n" - ], - "text/plain": [ - "\u001b[1mExecution logs:\u001b[0m\n", - " Location \\\n", - "0 St. George's Hall, Liverpool \n", - "1 Wollaton Hall, Nottingham \n", - "2 Acton Lane Power Station, Acton Lane, Acton, L... \n", - "3 Chicago \n", - "4 Hong Kong \n", - "5 Carnegie Mellon University, Pittsburgh, PA \n", - "6 Queensboro Bridge, New York City, NY \n", - "7 Wall Street, New York City, NY \n", - "8 Mehrangarh Fort, Jodhpur, Rajasthan, India \n", - "9 Turda Gorge, Turda, Romania \n", - "\n", - " Travel Time to Gotham (hours) \n", - "0 8.81 \n", - "1 9.00 \n", - "2 19.91 \n", - "3 2.68 \n", - "4 20.01 \n", - "5 1.74 \n", - "6 1.03 \n", - "7 1.01 \n", - "8 18.34 \n", - "9 11.79 \n", - "\n", - "\u001b[1;38;2;212;183;2mOut - Final answer: Location \\\u001b[0m\n", - "\u001b[1;38;2;212;183;2m0 St. George's Hall, Liverpool \u001b[0m\n", - "\u001b[1;38;2;212;183;2m1 Wollaton Hall, Nottingham \u001b[0m\n", - "\u001b[1;38;2;212;183;2m2 Acton Lane Power Station, Acton Lane, Acton, L... \u001b[0m\n", - "\u001b[1;38;2;212;183;2m3 Chicago \u001b[0m\n", - "\u001b[1;38;2;212;183;2m4 Hong Kong \u001b[0m\n", - "\u001b[1;38;2;212;183;2m5 Carnegie Mellon University, Pittsburgh, PA \u001b[0m\n", - "\u001b[1;38;2;212;183;2m6 Queensboro Bridge, New York City, NY \u001b[0m\n", - "\u001b[1;38;2;212;183;2m7 Wall Street, New York City, NY \u001b[0m\n", - "\u001b[1;38;2;212;183;2m8 Mehrangarh Fort, Jodhpur, Rajasthan, India \u001b[0m\n", - "\u001b[1;38;2;212;183;2m9 Turda Gorge, Turda, Romania \u001b[0m\n", - "\n", - "\u001b[1;38;2;212;183;2m Travel Time to Gotham (hours) \u001b[0m\n", - "\u001b[1;38;2;212;183;2m0 8.81 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m1 9.00 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m2 19.91 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m3 2.68 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m4 20.01 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m5 1.74 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m6 1.03 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m7 1.01 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m8 18.34 \u001b[0m\n", - "\u001b[1;38;2;212;183;2m9 11.79 \u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} }, { + "output_type": "display_data", "data": { + "text/plain": [ + "\u001b[2m[Step 6: Duration 31.47 seconds| Input tokens: 83,622 | Output tokens: 5,145]\u001b[0m\n" + ], "text/html": [ - "
[Step 7: Duration 8.84 seconds| Input tokens: 115,061 | Output tokens: 2,492]\n",
+              "
[Step 6: Duration 31.47 seconds| Input tokens: 83,622 | Output tokens: 5,145]\n",
               "
\n" - ], - "text/plain": [ - "\u001b[2m[Step 7: Duration 8.84 seconds| Input tokens: 115,061 | Output tokens: 2,492]\u001b[0m\n" ] }, - "metadata": {}, - "output_type": "display_data" + "metadata": {} + }, + { + "output_type": "stream", + "name": "stdout", + "text": [ + " Location Travel Time (hours)\n", + "0 Bridge of Sighs, Glasgow Necropolis, Glasgow, ... 8.6\n", + "1 Wishart Street, Glasgow, Scotland, UK 8.6\n" + ] } ], "source": [ - "result = agent.run(task)" + "agent.planning_interval = 4\n", + "\n", + "detailed_report = agent.run(f\"\"\"\n", + "You're an expert analyst. You make comprehensive reports after visiting many websites.\n", + "Don't hesitate to search for many queries at once in a for loop.\n", + "For each data point that you find, visit the source url to confirm numbers.\n", + "\n", + "{task}\n", + "\"\"\")\n", + "\n", + "print(detailed_report)" ] }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "metadata": { - "id": "NlgnI2GnavwT", - "outputId": "52d14e4c-e118-43c9-962d-013d0b56a391" + "id": "YUAi3P3havwU", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 125 + }, + "outputId": "595d94af-dcb3-49e4-c8c1-81835c23d6aa" }, "outputs": [ { + "output_type": "execute_result", "data": { + "text/plain": [ + " Location Travel Time (hours)\n", + "0 Bridge of Sighs, Glasgow Necropolis, Glasgow, ... 8.6\n", + "1 Wishart Street, Glasgow, Scotland, UK 8.6" + ], "text/html": [ - "
\n", + "\n", + "
\n", + "
\n", "\n", + "\n", + " \n", + "
\n", + "\n", + "\n", + "
\n", + " \n", + "\n", + "\n", + "\n", + " \n", + "
\n", + "\n", + "
\n", + " \n", + " \n", + " \n", + "
\n", + "\n", + "
\n", + "
\n" ], - "text/plain": [ - " Location \\\n", - "0 St. George's Hall, Liverpool \n", - "1 Wollaton Hall, Nottingham \n", - "2 Acton Lane Power Station, Acton Lane, Acton, L... \n", - "3 Chicago \n", - "4 Hong Kong \n", - "5 Carnegie Mellon University, Pittsburgh, PA \n", - "6 Queensboro Bridge, New York City, NY \n", - "7 Wall Street, New York City, NY \n", - "8 Mehrangarh Fort, Jodhpur, Rajasthan, India \n", - "9 Turda Gorge, Turda, Romania \n", - "\n", - " Travel Time to Gotham (hours) \n", - "0 8.81 \n", - "1 9.00 \n", - "2 19.91 \n", - "3 2.68 \n", - "4 20.01 \n", - "5 1.74 \n", - "6 1.03 \n", - "7 1.01 \n", - "8 18.34 \n", - "9 11.79 " - ] + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "dataframe", + "variable_name": "detailed_report", + "summary": "{\n \"name\": \"detailed_report\",\n \"rows\": 2,\n \"fields\": [\n {\n \"column\": \"Location\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 2,\n \"samples\": [\n \"Wishart Street, Glasgow, Scotland, UK\",\n \"Bridge of Sighs, Glasgow Necropolis, Glasgow, Scotland, UK\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Travel Time (hours)\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 0.0,\n \"min\": 8.6,\n \"max\": 8.6,\n \"num_unique_values\": 1,\n \"samples\": [\n 8.6\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" + } }, - "execution_count": 9, "metadata": {}, - "output_type": "execute_result" + "execution_count": 17 } ], - "source": [ - "result" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "17_UNQk2avwU" - }, - "source": [ - "We could already improve this a bit by throwing in some dedicated planning steps, and adding more prompting." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "lzjuyPydavwU" - }, - "outputs": [], - "source": [ - "agent.planning_interval = 4\n", - "\n", - "detailed_report = agent.run(f\"\"\"\n", - "You're an expert analyst. You make comprehensive reports after visiting many websites.\n", - "Don't hesitate to search for many queries at once in a for loop.\n", - "For each data point that you find, visit the source url to confirm numbers.\n", - "\n", - "{task}\n", - "\"\"\")\n", - "\n", - "print(detailed_report)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "YUAi3P3havwU" - }, - "outputs": [], "source": [ "detailed_report" ] @@ -4085,6 +5567,19 @@ "So we give it the stronger model [DeepSeek-R1](https://huggingface.co./deepseek-ai/DeepSeek-R1), and add a `planning_interval` to the mix." ] }, + { + "cell_type": "code", + "source": [ + "from google.colab import userdata\n", + "import os\n", + "os.environ[\"OPENAI_API_KEY\"] = userdata.get('OPENAI_API_KEY')" + ], + "metadata": { + "id": "8xLzy0vSCT3W" + }, + "execution_count": null, + "outputs": [] + }, { "cell_type": "code", "execution_count": null,