Tok

Tok is a town in Interior Alaska.

Understand

Climate

Tok
Climate chart (explanation)
JFMAMJJASOND
 
 
 
0.3
 
 
−3
−20
 
 
 
0.2
 
 
9
−14
 
 
 
0.2
 
 
25
−4
 
 
 
0.2
 
 
45
18
 
 
 
0.7
 
 
61
31
 
 
 
2.1
 
 
71
41
 
 
 
2.2
 
 
74
46
 
 
 
1.1
 
 
68
39
 
 
 
0.9
 
 
55
30
 
 
 
0.6
 
 
31
13
 
 
 
0.6
 
 
8
−9
 
 
 
0.5
 
 
0
−17
Average max. and min. temperatures in °F
Precipitation+Snow totals in inches
   Data from NOAA (1981-2010)
Metric conversion
JFMAMJJASOND
 
 
 
7.6
 
 
−19
−29
 
 
 
5.1
 
 
−13
−26
 
 
 
5.1
 
 
−4
−20
 
 
 
5.1
 
 
7
−8
 
 
 
18
 
 
16
−1
 
 
 
53
 
 
22
5
 
 
 
56
 
 
23
8
 
 
 
28
 
 
20
4
 
 
 
23
 
 
13
−1
 
 
 
15
 
 
−1
−11
 
 
 
15
 
 
−13
−23
 
 
 
13
 
 
−18
−27
Average max. and min. temperatures in °C
Precipitation+Snow totals in mm

Get in

Tok is an important highway junction. Most visitors coming in from The Yukon will cross the border at Port Alcan and follow the Alaska Highway to Tok. From there they can head north to Fairbanks or the Denali Highway or south to Valdez and routes to the MatSu valley and Anchorage.

Get around

The "downtown" portion of Tok is spread along the highway. There are local taxis but no other public transit.

See

Frankly, Tok is not in one of the more scenic areas of the state. The region is mostly flat with young forests that are still recovering from many wildfires in the region.

Do

Buy

Eat

Drink

Sleep

Connect

Go next

Routes through Tok

Anchorage Glennallen  W  E  END
Fairbanks Delta Junction  N  S  → becomes Haines Junction Whitehorse


gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
gollark: Use osmarksbuildsystem™.
gollark: I AM writing this, so you know.
This article is issued from Wikivoyage. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.