Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/yelpctl
Extract a subset of the yelp academic dataset. Filter via bounding box. 🗺 The dataset is only for the USA 🌎 though
https://github.com/4thel00z/yelpctl
bounding bounding-box dataset extract yelp yelp-data-analysis yelp-dataset
Last synced: about 1 month ago
JSON representation
Extract a subset of the yelp academic dataset. Filter via bounding box. 🗺 The dataset is only for the USA 🌎 though
- Host: GitHub
- URL: https://github.com/4thel00z/yelpctl
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2020-11-07T22:43:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T00:22:41.000Z (about 4 years ago)
- Last Synced: 2024-11-24T16:52:12.485Z (about 1 month ago)
- Topics: bounding, bounding-box, dataset, extract, yelp, yelp-data-analysis, yelp-dataset
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# yelpctl
Extract a subset of the [yelp academic dataset](https://www.yelp.com/dataset). Filter via bounding box.
## Example usage
This demonstrates how you can extract a subset of the dataset:
```bash
go run cmd/yelpctl/main.go -bbox "47.2701114,55.099161,5.8663153,15.0419319" -path assets/yelp_academic_dataset_business.json
```
## LicenseThis project is licensed under the GPL-3 license.