Wolfram Data Drop 입문 튜토리얼

지리 및 시간 데이터

데이터 빈 항목의 메타 데이터에서 측지 위치를 찾습니다.

In[1]:=
Out[1]= {{This returns a list of geo locations for all entries in the databin, encoded as GeoPositions.}}
In[2]:=
Out[2]= {{This generates a graphical map on which the locations in the last output (%) are indicated by points.}}
In[3]:=
Out[3]= {{This combines both previous examples, but sets the Joined option on GeoListPlot to True, joining the points with GeoPaths.}}

데이터 서비스의 항목에 대한 타임 스탬프를 가져옵니다.

In[1]:=
Out[1]= {{This returns a list of time stamps for all entries in the databin, encoded as DateObjects}}
In[2]:=
Out[2]= {{This gives the successive differences of elements in the last output, calculating how much time elapsed between the entries.}}
de en es ja pt-br zh