Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```
## License

This project is licensed under the GPL-3 license.