Cherevkovo, Arkhangelsk Oblast
Cherevkovo (Russian: Черевково) is a rural locality (a selo) and the administrative center of Cherevkovskoye Rural Settlement of Krasnoborsky District, Arkhangelsk Oblast, Russia. The population was 1,005 as of 2010.[2]
Cherevkovo Черевково | |
---|---|
Selo | |
Cherevkovo Cherevkovo | |
Coordinates: 61°46′N 45°16′E[1] | |
Country | Russia |
Region | Arkhangelsk Oblast |
District | Krasnoborsky District |
Time zone | UTC+3:00 |
From 1924 to 1959, Cherevkovo was the administrative center of Cherevkovsky District. It was initially established in Northern Dvina Governorate. On September 11, 1959, the district was abolished and split between Krasnoborsky, Verkhnetoyemsky, and Ustyansky Districts.[3] There are 23 streets.
Geography
It is located on the Northern Dvina.
gollark: It's not like there's 2 hours of homework per day.
gollark: I may actually be overestimating it, because averaged out I only have 4 hours of lessons a day (free periods + sports + etc).
gollark: I counted that, yes.
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
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, ))```
References
- Карта села Черевково в Архангельской области
- "Всероссийская перепись населения 2010 года. Численность по муниципальным образованиям и населенным пунктам Архангельской области". Archived from the original on 2013-09-27. Retrieved 2019-02-10.
- "Административно-территориальное деление Архангельской губернии в XVIII-XX вв" (in Russian). Архивы России. 2000. Archived from the original on July 24, 2011. Retrieved August 25, 2011.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.