Skip to content
/ dc-snow Public

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

License

Notifications You must be signed in to change notification settings

sbma44/dc-snow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published