Closed mattdelsordo closed 6 years ago
Using git-lfs to store development data sets cause us to hit GitHub's bandwidth cap very quickly. This PR removes lfs from the project and replaces it with a script that downloads data as .zips directly from OpenDataPhilly.
.zip
/node_modules/data/
./scripts/fetch-data.sh
./scripts/update
Resolves #68
Overview
Using git-lfs to store development data sets cause us to hit GitHub's bandwidth cap very quickly. This PR removes lfs from the project and replaces it with a script that downloads data as
.zip
s directly from OpenDataPhilly.Testing Instructions
/node_modules/data/
../scripts/fetch-data.sh
../scripts/update
should now work as usual.Resolves #68