# readDiag **Repository Path**: caisunp/readDiag ## Basic Information - **Project Name**: readDiag - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-10 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # readDiag readDiag is a Python package that provides a class to read and plot the [Gridpoint Statistical Interpolation](https://dtcenter.org/community-code/gridpoint-statistical-interpolation-gsi) diagnostics files. It can be used to retrieve and investigate important information from the data assimilation process: ![uv_GSI_3 7](https://raw.githubusercontent.com/GAD-DIMNT-CPTEC/readDiag/master/docs/imgs/uv_GSI_3_7.png) ## Installation Use either `conda` or `python -m venv` to setup a virtual environment to install readDiag: ``` conda create -n readDiag python=3.9.18 conda activate readDiag pip install readDiag ``` or ``` python -m venv readDiag source readDiag/bin/activate pip install readDiag ``` **Note:** When using `python -m venv` make sure to have Python >=3.9.18 installed on your system. For more information on how to use readDiag, take a look at the project's [documentation](https://gad-dimnt-cptec.github.io/readDiag/). CC-BY-NC-SA