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

Various fixes #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

palfrey
Copy link

@palfrey palfrey commented Oct 31, 2020

I was trying to get this running locally, and fixed a few things

  • Corrected the data download scripts hosts
  • Added a script to download the shape files
  • Listed out the Python requirements

I'm still getting an error when trying to run map_plot, but these bits at least got me part of the way in.

Traceback (most recent call last):
  File "map_plot.py", line 257, in <module>
    if(day % 7 == day_offsets[count][week]): day_rate += ( 0 if int(msoa_data[count][week+8]) < 0 else int(msoa_data[count][week + 8]) )
IndexError: list index out of range

Any thoughts on that one?

@jah-photoshop
Copy link
Owner

jah-photoshop commented Nov 5, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants