prompt-lists 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,618 @@
|
|
1
|
+
---
|
2
|
+
title: Famous areas of natural beauty
|
3
|
+
category: natural
|
4
|
+
---
|
5
|
+
aberdare national park
|
6
|
+
ai-ais/richtersveld transfrontier park
|
7
|
+
akagera national park
|
8
|
+
aletsch glacier
|
9
|
+
algar de benagil
|
10
|
+
alishan national scenic area
|
11
|
+
almaty's medeo skating rink
|
12
|
+
amazon rainforest
|
13
|
+
amboseli national park
|
14
|
+
angel falls
|
15
|
+
angel oak tree
|
16
|
+
angel’s landing
|
17
|
+
angkor wat
|
18
|
+
arashiyama bamboo grove
|
19
|
+
arches national park
|
20
|
+
asbyrgi canyon
|
21
|
+
atacama desert
|
22
|
+
atlas cedar forests
|
23
|
+
atlas mountains
|
24
|
+
awash national park
|
25
|
+
ayder hot springs
|
26
|
+
ayers rock
|
27
|
+
bale mountains
|
28
|
+
bale mountains national park
|
29
|
+
bali, indonesia
|
30
|
+
banaue rice terraces
|
31
|
+
banff national park
|
32
|
+
bastei bridge
|
33
|
+
batura glacier
|
34
|
+
bazaruto archipelago
|
35
|
+
beagle channel
|
36
|
+
ben nevis
|
37
|
+
beni snassen mountains
|
38
|
+
bénoué national park
|
39
|
+
beomeosa temple
|
40
|
+
big sur
|
41
|
+
black forest
|
42
|
+
blue hole
|
43
|
+
blue lagoon
|
44
|
+
blyde river canyon
|
45
|
+
bohol island
|
46
|
+
bonneville salt flats
|
47
|
+
bora bora, french polynesia
|
48
|
+
borobudur temple
|
49
|
+
bromo tengger semeru national park
|
50
|
+
bryce amphitheater
|
51
|
+
bryce canyon hoodoos
|
52
|
+
bungle bungle range
|
53
|
+
bwabwata national park
|
54
|
+
bwindi impenetrable forest
|
55
|
+
cabot trail
|
56
|
+
cameron highlands
|
57
|
+
canaima national park
|
58
|
+
cape point
|
59
|
+
cape reinga
|
60
|
+
capri island
|
61
|
+
caucasus mountains
|
62
|
+
cerro catedral
|
63
|
+
charyn canyon
|
64
|
+
chingaza national park
|
65
|
+
chittorgarh fort
|
66
|
+
chitwan national park
|
67
|
+
chocolate hills
|
68
|
+
cliffs of moher
|
69
|
+
colca canyon
|
70
|
+
cotopaxi
|
71
|
+
crater lake
|
72
|
+
cueva de las manos
|
73
|
+
cueva de los verdes
|
74
|
+
dali old town
|
75
|
+
danakil depression
|
76
|
+
dead sea
|
77
|
+
deadvlei
|
78
|
+
deception island
|
79
|
+
delicate arch
|
80
|
+
dettifoss
|
81
|
+
dettifoss waterfall
|
82
|
+
devil's pool
|
83
|
+
devils tower
|
84
|
+
dinder national park
|
85
|
+
dinder river
|
86
|
+
djemaa el fna
|
87
|
+
draa river
|
88
|
+
drakensberg mountains
|
89
|
+
dune du pilat
|
90
|
+
easter island, chile
|
91
|
+
el capitan
|
92
|
+
el kala national park
|
93
|
+
el yunque national forest
|
94
|
+
el yunque rainforest
|
95
|
+
erawan waterfall
|
96
|
+
erg chebbi
|
97
|
+
erta ale volcano
|
98
|
+
everest base camp
|
99
|
+
everest north face base camp
|
100
|
+
faroe islands, denmark
|
101
|
+
fiordland national park
|
102
|
+
fish river canyon
|
103
|
+
fish river canyon hiking trail
|
104
|
+
fitz roy
|
105
|
+
fitz roy mountain
|
106
|
+
franz josef glacier
|
107
|
+
galapagos islands
|
108
|
+
galle fort
|
109
|
+
garamba national park
|
110
|
+
geirangerfjord
|
111
|
+
geysir geothermal area
|
112
|
+
giant's causeway
|
113
|
+
gobi desert
|
114
|
+
gorges du verdon
|
115
|
+
grand canyon
|
116
|
+
grand prismatic spring
|
117
|
+
grand teton mountains
|
118
|
+
grand teton national park
|
119
|
+
great barrier reef
|
120
|
+
great ocean road
|
121
|
+
great sand dunes national park
|
122
|
+
great wall
|
123
|
+
guilin karst mountains
|
124
|
+
gullfoss
|
125
|
+
gullfoss canyon
|
126
|
+
gullfoss waterfall
|
127
|
+
gunung rinjani
|
128
|
+
ha long bay
|
129
|
+
háifoss waterfall
|
130
|
+
half dome
|
131
|
+
halong bay
|
132
|
+
havasu falls
|
133
|
+
hells gate national park
|
134
|
+
himalayas
|
135
|
+
hoh rainforest
|
136
|
+
hoodoos
|
137
|
+
horseshoe bend
|
138
|
+
huacachina oasis
|
139
|
+
huangshan hot springs
|
140
|
+
huashan mountain
|
141
|
+
hverir geothermal area
|
142
|
+
hvitárvatn lake
|
143
|
+
hwange national park
|
144
|
+
iguazu falls
|
145
|
+
isle of skye
|
146
|
+
isle of skye, scotland
|
147
|
+
jasper national park
|
148
|
+
jeju island
|
149
|
+
jiayuguan pass
|
150
|
+
jigokudani monkey park
|
151
|
+
jinja
|
152
|
+
jiufen old street
|
153
|
+
jiuzhaigou national park
|
154
|
+
jiuzhaigou valley
|
155
|
+
jokulsarlon glacier lagoon
|
156
|
+
jökulsárlón glacier lagoon
|
157
|
+
k2
|
158
|
+
kailash mountain
|
159
|
+
kakadu national park
|
160
|
+
kakum national park
|
161
|
+
kalahari desert
|
162
|
+
kamchatka peninsula
|
163
|
+
kata tjuta
|
164
|
+
kelimutu crater lakes
|
165
|
+
kenai fjords
|
166
|
+
kerið crater lake
|
167
|
+
khao sok national park
|
168
|
+
killarney national park
|
169
|
+
kirkjufell mountain
|
170
|
+
kjeragbolten
|
171
|
+
kogelberg biosphere reserve
|
172
|
+
koli national park
|
173
|
+
komodo island
|
174
|
+
komodo island national park
|
175
|
+
krafla volcano
|
176
|
+
kruger national park
|
177
|
+
kyrgyzstan's tien shan mountains
|
178
|
+
lago puelo national park
|
179
|
+
laguna de los tres
|
180
|
+
laguna torre
|
181
|
+
lake argentino
|
182
|
+
lake assal
|
183
|
+
lake baikal
|
184
|
+
lake bled
|
185
|
+
lake district
|
186
|
+
lake khövsgöl
|
187
|
+
lake louise
|
188
|
+
lake malawi
|
189
|
+
lake nahuel huapi
|
190
|
+
lake nakuru
|
191
|
+
lake natron
|
192
|
+
lake tahoe
|
193
|
+
lake tana
|
194
|
+
lake toba
|
195
|
+
lake turkana
|
196
|
+
lake vostok
|
197
|
+
landmannalaugar
|
198
|
+
langtang national park
|
199
|
+
lantau island
|
200
|
+
lençóis maranhenses
|
201
|
+
les calanques
|
202
|
+
limpopo river
|
203
|
+
loma mountains national park
|
204
|
+
los glaciares national park
|
205
|
+
lower zambezi national park
|
206
|
+
machu picchu
|
207
|
+
mahale mountains national park
|
208
|
+
maldives
|
209
|
+
mana pools national park
|
210
|
+
mandara mountains
|
211
|
+
marble caves (cuevas de mármol)
|
212
|
+
marmolada
|
213
|
+
masai mara
|
214
|
+
maui, hawaii
|
215
|
+
mcmurdo dry valleys
|
216
|
+
mekong river delta
|
217
|
+
mendenhall glacier
|
218
|
+
meteora
|
219
|
+
milford sound
|
220
|
+
milford track
|
221
|
+
mont saint michel
|
222
|
+
monte fitz roy
|
223
|
+
monteverde cloud forest
|
224
|
+
monument valley
|
225
|
+
moraine lake
|
226
|
+
morrocoy national park
|
227
|
+
mount bromo
|
228
|
+
mount cameroon
|
229
|
+
mount cook
|
230
|
+
mount cook national park
|
231
|
+
mount elbrus
|
232
|
+
mount elgon
|
233
|
+
mount erebus
|
234
|
+
mount etna
|
235
|
+
mount everest
|
236
|
+
mount everest base camp
|
237
|
+
mount fitz roy
|
238
|
+
mount fuji
|
239
|
+
mount gorongosa
|
240
|
+
mount huangshan
|
241
|
+
mount hymettus
|
242
|
+
mount kenya
|
243
|
+
mount kenya national park
|
244
|
+
mount kilimanjaro
|
245
|
+
mount kinabalu
|
246
|
+
mount meru
|
247
|
+
mount moco
|
248
|
+
mount mulanje
|
249
|
+
mount namuli
|
250
|
+
mount nyiragongo
|
251
|
+
mount rainier
|
252
|
+
mount roraima
|
253
|
+
mount st. helens
|
254
|
+
mount teide
|
255
|
+
mount toubkal
|
256
|
+
mount tronador
|
257
|
+
multnomah falls
|
258
|
+
murchison falls
|
259
|
+
mýrdalsjökull glacier
|
260
|
+
mývatn
|
261
|
+
nā pali coast
|
262
|
+
namaqualand flower route
|
263
|
+
namib desert
|
264
|
+
nanda devi
|
265
|
+
ngorongoro crater
|
266
|
+
niagara falls
|
267
|
+
nile river
|
268
|
+
nosy be island
|
269
|
+
nyika plateau
|
270
|
+
nyika plateau national park
|
271
|
+
nyiragongo volcano
|
272
|
+
nyungwe national park
|
273
|
+
okavango delta
|
274
|
+
old faithful geyser
|
275
|
+
omo river region
|
276
|
+
ongava game reserve
|
277
|
+
oshikoto lake
|
278
|
+
pagsanjan falls
|
279
|
+
palawan island
|
280
|
+
pamir mountains
|
281
|
+
pamukkale
|
282
|
+
pamukkale hot springs
|
283
|
+
pamukkale travertine terraces
|
284
|
+
paricutin volcano
|
285
|
+
patagonia
|
286
|
+
perito moreno glacier
|
287
|
+
peyto lake
|
288
|
+
phang nga bay
|
289
|
+
phi phi islands
|
290
|
+
pico island
|
291
|
+
pinnacles desert
|
292
|
+
pitons of saint lucia
|
293
|
+
plage de saleccia
|
294
|
+
plava voda
|
295
|
+
plitvice lakes
|
296
|
+
plitvice lakes national park
|
297
|
+
prehistoric caves of yagul and mitla
|
298
|
+
preikestolen
|
299
|
+
pulpit rock (preikestolen)
|
300
|
+
queen elizabeth national park
|
301
|
+
quirimbas archipelago
|
302
|
+
rainbow bridge
|
303
|
+
rainbow mountain
|
304
|
+
rainbow mountain (vinicunca)
|
305
|
+
rapa nui
|
306
|
+
red beach
|
307
|
+
reynisfjara black sand beach
|
308
|
+
rhine falls
|
309
|
+
rila monastery
|
310
|
+
ross ice shelf
|
311
|
+
royal natal national park
|
312
|
+
ruwenzori mountains national park
|
313
|
+
rwenzori mountains
|
314
|
+
sagarmatha national park
|
315
|
+
sahara desert
|
316
|
+
salar de uyuni
|
317
|
+
sankuru nature reserve
|
318
|
+
santorini, greece
|
319
|
+
sapa rice terraces
|
320
|
+
seljalandsfoss waterfall
|
321
|
+
serengeti
|
322
|
+
serengeti national park
|
323
|
+
seychelles
|
324
|
+
shennongjia forest reserve
|
325
|
+
shilin stone forest
|
326
|
+
siberut island
|
327
|
+
sigiriya rock fortress
|
328
|
+
simien mountains
|
329
|
+
simien mountains national park
|
330
|
+
sipi falls
|
331
|
+
skaftafell
|
332
|
+
skaftafell national park
|
333
|
+
skeleton coast
|
334
|
+
skógafoss
|
335
|
+
skógafoss waterfall
|
336
|
+
snæfellsjökull glacier
|
337
|
+
socotra island
|
338
|
+
sognefjord
|
339
|
+
sossusvlei
|
340
|
+
sossusvlei dunes
|
341
|
+
souss-massa national park
|
342
|
+
soutpansberg mountains
|
343
|
+
spotted lake
|
344
|
+
stone forest
|
345
|
+
svalbard, norway
|
346
|
+
table mountain
|
347
|
+
table mountain national park
|
348
|
+
tadami river
|
349
|
+
taft point
|
350
|
+
taklamakan desert
|
351
|
+
taroko national park
|
352
|
+
tassili n'ajjer
|
353
|
+
tassili n'ajjer national park
|
354
|
+
tatra mountains
|
355
|
+
terceira island
|
356
|
+
terraced rice fields of yuanyang
|
357
|
+
the alhambra
|
358
|
+
the alps
|
359
|
+
the altai mountains
|
360
|
+
the andes
|
361
|
+
the apurimac river canyon
|
362
|
+
the ardennes
|
363
|
+
the atacama desert
|
364
|
+
the banaue rice terraces
|
365
|
+
the bandiagara escarpment
|
366
|
+
the bardenas reales
|
367
|
+
the barichara village
|
368
|
+
the bay of fundy
|
369
|
+
the beagle channel
|
370
|
+
the black forest
|
371
|
+
the black forest national park
|
372
|
+
the blue cave
|
373
|
+
the blue grotto
|
374
|
+
the blue lagoon
|
375
|
+
the bukit timah nature reserve
|
376
|
+
the burren
|
377
|
+
the burren national park
|
378
|
+
the cajon del maipo
|
379
|
+
the camargue
|
380
|
+
the carpathian mountains
|
381
|
+
the carretera austral
|
382
|
+
the cévennes
|
383
|
+
the chapada diamantina national park
|
384
|
+
the chapada dos guimaraes national park
|
385
|
+
the chicamocha canyon
|
386
|
+
the chiribiquete national park
|
387
|
+
the chocolate hills
|
388
|
+
the chokori mountain
|
389
|
+
the cliffs of moher
|
390
|
+
the colchagua valley
|
391
|
+
the cordillera real
|
392
|
+
the cote d'azur
|
393
|
+
the danube delta
|
394
|
+
the delicate arch
|
395
|
+
the devil's nose train
|
396
|
+
the dolomites
|
397
|
+
the door to hell
|
398
|
+
the durmitor national park
|
399
|
+
the easter island
|
400
|
+
the ebro delta
|
401
|
+
the ecrins national park
|
402
|
+
the el cocuy national park
|
403
|
+
the el leoncito national park
|
404
|
+
the elqui valley
|
405
|
+
the galapagos national park
|
406
|
+
the galeras volcano
|
407
|
+
the geirangerfjord
|
408
|
+
the giant mountains
|
409
|
+
the giant's causeway
|
410
|
+
the gorges du verdon
|
411
|
+
the grand tetons
|
412
|
+
the great blue hole
|
413
|
+
the great ocean road
|
414
|
+
the guiana shield
|
415
|
+
the gulfoss waterfall
|
416
|
+
the high tatras
|
417
|
+
the hohenzollern castle
|
418
|
+
the horcones valley
|
419
|
+
the huacachina oasis
|
420
|
+
the huayhuash trek
|
421
|
+
the huayna picchu
|
422
|
+
the ibera wetlands
|
423
|
+
the ice castles
|
424
|
+
the ice hotel
|
425
|
+
the iguazu national park
|
426
|
+
the ijen crater
|
427
|
+
the ischigualasto provincial park
|
428
|
+
the isle of skye
|
429
|
+
the itaimbezinho canyon
|
430
|
+
the jesuit missions of la santisima trinidad de parana
|
431
|
+
the jigme dorji national park
|
432
|
+
the jiuzhaigou valley
|
433
|
+
the k2 base camp trek
|
434
|
+
the karst plateau
|
435
|
+
the kilauea volcano
|
436
|
+
the krimmler waterfalls
|
437
|
+
the kuang si falls
|
438
|
+
the lago general carrera
|
439
|
+
the laguna del inca
|
440
|
+
the lake district
|
441
|
+
the las lajas sanctuary
|
442
|
+
the las médulas
|
443
|
+
the lencois maranhenses national park
|
444
|
+
the llanganates national park
|
445
|
+
the llanos
|
446
|
+
the lofoten islands
|
447
|
+
the los glaciares national park
|
448
|
+
the los roques national park
|
449
|
+
the magdalena river canyon
|
450
|
+
the manu national park
|
451
|
+
the marble caves
|
452
|
+
the marble caves of chile chico
|
453
|
+
the marble mountains
|
454
|
+
the matterhorn
|
455
|
+
the mirador de los condores
|
456
|
+
the monasteries of meteora
|
457
|
+
the mont blanc
|
458
|
+
the mont saint michel
|
459
|
+
the mont ventoux
|
460
|
+
the montserrat mountains
|
461
|
+
the mount aconcagua
|
462
|
+
the mount roraima
|
463
|
+
the mughal gardens
|
464
|
+
the na pali coast
|
465
|
+
the narrows
|
466
|
+
the nazca lines
|
467
|
+
the needles
|
468
|
+
the norwegian fjords
|
469
|
+
the nubra valley
|
470
|
+
the oeschinensee lake
|
471
|
+
the ordesa y monte perdido national park
|
472
|
+
the painted desert
|
473
|
+
the painted hills
|
474
|
+
the pantanal
|
475
|
+
the parque nacional natural tayrona
|
476
|
+
the patagonian ice fields
|
477
|
+
the peninsula valdes
|
478
|
+
the perito moreno glacier
|
479
|
+
the petrified forest of jaramillo
|
480
|
+
the pico cristobal colon
|
481
|
+
the picos de europa
|
482
|
+
the picos de europa national park
|
483
|
+
the pieniny mountains
|
484
|
+
the pinnacles
|
485
|
+
the plitvice lakes
|
486
|
+
the plitvice lakes national park
|
487
|
+
the puelo lake
|
488
|
+
the pumakkale thermal pools
|
489
|
+
the pumalin park
|
490
|
+
the purace national park
|
491
|
+
the pyrenees
|
492
|
+
the qhapaq ñan
|
493
|
+
the quebrada de humahuaca
|
494
|
+
the quilotoa loop
|
495
|
+
the rhine falls
|
496
|
+
the rila lakes
|
497
|
+
the rila monastery
|
498
|
+
the ring of kerry
|
499
|
+
the rio carnival
|
500
|
+
the rio futaleufu
|
501
|
+
the rocky mountains
|
502
|
+
the rurrenabaque
|
503
|
+
the saihanba national forest park
|
504
|
+
the salar de uyuni
|
505
|
+
the salinas grandes salt flats
|
506
|
+
the san andres island
|
507
|
+
the san rafael glacier
|
508
|
+
the santa cruz trek
|
509
|
+
the saryarka – steppe and lakes of northern kazakhstan
|
510
|
+
the scottish highlands
|
511
|
+
the scottish islands
|
512
|
+
the seljalandsfoss waterfall
|
513
|
+
the serra da estrela
|
514
|
+
the skaftafell national park
|
515
|
+
the skagen odde nature centre
|
516
|
+
the skeleton coast
|
517
|
+
the skellig islands
|
518
|
+
the skogafoss waterfall
|
519
|
+
the sognefjord
|
520
|
+
the spanish steps
|
521
|
+
the subway
|
522
|
+
the sumaco national park
|
523
|
+
the swiss alps
|
524
|
+
the taiping heavenly kingdom
|
525
|
+
the talampaya national park
|
526
|
+
the tatra mountains
|
527
|
+
the tayrona national park
|
528
|
+
the tengger desert
|
529
|
+
the three gorges
|
530
|
+
the tierra del fuego national park
|
531
|
+
the tijuca forest national park
|
532
|
+
the tiwanaku ruins
|
533
|
+
the troll's tongue
|
534
|
+
the trollstigen road
|
535
|
+
the twelve apostles
|
536
|
+
the uros floating islands
|
537
|
+
the uros islands
|
538
|
+
the valdes peninsula
|
539
|
+
the valley of the moon
|
540
|
+
the vatnajökull glacier
|
541
|
+
the vík í mýrdal beach
|
542
|
+
the viking ship museum
|
543
|
+
the villarrica volcano
|
544
|
+
the vinicunca rainbow mountain
|
545
|
+
the vintgar gorge
|
546
|
+
the volcan purace national park
|
547
|
+
the wachau valley
|
548
|
+
the wadden sea
|
549
|
+
the wadden sea national park
|
550
|
+
the wadi rum
|
551
|
+
the wave
|
552
|
+
the white cliffs of dover
|
553
|
+
the white sands national monument
|
554
|
+
the wicklow mountains
|
555
|
+
the yellow mountain
|
556
|
+
the zugspitze
|
557
|
+
thingvellir national park
|
558
|
+
tianchi lake
|
559
|
+
tianmen mountain
|
560
|
+
tierra del fuego national park
|
561
|
+
tiger's nest monastery
|
562
|
+
tongariro alpine crossing
|
563
|
+
torres del paine
|
564
|
+
torres del paine mountains
|
565
|
+
torres del paine national park
|
566
|
+
toubkal national park
|
567
|
+
trollstigen
|
568
|
+
trolltunga
|
569
|
+
tsingy de bemaraha
|
570
|
+
tubbataha reef
|
571
|
+
tumucumaque mountains national park
|
572
|
+
tungurahua
|
573
|
+
tunnel view
|
574
|
+
ulun danu bratan temple
|
575
|
+
uluru (ayers rock)
|
576
|
+
ushuaia
|
577
|
+
valley of the gods
|
578
|
+
valleys of geysers
|
579
|
+
vamizi island
|
580
|
+
vatnajökull glacier
|
581
|
+
victoria falls
|
582
|
+
viedma glacier
|
583
|
+
vikos gorge
|
584
|
+
virunga mountains
|
585
|
+
wadi al-shatt al-rigga
|
586
|
+
wadi rum
|
587
|
+
waikato river
|
588
|
+
waimea canyon
|
589
|
+
watarrka
|
590
|
+
waza national park
|
591
|
+
whistler
|
592
|
+
whistler blackcomb ski resort
|
593
|
+
wulingyuan
|
594
|
+
wulingyuan national park
|
595
|
+
wulingyuan scenic area
|
596
|
+
wuyishan mountains
|
597
|
+
xishuangbanna
|
598
|
+
yadan national geological park
|
599
|
+
yala national park
|
600
|
+
yangshuo
|
601
|
+
yellow mountain (huangshan)
|
602
|
+
yellow mountains
|
603
|
+
yellow river stone forest
|
604
|
+
yellowstone lake
|
605
|
+
yellowstone national park
|
606
|
+
yellowstone river
|
607
|
+
yosemite falls
|
608
|
+
yosemite valley
|
609
|
+
zanskar valley
|
610
|
+
zhangjiajie glass bridge
|
611
|
+
zhangjiajie national forest park
|
612
|
+
zhangmu/dram
|
613
|
+
zhangye danxia
|
614
|
+
zhangye danxia national geological park
|
615
|
+
zhangye national geopark
|
616
|
+
zion canyon
|
617
|
+
zion national park
|
618
|
+
zomba plateau
|