Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the geographical coordinates of a place using Wikidata
ResourceFunction["WikidataGeoPosition"]["place"] finds the WGS84 coordinates for a place from Wikidata. | |
ResourceFunction["WikidataGeoPosition"][ent] finds the WGS84 coordinates for the Entity ent. |
Find the position of Huntington, West Virginia:
| In[1]:= |
| Out[1]= |
Make a map:
| In[2]:= |
| Out[2]= | ![]() |
Find the position of a building:
| In[3]:= |
| Out[3]= | ![]() |
Make a map of a famous landmark:
| In[4]:= |
| Out[4]= | ![]() |
Make a map of the Empire State Building in Manhattan, New York City:
| In[5]:= |
| Out[5]= | ![]() |
Compare the result of WikidataGeoPosition and GeoPosition on an entity:
| In[6]:= | ![]() |
| Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License