Agent-STAR
Collection
Resources for paper "Demystifying Reinforcement Learning for Long-Horizon Tool-Using Agents: A Comprehensive Recipe" • 9 items • Updated • 1
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'Distance', 'DepTime', 'FlightDate', 'ActualElapsedTime', 'Price', 'OriginCityName', 'DestCityName', 'Flight Number', 'ArrTime'}) and 7 missing columns ({'Website', 'City', 'Name', 'Address', 'Longitude', 'Phone', 'Latitude'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xxwu/Agent-STAR-TravelDatabase/clean_Flights_2022.csv (at revision 985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e), [/tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/attractions.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/attractions.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_Flights_2022.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_Flights_2022.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_accommodations_2022.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_accommodations_2022.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_restaurant_2022.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_restaurant_2022.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/distance.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/distance.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
Flight Number: string
Price: int64
DepTime: string
ArrTime: string
ActualElapsedTime: string
FlightDate: string
OriginCityName: string
DestCityName: string
Distance: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1347
to
{'Name': Value('string'), 'Latitude': Value('float64'), 'Longitude': Value('float64'), 'Address': Value('string'), 'Phone': Value('string'), 'Website': Value('string'), 'City': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'Distance', 'DepTime', 'FlightDate', 'ActualElapsedTime', 'Price', 'OriginCityName', 'DestCityName', 'Flight Number', 'ArrTime'}) and 7 missing columns ({'Website', 'City', 'Name', 'Address', 'Longitude', 'Phone', 'Latitude'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xxwu/Agent-STAR-TravelDatabase/clean_Flights_2022.csv (at revision 985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e), [/tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/attractions.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/attractions.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_Flights_2022.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_Flights_2022.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_accommodations_2022.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_accommodations_2022.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_restaurant_2022.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/clean_restaurant_2022.csv), /tmp/hf-datasets-cache/medium/datasets/21855946676172-config-parquet-and-info-xxwu-Agent-STAR-TravelDat-88ffcede/hub/datasets--xxwu--Agent-STAR-TravelDatabase/snapshots/985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/distance.csv (origin=hf://datasets/xxwu/Agent-STAR-TravelDatabase@985c8c7ba3e6beb986b3b0a55a2b064d18f2e68e/distance.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Name string | Latitude float64 | Longitude float64 | Address string | Phone string | Website string | City string |
|---|---|---|---|---|---|---|
Cabrillo National Monument | 32.672256 | -117.241609 | 1800 Cabrillo Memorial Dr, San Diego, CA 92106, USA | (619) 523-4285 | https://www.nps.gov/cabr/index.htm | San Diego |
La Jolla Shores Park | 32.858154 | -117.256103 | 8300 Camino Del Oro, La Jolla, CA 92037, USA | (619) 221-8899 | https://www.sandiego.gov/lifeguards/beaches/shores | San Diego |
California Tower | 32.731609 | -117.152167 | California Tower, 1350 El Prado, San Diego, CA 92101, USA | (619) 239-2001 | https://museumofus.org/exhibits/california-tower/ | San Diego |
SeaWorld San Diego | 32.764296 | -117.22644 | 500 Sea World Dr., San Diego, CA 92109, USA | (619) 222-4732 | https://seaworld.com/san-diego?utm_source=google&utm_medium=organic&utm_campaign=gbp_listing | San Diego |
Old Town San Diego | 32.755827 | -117.197261 | 2829 Juan St, San Diego, CA 92110, USA | Unknown | https://www.oldtownsandiego.org/ | San Diego |
Balboa Park | 32.734148 | -117.144553 | San Diego, CA, USA | (619) 239-0512 | http://www.balboapark.org/ | San Diego |
Seaport Village | 32.709065 | -117.170937 | 849 W Harbor Dr, San Diego, CA 92101, USA | (619) 530-0704 | https://seaportvillage.com/ | San Diego |
The San Diego Museum of Art | 32.732158 | -117.15043 | 1450 El Prado, San Diego, CA 92102, USA | (619) 232-7931 | https://www.sdmart.org/ | San Diego |
USS Midway Museum | 32.71374 | -117.175127 | 910 N Harbor Dr, San Diego, CA 92101, USA | (619) 544-9600 | https://www.midway.org/ | San Diego |
Skytower | 32.765423 | -117.226662 | 500 Sea World Dr., San Diego, CA 92109, USA | Unknown | Unknown | San Diego |
Dolphin Point | 32.76539 | -117.227412 | 500 Sea World Dr., San Diego, CA 92109, USA | (915) 525-4772 | Unknown | San Diego |
San Diego Zoo | 32.736035 | -117.150985 | 2920 Zoo Dr, San Diego, CA 92101, USA | (619) 231-1515 | https://zoo.sandiegozoo.org/ | San Diego |
Mission Bay Park | 32.764107 | -117.226265 | San Diego, CA 92109, USA | (619) 525-8213 | https://www.sandiego.gov/locations/seaworld-san-diego | San Diego |
Whaley House Museum | 32.752904 | -117.19451 | 2476 San Diego Ave, San Diego, CA 92110, USA | (619) 786-1143 | https://www.whaleyhousesandiego.com/ | San Diego |
Sunset Cliffs Natural Park | 32.715915 | -117.255168 | Ladera St, San Diego, CA 92107, USA | (619) 525-8213 | https://www.sandiego.gov/park-and-recreation/parks/regional/shoreline/sunset | San Diego |
Old Town San Diego State Park | 32.754906 | -117.197641 | 4002 Wallace St, San Diego, CA 92110, USA | (619) 220-5422 | http://www.parks.ca.gov/?page_id=663 | San Diego |
Martin Luther King Jr Promenade | 32.708358 | -117.161993 | 326 W Harbor Dr, San Diego, CA 92101, USA | (619) 525-8213 | https://www.sandiego.gov/park-and-recreation/parks | San Diego |
Balboa Park Carousel | 32.734576 | -117.146707 | 1889 Zoo Pl, San Diego, CA 92101, USA | (619) 232-2282 | http://balboaparkcarousel.org/ | San Diego |
San Diego Free Tour | 32.707586 | -117.160287 | 200 Fifth Ave, San Diego, CA 92101, USA | (415) 503-7199 | https://freesftour.com/ | San Diego |
Mission Beach Boardwalk | Ocean Front Walk | 32.771432 | -117.252831 | W Mission Bay Dr, San Diego, CA 92109, USA | (619) 232-3101 | https://www.sandiego.gov/ | San Diego |
Pellston Pioneer Park | 45.549404 | -84.788085 | H627+88X, 100 Bud Carter Tr, Pellston, MI 49769, USA | (231) 539-2616 | http://www.pellstonmi.com/ | Pellston |
Pellston Historical Society Museum | 45.552733 | -84.784719 | Petoskey to Mackinaw Trail, Pellston, MI 49769, USA | Unknown | https://www.facebook.com/pellstondepot/ | Pellston |
Philip J. Braun Nature Preserve | 45.550682 | -84.797974 | Mill St, Pellston, MI 49769, USA | (231) 347-0991 | https://landtrust.org/explore/philip-j-braun-nature-preserve-north/ | Pellston |
Petoskey State Park | 45.406717 | -84.908516 | 2475 M-119, Petoskey, MI 49770, USA | (231) 347-2311 | http://www.dnr.state.mi.us/parksandtrails/Details.aspx?id=483&type=SPRK | Pellston |
Headlands International Dark Sky Park | 45.775471 | -84.781172 | 15675 Headlands Rd, Mackinaw City, MI 49701, USA | (231) 427-1001 | http://www.midarkskypark.org/ | Pellston |
Wilderness State Park | 45.739095 | -84.922077 | 903 Wilderness Park Dr, Carp Lake, MI 49718, USA | (231) 436-5381 | https://www2.dnr.state.mi.us/parksandtrails/Details.aspx?id=509&type=SPRK | Pellston |
Colonial Michilimackinac | 45.786608 | -84.732058 | 800 N Huron Ave, Mackinaw City, MI 49701, USA | (231) 436-4100 | http://www.mackinacparks.com/colonial-michilimackinac/ | Pellston |
Conkling Heritage Park | 45.778525 | -84.725323 | 335 S Huron Ave, Mackinaw City, MI 49701, USA | (888) 455-8100 | http://www.mackinawcity.com/ | Pellston |
Bear River Valley Recreation Area | 45.370465 | -84.962901 | 302 Ione St, Petoskey, MI 49770, USA | (231) 347-2500 | Unknown | Pellston |
Mineral Well Park | 45.374881 | -84.960352 | 136-158 E Lake St, Petoskey, MI 49770, USA | (231) 347-2500 | http://www.petoskey.us/ | Pellston |
Aloha State Park | 45.524797 | -84.465454 | 4347 3rd St, Cheboygan, MI 49721, USA | (231) 625-2522 | http://www.michigandnr.com/parksandtrails/details.aspx?id=434&type=SPRK | Pellston |
McGulpin Point Lighthouse | 45.787106 | -84.77295 | 500 Headlands Rd, Mackinaw City, MI 49701, USA | (231) 436-5860 | https://www.mcgulpinpoint.org/ | Pellston |
Castle Rock | 45.910597 | -84.741581 | N2690 Castle Rock Rd, St Ignace, MI 49781, USA | (906) 643-8268 | http://www.castlerockmi.com/#!the-rock | Pellston |
Oden Island Nature Preserve | 45.414935 | -84.81605 | 3160 Leeward Dr, Petoskey, MI 49770, USA | (231) 347-0991 | http://landtrust.org/ | Pellston |
Burt Lake State Park | 45.402049 | -84.621736 | 6635 State Park Dr, Indian River, MI 49749, USA | (231) 238-9392 | https://www.dnr.state.mi.us/parksandtrails/Details.aspx?id=439&type=SPRK | Pellston |
Andrew J Blackbird Museum | 45.430423 | -84.984753 | 368 E Main St, Harbor Springs, MI 49740, USA | (231) 526-9771 | Unknown | Pellston |
Douglas Lake trail | 45.55575 | -84.687014 | 8100-8998 County Rd 64, Pellston, MI 49769, USA | Unknown | Unknown | Pellston |
Mystery Town, USA | 45.779481 | -84.732827 | 200 S Nicolet St, Mackinaw City, MI 49701, USA | (231) 427-7030 | http://www.mysterytownusa.com/ | Pellston |
BlissFest | 45.621938 | -84.988102 | 3695 Division Rd, Harbor Springs, MI 49740, USA | Unknown | https://blissfest.org/ | Pellston |
Sunset Park | 45.37944 | -84.952072 | 101 E Lake St, Petoskey, MI 49770, USA | (231) 347-2500 | http://www.petoskey.us | Pellston |
The Buffalo Zoo | 42.937123 | -78.851609 | 300 Parkside Ave, Buffalo, NY 14214, USA | (716) 837-3900 | http://www.buffalozoo.org/ | Buffalo |
Buffalo and Erie County Botanical Gardens | 42.827864 | -78.823995 | 2655 South Park Ave, Buffalo, NY 14218, USA | (716) 827-1584 | https://www.buffalogardens.com/ | Buffalo |
Buffalo AKG Art Museum | 42.93245 | -78.875618 | 1285 Elmwood Ave, Buffalo, NY 14222, USA | (716) 882-8700 | https://buffaloakg.org/ | Buffalo |
Canalside | 42.876928 | -78.879394 | 44 Prime St, Buffalo, NY 14202, USA | Unknown | http://www.buffalowaterfront.com/ | Buffalo |
Theodore Roosevelt Inaugural National Historic Site | 42.901468 | -78.872484 | 641 Delaware Ave, Buffalo, NY 14202, USA | (716) 884-0095 | http://trsite.org/ | Buffalo |
Buffalo Naval Park | 42.877486 | -78.879586 | 1 Naval, Marina Park S, Buffalo, NY 14202, USA | (716) 847-1773 | http://buffalonavalpark.org/ | Buffalo |
Buffalo Museum of Science | 42.906132 | -78.843605 | 1020 Humboldt Pkwy, Buffalo, NY 14211, USA | (716) 896-5200 | https://www.sciencebuff.org/ | Buffalo |
Delaware Park | 42.932662 | -78.85273 | 84 Parkside Ave, Buffalo, NY 14214, USA | (716) 838-1249 | http://www.bfloparks.org/index.php/parks/delaware | Buffalo |
Lafayette Square | 42.885669 | -78.873848 | 415 Main St, Buffalo, NY 14203, USA | (716) 851-5553 | Unknown | Buffalo |
Frank Lloyd Wright's Martin House | 42.936233 | -78.84799 | 125 Jewett Pkwy, Buffalo, NY 14214, USA | (716) 856-3858 | https://martinhouse.org/ | Buffalo |
Buffalo Harbor State Park | 42.851046 | -78.864525 | 1111 Fuhrmann Boulevard, Buffalo, NY 14203, USA | (716) 822-1207 | https://parks.ny.gov/parks/buffaloharbor/details.aspx | Buffalo |
Buffalo Bricks | 42.874193 | -78.877626 | Main St, Buffalo, NY 14204, USA | (716) 854-2314 | http://www.workingfordowntown.org/ | Buffalo |
Buffalo Heritage Carousel | 42.875546 | -78.878373 | 44 Prime St, Buffalo, NY 14202, USA | (716) 493-2110 | https://www.buffaloheritagecarousel.org/ | Buffalo |
Michigan Street African American | 42.88688 | -78.868097 | Michigan Ave, Buffalo, NY 14203, USA | (716) 322-1002 | http://www.michiganstreetbuffalo.org/ | Buffalo |
Tifft Nature Preserve | 42.846168 | -78.859459 | 1200 Fuhrmann Boulevard, Buffalo, NY 14203, USA | (716) 825-6397 | https://www.tifft.org/ | Buffalo |
Iron Island Museum | 42.890042 | -78.81144 | 998 E Lovejoy St, Buffalo, NY 14206, USA | (716) 892-3084 | http://www.ironislandmuseum.com/ | Buffalo |
The Electric Tower | 42.88868 | -78.872115 | 535 Washington St, Buffalo, NY 14203, USA | (716) 633-2096 | http://www.electrictower.com/ | Buffalo |
Buffalo Main Light | 42.87784 | -78.889497 | 1 Fuhrmann Boulevard, Buffalo, NY 14203, USA | (716) 264-1707 | https://www.facebook.com/Buffalo-Lighthouse-245535252134529/ | Buffalo |
The Buffalo History Museum | 42.935429 | -78.876291 | 1 Museum Ct, Buffalo, NY 14216, USA | (716) 873-9644 | http://www.buffalohistory.org/ | Buffalo |
Buffalo City Hall | 42.886619 | -78.879325 | 65 Niagara Square, Buffalo, NY 14202, USA | (716) 851-4890 | http://www.buffalony.gov/ | Buffalo |
Fort Christian | 18.34058 | -64.929714 | St. Thomas, Forts Straede, Charlotte Amalie, St Thomas 00802, USVI | (340) 714-3678 | http://www.nps.gov/nr/travel/prvi/pr29.htm | Charlotte Amalie |
Charlotte Amalie Overlook | 18.350317 | -64.924214 | 932G+48F, Hospital Ground, St Thomas 00802, USVI | Unknown | Unknown | Charlotte Amalie |
Skyride to Paradise Point | 18.333881 | -64.918621 | 9617 Estate Thomas Charlotte Amalie, Estate Thomas, St Thomas 00802, USVI | (340) 774-9809 | https://www.paradisepointvi.com/ | Charlotte Amalie |
99 Steps | 18.342467 | -64.930129 | St Thomas, Charlotte Amalie, St Thomas 00801, USVI | Unknown | Unknown | Charlotte Amalie |
French Heritage Museum | 18.337544 | -64.941547 | 83Q5+298, St Thomas, 00802, USVI | (340) 714-2583 | https://www.frenchheritagemuseumvi.org/ | Charlotte Amalie |
Pirates Treasure Museum | 18.333583 | -64.918717 | 17-1 Estate Thomas St. Thomas Virgin Islands VI, Estate Thomas, St Thomas 00802, USVI | (340) 775-9575 | https://piratemuseumstthomas.com/ | Charlotte Amalie |
St Thomas Historical Trust Museum | 18.340788 | -64.932093 | St. Thomas, 5332 Raadets Gade, Charlotte Amalie, St Thomas 00804, USVI | (340) 774-5541 | http://stthomashistoricaltrust.org/ | Charlotte Amalie |
Three Queens Statue | 18.343391 | -64.929646 | 83VC+945 St Thomas, Dronningens Gade East, Charlotte Amalie, St Thomas 00802, USVI | (340) 775-1444 | https://www.visitusvi.com/ | Charlotte Amalie |
Charlotte Amalie Historic District | 18.342106 | -64.930758 | St. Thomas, Tolbod Pldn, Charlotte Amalie, St Thomas 00802, USVI | Unknown | Unknown | Charlotte Amalie |
Emancipation Garden | 18.341156 | -64.930343 | 83R9+FV7, ST THOMAS, St Thomas 00803, USVI | Unknown | Unknown | Charlotte Amalie |
Drake's Seat | 18.35283 | -64.927129 | 933F+44Q, Rte 37, St. Thomas, St Thomas 00802, USVI | Unknown | http://www.vinow.com/stt/stt-a/general/drakes-seat/ | Charlotte Amalie |
Statue of President Franklin D. Roosevelt | 18.341802 | -64.928038 | 43-46 Norre Gade, Charlotte Amalie, St Thomas 00802, USVI | Unknown | Unknown | Charlotte Amalie |
Cruise Ship Excursions | 18.331521 | -64.921061 | Suite 315 Building 3 Havensight Mall U.S., Charlotte Amalie, St Thomas 00802, USVI | (340) 775-5055 | https://stthomascruiseexcursions.com/excursions/kayak-snorkeling-eco-tour/ | Charlotte Amalie |
The Virgin Islands Children's Museum | 18.333442 | -64.918918 | Buccaneer Mall, Rte 30, St. Thomas, St Thomas 00802, USVI | (340) 643-0366 | http://www.vichildrensmuseum.org/ | Charlotte Amalie |
Coral World Ocean Park | 18.349389 | -64.8636 | 6450 Coki Point, St Thomas, Virgin Islands 00802, USVI | (340) 775-1555 | http://www.coralworldvi.com/ | Charlotte Amalie |
Paradise Point Lookout | 18.330845 | -64.914187 | 83JP+88P, Estate Thomas, St Thomas 00802, USVI | Unknown | Unknown | Charlotte Amalie |
The Little Mermaid Statue | 18.332328 | -64.92137 | 83JH+WFJ, Estate Thomas, St Thomas 00802, USVI | Unknown | https://mermaidsofearth.com/mermaid-statues-mermaid-sculptures/public/the-little-mermaid-statue-in-charlotte-amalie | Charlotte Amalie |
Tree of Lost Soles | 18.31788 | -64.951671 | St Thomas, Charlotte Amalie West, St Thomas 00802, USVI | Unknown | Unknown | Charlotte Amalie |
Tree Limin' Extreme Zipline St. Thomas | 18.359859 | -64.946005 | 7406 St Peter Mountain Rd, Saint Peter, St Thomas 00802, USVI | (340) 777-9477 | http://www.ziplinestthomas.com/ | Charlotte Amalie |
Hebrew Congregation of St. Thomas | 18.342634 | -64.932678 | St Thomas, 2116 Krystal St, Charlotte Amalie, St Thomas 00802, USVI | (340) 774-4312 | http://synagogue.vi/ | Charlotte Amalie |
Riordan Mansion State Historic Park | 35.187719 | -111.658243 | 409 W Riordan Rd, Flagstaff, AZ 86001, USA | (928) 779-4395 | https://azstateparks.com/riordan-mansion/ | Flagstaff |
Lowell Observatory | 35.202895 | -111.664643 | 1400 W Mars Hill Rd, Flagstaff, AZ 86001, USA | (928) 774-3358 | https://lowell.edu/welcomeback | Flagstaff |
Museum of Northern Arizona | 35.234499 | -111.66562 | 3101 N Fort Valley Rd, Flagstaff, AZ 86001, USA | (928) 774-5213 | https://musnaz.org/ | Flagstaff |
Downtown Flagstaff | 35.198734 | -111.648326 | 6 E Aspen Ave # 200, Flagstaff, AZ 86001, USA | (928) 275-2655 | https://downtownflagstaff.org/ | Flagstaff |
Buffalo Park | 35.218516 | -111.632998 | 2400 N Gemini Rd, Flagstaff, AZ 86004, USA | (928) 213-2300 | https://www.flagstaff.az.gov/1923/City-Parks-Ramadas | Flagstaff |
Flagstaff Area National Monuments | 35.239009 | -111.570669 | 6400 US-89, Flagstaff, AZ 86004, USA | (928) 526-1157 | https://www.nps.gov/waca/learn/management/flag_parks.htm | Flagstaff |
The Arboretum at Flagstaff | 35.159944 | -111.731883 | 4001 S Woody Mountain Rd, Flagstaff, AZ 86005, USA | (928) 774-1442 | http://www.thearb.org/ | Flagstaff |
Picture Canyon Natural and Cultural Preserve | 35.230621 | -111.549998 | 3920 N El Paso Flagstaff Rd, Flagstaff, AZ 86004, USA | (928) 213-2154 | https://www.flagstaff.az.gov/2881/Picture-Canyon-Natural-Cultural-Preserve | Flagstaff |
Wheeler Park | 35.19998 | -111.651175 | 212 W Aspen Ave, Flagstaff, AZ 86001, USA | (928) 213-2300 | http://www.flagstaff.az.gov/index.aspx?NID=1923 | Flagstaff |
Mountain lion sculpture | 35.185893 | -111.659389 | 1520 S Riordan Ranch St, Flagstaff, AZ 86001, USA | Unknown | Unknown | Flagstaff |
Flagstaff Visitor Center | 35.197355 | -111.649203 | 1 E Rte 66, Flagstaff, AZ 86001, USA | (928) 213-2951 | http://www.flagstaffarizona.org/ | Flagstaff |
Bushmaster Park | 35.217028 | -111.602725 | 3150 N Alta Vista Dr, Flagstaff, AZ 86004, USA | (928) 779-7960 | http://flagstaff.az.gov/ | Flagstaff |
Arizona Snowbowl | 35.330711 | -111.705837 | 9300 N Snow Bowl Rd, Flagstaff, AZ 86001, USA | (928) 447-9928 | http://www.snowbowl.ski/ | Flagstaff |
Flagstaff Community Labyrinth | 35.187569 | -111.645252 | 136 E Paseo del Rio, Flagstaff, AZ 86001, USA | Unknown | http://flagstafflabyrinth.com/ | Flagstaff |
Wupatki National Monument | 35.559984 | -111.393527 | Flagstaff, AZ 86004, USA | (928) 679-2365 | https://www.nps.gov/wupa/index.htm | Flagstaff |
Fort Tuthill Military History Museum | 35.14125 | -111.692798 | 2446 Ft Tuthill Lp, Flagstaff, AZ 86001, USA | (928) 226-0965 | http://www.forttuthill.org/ | Flagstaff |
Fatman's Loop Trail | 35.230076 | -111.5793 | 5098 US-89, Flagstaff, AZ 86004, USA | Unknown | https://www.fs.usda.gov/recarea/coconino/recarea/?recid=55094 | Flagstaff |
Flagstaff Extreme Adventure Course | 35.142757 | -111.693008 | Fort Tuthill County Park, 2446 Ft Tuthill Lp, Flagstaff, AZ 86005, USA | (888) 259-0125 | http://www.flagstaffextreme.com/ | Flagstaff |
Lava River Cave | 35.342426 | -111.836323 | 171B Forest Rd, Flagstaff, AZ 86001, USA | (928) 526-0866 | http://www.fs.usda.gov/recarea/coconino/recarea/?recid=55122 | Flagstaff |
Pioneer Museum--Arizona Historical Society | 35.223814 | -111.655126 | 2340 N Fort Valley Rd, Flagstaff, AZ 86001, USA | (928) 774-6272 | https://arizonahistoricalsociety.org/museum/pioneer-museum/ | Flagstaff |