Wolfram.com
WolframAlpha.com
WolframCloud.com
Wolfram Language
Example Repository
Ready-to-use examples for the Wolfram Language
Primary Navigation
Categories
Astronomy
Audio Processing
Calculus
Cellular Automata
Chemistry
Complex Systems
Computer Science
Computer Vision
Control Systems
Creative Arts
Data Science
Engineering
Finance & Economics
Finite Element Method
Food & Nutrition
Geography
Geometry
Graphs & Networks
Image Processing
Life Sciences
Machine Learning
Mathematics
Optimization
Physics
Puzzles and Recreation
Quantum Computation
Signal Processing
Social Sciences
System Modeling
Text & Language Processing
Time-Related Computation
Video Processing
Visualization & Graphics
Alphabetical List
Submit a New Resource
Learn More about
Wolfram Language
Related Pages
Related Symbols
AirTemperatureData
Entity
EntityValue
IconData
GeoGraphics
GeoStyling
GeoBackground
Related Categories
Geography
Data Science
Create a Weather Map
Display local temperature icons
Example Notebook
Open in Cloud
Download Notebook
Get a list of cities within the United Kingdom:
I
n
[
1
]
:
=
c
i
t
i
e
s
=
B
e
l
f
a
s
t
C
I
T
Y
,
B
i
r
m
i
n
g
h
a
m
C
I
T
Y
,
C
a
e
r
d
y
d
d
C
I
T
Y
,
E
d
i
n
b
u
r
g
h
C
I
T
Y
,
G
l
a
s
g
o
w
C
I
T
Y
,
L
o
n
d
o
n
C
I
T
Y
,
N
e
w
c
a
s
t
l
e
u
p
o
n
T
y
n
e
C
I
T
Y
,
N
o
r
w
i
c
h
C
I
T
Y
,
P
l
y
m
o
u
t
h
C
I
T
Y
,
P
o
r
t
s
m
o
u
t
h
C
I
T
Y
,
S
t
o
r
n
o
w
a
y
C
I
T
Y
;
Use
A
i
r
T
e
m
p
e
r
a
t
u
r
e
D
a
t
a
and the
E
n
t
i
t
y
framework to obtain the position and local temperature of each city in the list:
I
n
[
2
]
:
=
d
a
t
a
=
T
r
a
n
s
p
o
s
e
[
{
E
n
t
i
t
y
V
a
l
u
e
[
c
i
t
i
e
s
,
"
P
o
s
i
t
i
o
n
"
]
,
E
n
t
i
t
y
V
a
l
u
e
[
c
i
t
i
e
s
,
"
N
a
m
e
"
]
,
A
i
r
T
e
m
p
e
r
a
t
u
r
e
D
a
t
a
[
#
]
&
/
@
c
i
t
i
e
s
}
]
;
Use
I
c
o
n
D
a
t
a
to define a function to make and position a weather icon for the cities:
I
n
[
3
]
:
=
i
c
o
n
[
{
p
o
s
i
t
i
o
n
_
,
n
a
m
e
_
,
v
a
l
u
e
_
}
]
:
=
{
B
l
a
c
k
,
T
e
x
t
[
n
a
m
e
,
p
o
s
i
t
i
o
n
,
{
-
0
.
5
,
1
.
5
}
]
,
R
e
d
,
P
o
i
n
t
[
p
o
s
i
t
i
o
n
]
,
I
n
s
e
t
[
I
c
o
n
D
a
t
a
[
"
A
i
r
T
e
m
p
e
r
a
t
u
r
e
"
,
v
a
l
u
e
]
,
p
o
s
i
t
i
o
n
,
B
o
t
t
o
m
,
1
]
}
Display the local temperatures of each city on the map:
I
n
[
4
]
:
=
G
e
o
G
r
a
p
h
i
c
s
m
a
p
,
o
p
t
s
1
,
i
c
o
n
/
@
d
a
t
a
,
o
p
t
s
2
O
u
t
[
4
]
=
See Also
HeatIndex
FrostbiteTime
Related Symbols
AirTemperatureData
Entity
EntityValue
IconData
GeoGraphics
GeoStyling
GeoBackground
Publisher Information
Contributed by:
Wolfram Staff