Halcrow, Manitoba

Halcrow is a hamlet in northern Manitoba, Canada, about a mile east of Cormorant Lake on the eastern edge of the Cormorant Provincial Forest. It is in an unorganized area, one without incorporated municipalities or Indian reserves,[1] in Division 21, Northern Region of Manitoba. Provincial Road 287 connects it to the west with Highway 10 with access to both Flin Flon to the north and The Pas to the south. Road 287 also connects it to the north with Cormorant Lake Airport about 12 kilometres (7 mi) by road. It is a flag stop on Via Rail's Winnipeg – Churchill rail line.

Halcrow
Hamlet
Halcrow
Location of Halcrow in Manitoba
Coordinates: 54°10′38″N 100°37′29″W
Country Canada
Province Manitoba
RegionNorthern
Census DivisionNo. 21
Government
  MPNiki Ashton
  MLAFrank Whitehead
Time zoneUTC−6 (CST)
  Summer (DST)UTC−5 (CDT)
Area code(s)204
NTS Map063K02
GNBC CodeGAKDS

Notes


gollark: I was lazy, so it reads (can read) slightly outside of the LTS buffer.
gollark: I think `lts_length` is technically capable of causing segfaults in some situations too.
gollark: ```c#define REP(x) x x x x#define T1 "a"#define T2 REP(T1)#define T3 REP(T2)#define T4 REP(T3)#define T5 REP(T4)#define T6 REP(T5)#define T7 REP(T6)```This was part of my failed plan to implement hyperoperations in the preprocessor.
gollark: I said length TERMINATED.
gollark: ```cchar * lts_to_nullterminated(const char * apioform) { uint32_t len = lts_length(apioform); char * bee = malloc(len + 1); memcpy(bee, apioform, len); bee[len] = 0; // for purposes only return bee;}```Gaze upon my wondrous code.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.