2024 Paris Olympic Games Venues

Source Notebook

Dataset containing the names and locations of the venues of the 2024 Paris Olympic Games

Details

Dataset contains two columns.
The first column is the venue and contains the French name of the venue.
The second column is the location of given as a GeoPosition object.

(2 columns, 39 rows)

Examples

Basic Examples (3) 

In[1]:=
ds = ResourceData[\!\(\*
TagBox["\"\<2024 Paris Olympic Games Venues\>\"",
#& ,
BoxID -> "ResourceTag-2024 Paris Olympic Games Venues-Input",
AutoDelete->True]\)]
Out[1]=

Map the venues:

In[2]:=
GeoGraphics[GeoMarker[ds[All, "location"]], GeoRange -> Entity["Country", "France"]]
Out[2]=

Get a specific venue:

In[3]:=
venue = ds[Select[StringContainsQ[#venue, "Eiffel"] &]]
Out[3]=

Make a satellite map of the area near the Eiffel Tower:

In[4]:=
GeoGraphics[GeoMarker[venue[1, "location"]], GeoRange -> Quantity[0.25, "Miles"], GeoBackground -> "Satellite", PlotLabel -> venue[1, "venue"]]
Out[4]=

Arnoud Buzing, "2024 Paris Olympic Games Venues" from the Wolfram Data Repository (2024)  

Data Resource History

Source Metadata

Publisher Information