Andreyevskaya, Verkhovazhsky District, Vologda Oblast

Andreyevskaya (Russian: Андреевская) is a rural locality (a village) in Nizhne-Vazhskoye Rural Settlement, Verkhovazhsky District, Vologda Oblast, Russia. The population was 11 as of 2002.[2]

Andreyevskaya

Андреевская
Village
Andreyevskaya
Andreyevskaya
Coordinates: 60°46′N 42°03′E[1]
CountryRussia
RegionVologda Oblast
DistrictVerkhovazhsky District
Time zoneUTC+3:00

Geography

The distance to Verkhovazhye is 3.2 km, to Naumikha is 2.1 km. Ruchyevskaya is the nearest rural locality.

gollark: `document.write`, really?
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.

References

  1. Карта Верховажского района Вологодской области
  2. Данные переписи 2002 года: таблица 2С. М.: Федеральная служба государственной статистики, 2004.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.