Skip to content

Commit eec7918

Browse files
committed
refactor: Clean up code. Add requirements.txt
1 parent 444a77f commit eec7918

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/viz5/script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Viz6 — Directed chord diagram: crash flows between origin and destination
33
Generates: public/data/crashes_for_chord.json
44
5-
Requires geo_utils.py in the same directory.
65
Dependencies: geonamescache, pycountry-convert
76
pip install geonamescache pycountry-convert
87

data/viz6/script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Viz5 — Poisson flight risk modeller
33
Generates: public/data/crashes_for_poisson.json
44
5-
Requires geo_utils.py in the same directory.
65
Dependencies: geonamescache, pycountry-convert
76
pip install geonamescache pycountry-convert
87

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
geonamescache
2+
pycountry-convert

0 commit comments

Comments
 (0)