Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libraries for CP255 attempt #2 #333

Merged
merged 2 commits into from
Aug 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions deployments/datahub/image/connectors/cp255.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@ git clone https://github.com/bokeh/datashader
cd ~/datashader && pip install -e .
cd ~ && rm -rf datashader

# urbanism templates fails on osmnet
# https://circleci.com/gh/berkeley-dsep-infra/datahub/88
exit 0

git clone https://github.com/udst/urbansim_templates.git
cd urbansim_templates && python setup.py develop
cd ~ && rm -rf urbansim_templates

# GSI asked for specific versions of these
pip install folium==0.6.0
pip install gdal==2.2.4
pip install geojson==2.4.0
pip install geoviews==1.4.3
Expand All @@ -38,3 +29,13 @@ pip install shapely==1.6.4
pip install TwitterAPI==2.5.4
pip install urbanaccess==0.1.0
pip install urbansim==3.1.1

# GSI asked for these but we need different versions for other courses
# pip install folium==0.6.0

# GSI asked for urbansim_templates but this causes problems
# urbanism templates fails on osmnet
# https://circleci.com/gh/berkeley-dsep-infra/datahub/88
# git clone https://github.com/udst/urbansim_templates.git
# cd urbansim_templates && python setup.py develop
# cd ~ && rm -rf urbansim_templates