-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdestinations.json
More file actions
1 lines (1 loc) · 4.01 KB
/
destinations.json
File metadata and controls
1 lines (1 loc) · 4.01 KB
1
[{"name": "Paris, France", "type": "City", "continent": "Europe", "family_friendly": 0.6, "budget_level": 3, "culture_score": 0.9, "nature_score": 0.3, "adventure_score": 0.4, "relaxation_score": 0.6}, {"name": "Bali, Indonesia", "type": "Beach", "continent": "Asia", "family_friendly": 0.7, "budget_level": 2, "culture_score": 0.7, "nature_score": 0.9, "adventure_score": 0.8, "relaxation_score": 0.9}, {"name": "New York City, USA", "type": "City", "continent": "North America", "family_friendly": 0.5, "budget_level": 4, "culture_score": 0.9, "nature_score": 0.2, "adventure_score": 0.6, "relaxation_score": 0.3}, {"name": "Kyoto, Japan", "type": "City", "continent": "Asia", "family_friendly": 0.7, "budget_level": 3, "culture_score": 1.0, "nature_score": 0.6, "adventure_score": 0.5, "relaxation_score": 0.7}, {"name": "Costa Rica", "type": "Adventure", "continent": "Central America", "family_friendly": 0.8, "budget_level": 2, "culture_score": 0.6, "nature_score": 1.0, "adventure_score": 0.9, "relaxation_score": 0.7}, {"name": "Santorini, Greece", "type": "Beach", "continent": "Europe", "family_friendly": 0.6, "budget_level": 3, "culture_score": 0.7, "nature_score": 0.8, "adventure_score": 0.5, "relaxation_score": 0.9}, {"name": "Swiss Alps", "type": "Mountain", "continent": "Europe", "family_friendly": 0.7, "budget_level": 4, "culture_score": 0.5, "nature_score": 1.0, "adventure_score": 0.8, "relaxation_score": 0.7}, {"name": "Marrakech, Morocco", "type": "City", "continent": "Africa", "family_friendly": 0.5, "budget_level": 2, "culture_score": 0.9, "nature_score": 0.6, "adventure_score": 0.7, "relaxation_score": 0.6}, {"name": "Maldives", "type": "Beach", "continent": "Asia", "family_friendly": 0.6, "budget_level": 5, "culture_score": 0.4, "nature_score": 0.9, "adventure_score": 0.6, "relaxation_score": 1.0}, {"name": "Barcelona, Spain", "type": "City", "continent": "Europe", "family_friendly": 0.8, "budget_level": 3, "culture_score": 0.9, "nature_score": 0.5, "adventure_score": 0.6, "relaxation_score": 0.7}, {"name": "Cape Town, South Africa", "type": "City", "continent": "Africa", "family_friendly": 0.7, "budget_level": 2, "culture_score": 0.8, "nature_score": 0.9, "adventure_score": 0.8, "relaxation_score": 0.6}, {"name": "Tokyo, Japan", "type": "City", "continent": "Asia", "family_friendly": 0.6, "budget_level": 4, "culture_score": 0.9, "nature_score": 0.3, "adventure_score": 0.7, "relaxation_score": 0.4}, {"name": "Cancun, Mexico", "type": "Beach", "continent": "North America", "family_friendly": 0.9, "budget_level": 3, "culture_score": 0.5, "nature_score": 0.8, "adventure_score": 0.7, "relaxation_score": 0.9}, {"name": "Rome, Italy", "type": "City", "continent": "Europe", "family_friendly": 0.7, "budget_level": 3, "culture_score": 1.0, "nature_score": 0.4, "adventure_score": 0.5, "relaxation_score": 0.6}, {"name": "Queenstown, New Zealand", "type": "Adventure", "continent": "Oceania", "family_friendly": 0.8, "budget_level": 3, "culture_score": 0.5, "nature_score": 1.0, "adventure_score": 1.0, "relaxation_score": 0.6}, {"name": "Lisbon, Portugal", "type": "City", "continent": "Europe", "family_friendly": 0.8, "budget_level": 2, "culture_score": 0.8, "nature_score": 0.6, "adventure_score": 0.6, "relaxation_score": 0.7}, {"name": "Phuket, Thailand", "type": "Beach", "continent": "Asia", "family_friendly": 0.7, "budget_level": 2, "culture_score": 0.7, "nature_score": 0.8, "adventure_score": 0.8, "relaxation_score": 0.9}, {"name": "Yellowstone, USA", "type": "Nature", "continent": "North America", "family_friendly": 0.9, "budget_level": 3, "culture_score": 0.3, "nature_score": 1.0, "adventure_score": 0.8, "relaxation_score": 0.7}, {"name": "Dubai, UAE", "type": "City", "continent": "Asia", "family_friendly": 0.8, "budget_level": 5, "culture_score": 0.7, "nature_score": 0.4, "adventure_score": 0.8, "relaxation_score": 0.8}, {"name": "Machu Picchu, Peru", "type": "Adventure", "continent": "South America", "family_friendly": 0.5, "budget_level": 3, "culture_score": 0.9, "nature_score": 0.9, "adventure_score": 0.9, "relaxation_score": 0.4}]