Open Source GIScience

Joseph Holler's Open Source GIScience Resources at Middlebury College

Where COVID-19 Analysis

: In this lesson, we will study the research paper and implementation of a COVID-19 accessibility analysis.

Wednesday, May 19

Lecture

Lab

Two suggestions/reminders:

In lab, your goal will be to:

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

Class ideas for modest contributions

Main Page