Skip to content

Keeping track of code updates for Harvard/GMU Center for Graphical Analysis Project.

Notifications You must be signed in to change notification settings

Shubham-SK/CVT-CGA

Repository files navigation

CVT-CGA

Keeping track of code updates for Coronavirus Visualization Team in collaboration with Harvard Center for Graphical Analysis & George Mason University.


Description

Automating data processes with support for the following datasets provided by NASA Earth GES:

  • MERRA2 - Temperature + Humidity
  • IMERG - Precipitation
  • OMI - NO2

Shapefiles from STC COVID-19 Dataset provided by aforementioned organizations.


Usage

Clone the repository and download requirements using the requirements.txt file. Using Anaconda is recommended as it installs packages more easily and doesn't require the installation of header files.

git clone https://github.com/Shubham-SK/CVT-CGA.git
cd CVT-CGA
while read requirement; do conda install --yes $requirement; done < requirements.txt

Ensure all dependencies are installed before proceeding.


Modifications

File paths must be adjusted to be able to run on different machines.