Wolfram Data Drop Quick Reference

Geographic & Time Data

Find geo locations from the metadata of databin entries:

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.}}

Get timestamps for databin entries:

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 es ja ko pt-br zh