Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mvexel/gather-sample-factory
- Owner: mvexel
- Created: 2014-09-26T17:44:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T03:05:53.000Z (over 10 years ago)
- Last Synced: 2024-10-21T23:08:44.031Z (3 months ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```