Vatohandrina

Vatohandrina is a town and commune in Madagascar. It belongs to the district of Mananjary, which is a part of Vatovavy-Fitovinany Region. The population of the commune was estimated to be approximately 8,000 in 2001 commune census.[2]

Vatohandrina
Vatohandrina
Location in Madagascar
Coordinates: 21°33′S 47°50′E
Country Madagascar
RegionVatovavy-Fitovinany
DistrictMananjary
Elevation160 m (520 ft)
Population
 (2001)[2]
  Total8,000
Time zoneUTC3 (EAT)

Only primary schooling is available. The majority 99.5% of the population of the commune are farmers. The most important crop is coffee, while other important products are bananas, cassava and rice. Services provide employment for 0.5% of the population.[2]

References and notes

  1. Estimated based on DEM data from Shuttle Radar Topography Mission
  2. "ILO census data". Cornell University. 2002. Retrieved 2008-05-03.


gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
gollark: Anyway, I can just leave it running in the background for 90 minutes or so.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.