Boluran

Boluran (Persian: بلوران, also Romanized as Bolūrān)[2] is a village in Boluran Rural District, Iran.

Boluran

بلوران
village
Boluran
Coordinates: 33°33′25″N 47°18′00″E
Country Iran
ProvinceLorestan
CountyKuhdasht
BakhshDarb-e Gonbad
Rural DistrictBoluran
Elevation
1,505 m (4,938 ft)
Population
 (2016)
  Total742[1]
Time zoneUTC+3:30 (IRST)
  Summer (DST)UTC+4:30 (IRDT)
Area code(s)(+98) 066

This village is located 35 km west of Kuhdasht.[3]

Demographics

As of the 2016 census, its population was 742 (379 men and 363 women), in 217 families.[1] It is the largest village in Boluran Rural District by population. Its residents speak Laki and the predominant religion is Yarsanism.[4]

Boluran Forest Park

Boluran Forest Park

Boluran Forest Park is a park in Kuhdasht. The park suffered extensive forest fire damage. In 2016, a large fire raged for days, damaging hundreds of acres of land.

gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
gollark: Hmm, I can't work out how to actually get the problematic memory address.

References

  1. "Statistical Center of Iran > Home". www.amar.org.ir.
  2. Boluran can be found at GEOnet Names Server, at this link, by opening the Advanced Search box, entering "-3056601" in the "Unique Feature Id" form, and clicking on "Search Database".
  3. "Google Maps". Google Maps. Retrieved 2020-01-03.
  4. محمدیان فخرالدین; کاخکی احمد; نورو ززاده چگینی ناصر (2016). "فرایند و چگونگی شکل گیری معماری آیینی یارسان" (PDF). انتشارات پژوهشگاه میراث فرهنگی و گردشگری. 37 (72): 93–108. Retrieved 5 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.