1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
<!DOCTYPE html>
<html>
<head>
<title>Travelogue</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/static/styles.css">
<link rel="stylesheet" type="text/css" href="/travelogue/static/styles.css">
<link rel="shortcut icon" type="image/x-icon" href="/travelogue/static/favicon.ico">
</head>
<body>
<div class="container">
<div>
<div class="home">
<a href="/travelogue" class="home-title">Travelogue</a>
<span> at </span><a class="site" href="/">cyfraeviolae.org</a>
<a class="source" href="/git/travelogue">[src]</a>
</div>
</div>
<h2>Table of Contents</h2>
<p>
<ul>
<li><a href="#segesta">Wild Hot Springs at Segesta, Sicily, Italy</a></li>
<li><a href="#hongye">Wild Hot Springs at Hongye Valley (红叶谷) near Luye (鹿野), Taitung County (台东县), Taiwan (台湾)</a></li>
</ul>
</p>
<div>
<h2 id="segesta">Wild Hot Springs at Segesta, Sicily, Italy</h2>
<p>
Near Segesta Archeological Park. Navigate to <a href="https://maps.app.goo.gl/WDFqykrnbk6u2esi7">Parcheggio Terme Libere Segesta (37.972849, 12.893917)</a>,
which is located down a steep dirt path starting near the
private Terme Segestane resort. Park in the parking lot and
change into swimwear and sandals (some wading required; sandals
with straps preferred compared to flip-flops). Bring a towel as
well as water.
</p>
<p>
There are two ways to get to the hot springs, neither of which
are particularly accessible. The easier (but slightly longer)
version is: at the end of the parking lot, take the path into
the woods. If there has been recent rain the ground may be very
muddy with deep puddles.
</p>
<img src="/travelogue/static/img/segesta-path.jpg">
<p>
A stream will appear on the left side. Cross the stream, being careful not to trip on the rocks.
The water level will vary depending on rain but when I went it came up to around halfway to my knees.
</p>
<img src="/travelogue/static/img/segesta-stream.jpg">
<p>
You will then arrive at a fork. Take the <strong>right side</strong>.
</p>
<img src="/travelogue/static/img/segesta-fork.jpg">
<p>
The hot spring will appear on your right (you’ll be able to smell the sulfur).
</p>
<img src="/travelogue/static/img/segesta-spring.jpg">
<br><br>
<img src="/travelogue/static/img/segesta-cat.jpg">
<p>
In case the first path is not accessible for some reason, you can try the second path. Carefully walk down
the steep hill at the beginning of the parking lot, which leads into a deep pond. Then scramble up the other side, and you will
come out of the left side of the fork pictured above: continue straight to arrive at the hot springs. Below is a picture
of the deep pond taken from the fork.
</p>
<img src="/travelogue/static/img/segesta-wrongway-pond.jpg">
<p>
When leaving, drive back the same way you entered. <strong>Do not</strong> continue the <a href="https://maps.app.goo.gl/TnMGGJgTijNN1uKMA">other way from the parking lot (towards 37.973254, 12.896022)</a>,
which is an extremely muddy path that leads to a private farm
and not back to the highway, as Google Maps may otherwise
suggest.
</p>
</div>
<div>
<h2 id="hongye">Wild Hot Springs at Hongye Valley (红叶谷) near Luye (鹿野), Taitung County (台东县), Taiwan (台湾)</h2>
<p>
Bring swimwear and water. If you go at a popular time such as
on the weekend or if it has rained recently, you may need to
bring your own shovel to dig a hole (otherwise you can use a
hole someone else has dug).
</p>
<p>
There are a few entrances to these hot springs. When I went the only accessible one was as follows.
Drive to the <a href="https://maps.app.goo.gl/gU5ZtRuE7G6Vkypj8">hot springs entrance</a>. If you're
driving from Luye City, it is located past the red Hongye
Bridge but before the private Vakangan resort. The entrance is
to the right of a traffic mirror and is currently boarded up
with metal and warnings not to enter (in Mandarin). Park your
vehicle, ignore the warnings, and enter from the left side of
the metal boards.
</p>
<img src="/travelogue/static/img/hongye-entrance.jpg">
<p>
Walk down the stairs until you get to a rock cliff. If there
are other people at the hot springs they should be visible from
here. You will see a rope you can use to rappel down the (~15
foot) steep face down to the riverbed. There are a few
footholds but it’s not the easiest climb down. The
warnings mentioned above say that the rope may be unstable;
descend at your own risk.
</p>
<p>
Walk forward until you arrive at the riverbed. You should see many holes
dug by others; you can use them or dig your own if you brought a shovel.
Apparently most of the holes are dug by a 90 year old man.
</p>
<p>
To cool down, you can carefully hop into the river for a bit.
Alternatively, you can build temperature and depth control for
your pool by digging narrow conduits from the upstream river
into your pool and from your pool into the downstream river.
By opening the upstream conduit, river water flows into and
cools your pool. The downstream conduit allows you to control
the depth of your pool.
</p>
<img src="/travelogue/static/img/hongye-inpool.jpg">
<br><br>
<img src="/travelogue/static/img/hongye-pool2.jpg">
<p>
There is another (perhaps previously accessible) entrance next to the bridge. It did not seem
accessible when I visited (too steep, path not clear), but this could change.
</p>
<img src="/travelogue/static/img/hongye-wrongway-gate.jpg">
</div>
</div>
</body>
</html>
|