File size: 1,010 Bytes
9df47e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96d9270
 
 
9df47e2
96d9270
9df47e2
96d9270
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: category_name
    dtype: string
  - name: name
    dtype: string
  - name: lat
    dtype: float64
  - name: lon
    dtype: float64
  - name: city
    dtype: string
  - name: state
    dtype: string
  - name: country
    dtype: string
  splits:
  - name: train
    num_bytes: 4124162
    num_examples: 35070
  download_size: 2792316
  dataset_size: 4124162
license: odbl
language:
- en
---
# Google Landmarks places

[Google Landmarks](https://storage.googleapis.com/gld-v2/web/index.html) is a great dataset, but it lacks geospatial information about the places. This dataset fills 
this gap by providing latitude and longitude for each landmark. The dataset also contains the name of the landmark from [OpenStreetMap](https://www.openstreetmap.org/) 
and information about the country, the province/state, and the city/village where the landmark is located. This information was collected from OSM 
via [Nominatim](https://nominatim.org/).