지구의 위성 타일
처리된 위성 영상을 이용한 지구의 메르카토르 지도입니다.
In[1]:=

GeoGraphics["World", GeoProjection -> "Mercator",
GeoBackground -> "Satellite"]
Out[1]=

다른 투영법을 사용합니다.
In[2]:=

GeoGraphics["World", GeoProjection -> "Mollweide",
GeoBackground -> "Satellite"]
Out[2]=

중간 축척지도입니다.
In[3]:=

GeoGraphics[Entity["Country", "Australia"],
GeoBackground -> "Satellite"]
Out[3]=

대도시 인근 지역을 확대합니다.
In[4]:=

GeoGraphics[Entity["City", {"Sydney", "NewSouthWales", "Australia"}],
GeoBackground -> "Satellite"]
Out[4]=
