Labarthe, Tarn-et-Garonne
Labarthe is a commune in the Tarn-et-Garonne department in the Occitanie region in southern France.
Labarthe | |
---|---|
Location of Labarthe | |
Labarthe Labarthe | |
Coordinates: 44°12′33″N 1°19′06″E | |
Country | France |
Region | Occitanie |
Department | Tarn-et-Garonne |
Arrondissement | Montauban |
Canton | Pays de Serres Sud-Quercy |
Intercommunality | Sud Quercy de Lafrançaise |
Government | |
• Mayor (2008–2014) | Jean-Claude Hébrard |
Area 1 | 23.24 km2 (8.97 sq mi) |
Population (2017-01-01)[1] | 394 |
• Density | 17/km2 (44/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 82077 /82220 |
Elevation | 105–242 m (344–794 ft) (avg. 158 m or 518 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Geography
The town is located along the Upper Quercy bordering with the department of Lot on Lupte and Lemboulas.
The productions are very varied and include livestock, vineyards, orchards, market gardens, and organic crops. The terrain consists of hilly woods, and the farmland provides a wide variety of landscapes.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.
gollark: Also, please use Flask and Python3.
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
Wikimedia Commons has media related to Labarthe (Tarn-et-Garonne). |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.