Open Source GIScience

Joseph Holler's Open Source GIScience Resources at Middlebury College

COVID-19 Spatial Accessibility Replication

Oct-28 : In this lesson, we will reanalyze/replicate COVID-19 spatial accessibility.

Expectations

The purpose of this lab is to publish a reproduction of the COVID-19 Spatial Accessibility Notebook.

The published lab is due on Tuesday, November 2

Note on pushing changes to GitHub

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. Remember there were instructions for Git command line last week

Report Outline

Spring 2021 class ideas for modest contributions

Suggestion

Last week, we cloned the repository to the CyberGISX virtual computing platform. It might also help to clone your repository to your local computer through GitHub Desktop, in order to easily view input and output data in QGIS. Just remember to commit and push changes from CyberGISX to your GitHub account! It may also help to add code to the notebooks to save intermediary results as geopackages for the purpose of viewing and checking results.

Main Page