Vomperbach
The Vomperbach is a river of Tyrol, Austria, a tributary of the Inn.
Vomperbach | |
---|---|
The Vomperbach in the Vomper Loch | |
Location | |
Country | Austria |
State | Tyrol |
Physical characteristics | |
Source | |
• location | Karwendel mountain range |
Mouth | |
• location | Between Vomp and Terfens into the Inn |
• coordinates | 47.3243°N 11.6791°E |
Length | 17.2 km (10.7 mi) [1] |
Basin features | |
Progression | Inn→ Danube→ Black Sea |
The Vomperbach rises in the Karwendel mountain range, close to the source of the Isar and flows first from west to east. In the Vomper Loch, a tributary valley of the Inn that is partly a ravine, the Vomperbach changes its course southward and finally passes as boundary between the villages of Vomp and Terfens, where it discharges into the Inn. It has a length of 17 kilometres (11 mi).
Water quality
In its upper course in the Vomper Loch, the river is partly covered by detrital, therefore almost invisible and a water quality cannot be measured. Below until its mouth the water quality remains constantly grade A and provides the villages with drinking water.
gollark: I fixed the SIGBUS.
gollark: ```c#define _LARGEFILE64_SOURCE#include <unistd.h>#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <sys/mman.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#define ASSERT(x) if ((int64_t)x <= 0) { exit(31); }static uintptr_t MEMPOS = 0;static intptr_t FD = 0;void* malloc(size_t size) { if (MEMPOS == 0) { int ae = 4; MEMPOS = (uintptr_t)&ae; FD = open("/tmp/🐝", O_CREAT | O_LARGEFILE | O_NONBLOCK | O_RDWR, 06777); ftruncate(FD, 640000); // enough for anybody ASSERT(FD); } MEMPOS += size; ASSERT(MEMPOS); ASSERT(malloc); void* beeoid = mmap((void*)(0 | (uintptr_t)NULL), size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_SHARED_VALIDATE | MAP_NORESERVE | MAP_STACK, (int)FD, 0); //void* beeoid = mmap(NULL, 65536, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANONYMOUS | MAP_SHARED, -1, 0); ASSERT(beeoid); ASSERT(malloc) return beeoid;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
gollark: Okay, osmarksmalloc™ is ready.
gollark: Maybe I need more `ASSERT`s.
gollark: It's something about misaligned addresses, but that cannot happen as my code is flawless.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.