GIS4DEV / GIS4DEV.github.io

Open Source GIScience & GIS for Development
1 stars 12 forks source link

pushing changes from CyberGISX when a file is too large #44

Closed josephholler closed 3 years ago

josephholler commented 3 years ago

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.