Serra de Paüls
Serra de Paüls is a mountain range in the northern side of the Ports de Tortosa-Beseit, Catalonia, Spain. The highest summit, Punta de l'Aigua has an elevation of 1,091.6 metres above sea level.[1]
Serra de Paüls | |
---|---|
Montsagre de Paüls | |
Highest point | |
Peak | Punta de l'Aigua |
Elevation | 1,091.6 m (3,581 ft) |
Coordinates | 40°56′52.8″N 0°23′15.5″E |
Geography | |
Serra de Paüls Location in Catalonia | |
Location | Terra Alta and Baix Ebre |
Parent range | Ports de Tortosa-Beseit |
Geology | |
Orogeny | Alpine orogeny |
Type of rock | Limestone |
Climbing | |
Easiest route | Drive from Paüls or Prat de Comte |
Geography
The central part of the range is known as Montsagre de Paüls.
This range is named after the town of Paüls, located on its SE side. Together with neighboring and parallel Serra de l'Espina the Serra de Paüls is within the geological area that connects the Ports de Tortosa-Beseit mountain massif with the Catalan Pre-Coastal Range.[2]
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.
See also
- Ports de Tortosa-Beseit
- Mountains of Catalonia
- Iberian System
References
- "Mapa Topogràfic de Catalunya". Institut Cartogràfic de Catalunya. Retrieved 9 September 2010..
- Ports de Beseit
External links
Media related to Serra de Paüls at Wikimedia Commons - Excursió al Montsagre de Paüls
- Dadescat
- Bolós i Vigo - Alyssum montanum
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.