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

Cfonderson #8

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ls
mkdir time
ls
mv *Time* time
ld
ld
ls
Empty file modified BenchmarkInstructions.md
100644 → 100755
Empty file.
Empty file modified Dockerfile
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ complete.
Both can be run in sequence from this directory as:
```bash
python scripts/data/process_raw_ookla_faster.py
python scripts/data/create_overalys.py
python scripts/data/create_overlays.py
```

The defined modules/functions in the `src/datasets/loading` directory are designed to download necessary StatCan files as needed.
Expand Down
Empty file modified data/boundaries/statcan_links.json
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions data_init.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo ''
SECONDS=0
echo "Generating complex geometry overlays"
python scripts/data/create_overlays.py population_centres pops
# python scripts/data/create_overlays.py dissemination_areas das
python scripts/data/create_overlays.py dissemination_areas das
overlay_duration=$SECONDS
duration=overlay_duration
echo "$(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
Expand All @@ -58,4 +58,4 @@ duration=$(($dl_duration+$filter_duration+$overlay_duration))
echo "S3 download time $(($dl_duration / 60)) minutes and $(($dl_duration % 60))"
echo "Spatial join time $(($filter_duration / 60)) minutes and $(($filter_duration % 60))"
echo "Overlay time $(($overlay_duration / 60)) minutes and $(($overlay_duration % 60))"
echo "$(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
echo "$(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
Empty file modified data_init_benchmark.sh
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions docker-compose.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ services:
context: .
dockerfile: Dockerfile
ports:
- '8501:8501'
- '8505:8501'
volumes:
- .:/home/jovyan
command: streamlit run streamlit/app.py
command: streamlit run streamlit/speed_model.py
streamlit-dev:
build:
context: .
dockerfile: Dockerfile
ports:
- '8505:8501'
- '8501:8501'
volumes:
- .:/home/jovyan
command: streamlit run streamlit/speed_model.py
command: streamlit run streamlit/app.py
Empty file modified environment.yml
100644 → 100755
Empty file.
Empty file modified notebooks/.gitkeep
100644 → 100755
Empty file.
66 changes: 36 additions & 30 deletions notebooks/0.1-zs-basic-intro-nb.ipynb
100644 → 100755

Large diffs are not rendered by default.

Loading