Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DC Snowplow Scraper

Collects snowplow locations & assembles them into GeoJSON.

This project was written up in a bunch of places, but DCist is the one I remember best since I used to write for them. Also tweets!

Setup

npm install
export WORKING_DIR='/tmp/snow'
mkdir -p $WORKING_DIR/scrape

set AWS & Github credentials in .credentials

Use

while [ 1 ]; do
  ./run.sh
  sleep 300
done

About

Scrapes data & builds a Mapbox GL map of DC snowplow activity

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.