Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.04 KB

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.