Installing agweather-qaqc

Cloning the Repository

You can get the latest version of agweather-qaqc by cloning its Github Repository or by clicking here.

git clone https://github.com/WSWUP/agweather-qaqc

Navigate the command line/terminal into the repository root directory:

cd path/to/agweather-qaqc

Installing Environment

Setting up and activating the environment can be done one of three ways:
  • Anaconda Environment:

    conda env create -f environment.yml
    conda activate agweatherqaqc
    
  • Pipenv Environment:

    pipenv install -r requirements.txt
    pipenv shell
    
  • PDM Environment:

    pdm install
    pdm shell
    

Note

You will have to reactivate your environment whenever you start a new session in the command prompt or terminal.

Running agweather-qaqc

After setup is complete, the next step is to configure input files. See Data Preparation for more information. Once those files are configured, the code can be run via calling qaqc_single_station.py:

python qaqc_single_station.py <OPTIONAL ARGUMENTS>