Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,13 @@ dataset_info:
|
|
| 23 |
num_examples: 35070
|
| 24 |
download_size: 2792316
|
| 25 |
dataset_size: 4124162
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
-
#
|
| 28 |
|
| 29 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
num_examples: 35070
|
| 24 |
download_size: 2792316
|
| 25 |
dataset_size: 4124162
|
| 26 |
+
license: odbl
|
| 27 |
+
language:
|
| 28 |
+
- en
|
| 29 |
---
|
| 30 |
+
# Google Landmarks places
|
| 31 |
|
| 32 |
+
[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
|
| 33 |
+
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/)
|
| 34 |
+
and information about the country, the province/state, and the city/village where the landmark is located. This information was collected from OSM
|
| 35 |
+
via [Nominatim](https://nominatim.org/).
|