Wolfram Language

Visualisation géographique améliorée

Hémisphères géographiques

Utilisez des styles géographiques différents selon les différentes moitiés de la Terre.

In[1]:=
Click for copyable input
loc = GeoPosition[{60, 50}]; antipode = GeoPosition[{-60, -130}];
In[2]:=
Click for copyable input
GeoGraphics[{ GeoStyling["StreetMap"], GeoHemisphere[loc], GeoStyling["Satellite"], GeoHemisphere[antipode], Red, GeoHemisphereBoundary[loc], GeoMarker[{loc, antipode}] }]
Out[2]=

Exemples connexes

de en es ja ko pt-br ru zh