Masiaboay

Masiaboay is a town and commune (Malagasy: kaominina) in southwest Madagascar. It belongs to the district of Betioky Sud, which is a part of Atsimo-Andrefana Region. The population of the commune was estimated to be approximately 10,000 in 2001 commune census.[2]

Masiaboay
Masiaboay
Location in Madagascar
Coordinates: 23°54′S 44°28′E
Country Madagascar
RegionAtsimo-Andrefana
DistrictBetioky Sud
Elevation245 m (804 ft)
Population
 (2001)[2]
  Total10,000
Time zoneUTC3 (EAT)

Only primary schooling is available. The majority 60% of the population of the commune are farmers, while an additional 39% receives their livelihood from raising livestock. The most important crops are cassava and maize, while other important agricultural products are peanuts and sweet potatoes. Services provide employment for 1% 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-03-12.


gollark: ```lualocal func_mt = {}if debug then debug.setmetatable(function() end, func_mt) endfunction func_mt.__sub(lhs, rhs) return function(...) return lhs(rhs(...)) endendfunction func_mt.__add(lhs, rhs) return function(...) return rhs(lhs(...)) endendfunction func_mt.__concat(lhs, rhs) return function(...) local r1 = lhs(...) local r2 = rhs(...) return r1, r2 -- limit to two return values endendfunction func_mt.dump(x) return string.dump(x) endfunction func_mt.info(x) return debug.getinfo(x) endfunction func_mt.address(x) return (string.match(tostring(f), "%w+$")) end```
gollark: OH REALLY?
gollark: Oh, and you can index strings so `("abcd")[4]` returns `"d"`.
gollark: I also made it so you can add and subtract functions.
gollark: PotatOS also uses `debug` to provide its `viewsource` command.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.