Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvexel/gather-sample-factory

sample factory for gather
https://github.com/mvexel/gather-sample-factory

Last synced: about 1 month ago
JSON representation

sample factory for gather

Awesome Lists containing this project

README

        

# Sample task factory for Gather

This is a simple task generator. It pulls from Overpass and stores in S3.

## Use it

* Make sure your AWS credentials `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` are set.
* Edit the variables in the configuration section of the script
* Install python modules `shapely` and `boto`.
* And then:

```
$ python overpass-factory.py
Connecting to your S3 bucket gather-files
retrieving data from Overpass...
252 results retrieved from Overpass. Generating output.
Writing to your S3 bucket...
The data is now available at https://gather-files.s3.amazonaws.com/restaurants-no-cuisine
```