Andranovao

Andranovao is a town and commune (Malagasy: kaominina) in western Madagascar. It belongs to the district of Maintirano, which is a part of Melaky Region. The population of the commune was estimated to be approximately 12,000 in 2001 commune census.[2]

Andranovao
Andranovao
Location in Madagascar
Coordinates: 17°37′S 44°4′E
Country Madagascar
RegionMelaky
DistrictMaintirano
Elevation14 m (46 ft)
Population
 (2001)[2]
  Total12,000
Time zoneUTC3 (EAT)

Only primary schooling is available. The majority 50% of the population of the commune are farmers, while an additional 40% receives their livelihood from raising livestock. The most important crops are rice and maize, while other important agricultural products are bananas, wheat and coconuts. Services provide employment for 2% of the population. Additionally fishing employs 8% 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-04.


gollark: And how do I make the initial `request` nonblocking?
gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.