Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,12 @@ language:
|
|
| 8 |
tags:
|
| 9 |
- geospatial
|
| 10 |
- places
|
| 11 |
-
- points of interest
|
|
|
|
| 12 |
- location-data
|
| 13 |
- activities
|
|
|
|
|
|
|
| 14 |
pretty_name: Places
|
| 15 |
size_categories:
|
| 16 |
- 10K<n<100K
|
|
@@ -366,4 +369,4 @@ def find_nearby_places(places_with_coords, center_lat, center_lon, radius_km):
|
|
| 366 |
|
| 367 |
# Example: Find places within 5km of a location
|
| 368 |
nearby = find_nearby_places(places_with_coords, 37.7749, -122.4194, 5)
|
| 369 |
-
```
|
|
|
|
| 8 |
tags:
|
| 9 |
- geospatial
|
| 10 |
- places
|
| 11 |
+
- points of interest
|
| 12 |
+
- poi
|
| 13 |
- location-data
|
| 14 |
- activities
|
| 15 |
+
- landmarks
|
| 16 |
+
- venues
|
| 17 |
pretty_name: Places
|
| 18 |
size_categories:
|
| 19 |
- 10K<n<100K
|
|
|
|
| 369 |
|
| 370 |
# Example: Find places within 5km of a location
|
| 371 |
nearby = find_nearby_places(places_with_coords, 37.7749, -122.4194, 5)
|
| 372 |
+
```
|