The new network graph file is over 100mb in size, above the max file size limit on GitHub. Therefore we cannot version-track it or push it to GitHub. That's ok, because you're updating code to generate that graph from OSM directly. However, you'll need to add only your python notebook or other small data files to any Git commit, e.g. rather than using git add . to add all files, use git add COVID-19Acc.ipynb to add and commit the Jupyter python notebook specifically. Alternatively, download the notebook from CyberGISX and add it to your repository locally or on GitHub.com.
The new network graph file is over
100mb
in size, above the max file size limit on GitHub. Therefore we cannot version-track it or push it to GitHub. That's ok, because you're updating code to generate that graph from OSM directly. However, you'll need to add only your python notebook or other small data files to any Git commit, e.g. rather than usinggit add .
to add all files, usegit add COVID-19Acc.ipynb
to add and commit the Jupyter python notebook specifically. Alternatively, download the notebook from CyberGISX and add it to your repository locally or on GitHub.com.