New in Wolfram
Mathematica
8: Import and Export Formats
◄
previous
|
next
►
Application Areas
Work with Meteorology Information
Import and visualize meteorological data.
In[1]:=
X
data = Import[ "ExampleData/temperature.grb", {"Datasets", "Temperature", 1}]; Colorize[ImageAdjust@Image[Reverse@data], ColorFunction -> "ThermometerColors"]
Out[1]=