notes/Travel/BalkanPeaks.md

101 lines
1.6 KiB
Markdown
Raw Normal View History

2024-05-09 11:20:00 +02:00
# Balkan Peaks
2024-05-09 11:25:00 +02:00
### Route
2024-05-11 21:14:56 +02:00
2024-05-16 17:00:00 +02:00
🚗 20.05 Köln -> Pöckau 0€
2024-05-16 17:15:00 +02:00
🚆 21.05 Pöckau -> Villach -> Zagreb 23€
2024-05-16 17:05:00 +02:00
✈️ 24.05 Zagreb -> Podgorica 50€
🚌 24.05 Podgorica -> Shkoder 10€
🚌 25.05 Shkoder -> Theth 10€
2024-05-09 11:40:00 +02:00
2024-05-16 17:00:00 +02:00
👟 25.05 Theth -> Valbone
👟 26.05 Valbone -> Cerem
👟 27.05 Cerem -> Doberdol
👟 28.05 Doberdol -> Milishevc (Kosovo)
👟 29.05 Milishevc -> Reka Allages
👟 30.05 Reka Allages -> Kucishtё
👟 31.05 Kucishtё -> Babino Polje (Montenegro)
👟 01.05 Babino Polje -> Plav
👟 02.05 Plav -> Vusanje
👟 03.05 Vusanje -> Theth (Albania)
2024-05-09 11:25:00 +02:00
2024-05-16 17:00:00 +02:00
🚌 04.06 Theth -> Tirana 22€
2024-05-09 12:05:00 +02:00
✈️ 06.06 Tirana -> Köln 100€
2024-05-09 12:00:00 +02:00
2024-05-09 13:45:00 +02:00
### Equipment
2024-05-09 12:25:00 +02:00
```query
2024-05-09 12:30:00 +02:00
items
where page = @page.name
2024-05-09 12:35:00 +02:00
select name, weight, price
2024-05-09 12:25:00 +02:00
```
2024-05-15 15:50:00 +02:00
=> 8.2kg (ohne schuhe)
2024-05-15 16:55:00 +02:00
+ 2kg Wasser
+ 2kg Essen
2024-05-09 13:05:00 +02:00
2024-05-15 20:20:00 +02:00
## Food
2024-05-15 20:25:00 +02:00
Electrolyte Drink, 400g
2024-05-15 20:20:00 +02:00
2024-05-15 20:25:00 +02:00
Prt
2024-05-09 13:05:00 +02:00
2024-05-09 13:00:00 +02:00
### Budget (600-700€)
Travel: 200€
2024-05-15 15:45:00 +02:00
Accommodations: 200€
2024-05-09 13:00:00 +02:00
Equipment: 200€
2024-05-09 12:25:00 +02:00
2024-05-09 13:00:00 +02:00
# Data
2024-05-09 12:25:00 +02:00
---
```#items
2024-05-15 15:40:00 +02:00
name: Backpack (Deuter 50+10L)
2024-05-11 19:10:00 +02:00
weight: 2000g
2024-05-09 12:35:00 +02:00
link:
2024-05-09 12:30:00 +02:00
---
2024-05-15 15:40:00 +02:00
name: Luftmatratze (Forclaz MT500)
2024-05-11 19:10:00 +02:00
weight: 500g
2024-05-09 12:30:00 +02:00
link: https://www.decathlon.de/p/luftmatratze-trekking-mt500-air-l-180-%C3%97-52-cm-1-person
2024-05-09 12:35:00 +02:00
price: 50€
2024-05-09 12:25:00 +02:00
---
2024-05-15 15:45:00 +02:00
name: Biwak Sack (Salewa)
weight: 470g
---
2024-05-15 15:40:00 +02:00
name: Tarp (Decathlon)
price: 30€
2024-05-15 15:45:00 +02:00
weight: 1000g
2024-05-11 19:15:00 +02:00
---
2024-05-15 15:40:00 +02:00
name: Regenjacke (Salewa)
2024-05-11 19:10:00 +02:00
price: 5€
weight: 630g
---
2024-05-15 15:40:00 +02:00
name: Fleece (Salewa)
2024-05-11 19:10:00 +02:00
price: 5€
weight: 515g
---
2024-05-15 15:45:00 +02:00
name: Wanderschuhe (Jack-Wolfskin)
2024-05-11 19:10:00 +02:00
price: 10€
weight: 1060g
2024-05-09 13:45:00 +02:00
---
2024-05-11 20:25:00 +02:00
name: Schlafsack
weight: 900g
---
2024-05-09 15:15:00 +02:00
name: Powerbank
details: 10000mah
2024-05-11 19:10:00 +02:00
weight: 250g
2024-05-09 15:15:00 +02:00
price: 20€
---
2024-05-14 16:30:00 +02:00
name: Stöcke
weight: 600g
---
name: Kocher
weight: 420g
2024-05-15 19:55:00 +02:00
price: 30€
2024-05-14 16:30:00 +02:00
---
2024-05-09 13:45:00 +02:00
name: Kamera
2024-05-11 19:10:00 +02:00
weight: 1000g
2024-05-09 12:25:00 +02:00
```