Description


This geocoder allows you to look up a number of locations by name and returns their geographic coordinates.

The following example input:

london
Great Wall of China

returns the following output:

location query latitude longitude type country code city continent country url
london london 51.5073359 -0.12765 city GB London Europe United Kingdom https://www.google.com/maps/search/?api=1&query=51.5073359,-0.12765
Great Wall of China Great Wall of China 40.3550072 116.0074452 citywalls CN Yanqing District Asia China https://www.google.com/maps/search/?api=1&query=40.3550072,116.0074452

Inputs


locations (text)
A list of locations to be geocoded, one per line.

Outputs


data (datatable)
csv (file)
A CSV file containing the the original locations with latitude and longitude.