Examine Variations in Earth's Gravitational Field
The gravitational field on the surface of the Earth varies due to inhomogeneities in the matter density and the non-spherical shape of the Earth.
This is the standard average value of the field on the surface of the Earth.
In[1]:=
g = UnitConvert[Quantity[1., "StandardAccelerationOfGravity"],
"SIBase"]
Out[1]=
Compute the difference between an array of values for the gravitational field over the US and the standard average value.
In[2]:=
data = GeogravityModelData[Entity["Country", "UnitedStates"],
"DownComponent"] - g
Out[2]=
Plot the data on a map of the US.
show complete Wolfram Language input
Out[3]=