GAD-DIMNT-CPTEC / readDiag

readDiag is a Python package that provides a class to read and plot the Gridpoint Statistical Interpolation (GSI) diagnostics files. It can be used to retrieve and investigate important information from the data assimilation process
https://gad-dimnt-cptec.github.io/readDiag
Other
0 stars 4 forks source link

Adição de mapas interativos #37

Open cfbastarz opened 7 months ago

cfbastarz commented 7 months ago

A partir desta issue, serão adicionadas algumas funções que permitem a manipulação interativa das estruturas de dados do readDiag utilizando o hvplot. Um exemplo dos resultados é dado no video a seguir:

https://github.com/GAD-DIMNT-CPTEC/readDiag/assets/18047029/0ac49ff7-399e-4db6-aede-9da15b4adef9

cfbastarz commented 7 months ago

No commit 249f5856455eda3c037a251772efdbf472ee07b5 do branch referente a esta issue, foi adicionado um notebook com exemplos de uso das funções interativas.

Para testar:

conda create -n readDiag.hvplot python=3.9.18
conda activate readDiag.hvplot
git clone https://github.com/GAD-DIMNT-CPTEC/readDiag.git
cd readDiag
git checkout 37-adição-de-mapas-iterativos
pip install numpy
pip install -e .
jupyter-lab notebooks/readDiag_hvplot_tests.ipynb