@author: Roberto Camilo Vindas (rvindas/DMSA/IMN)
Python script to graph monthly precipitation anomaly data and also the cumulative total. The original script runs operationally on an IMN server and is updated daily taking data directly from a database.
This script is an example version that contains only the graphical part and not the database connection part #####################
This script was successfully tested with python 3.11.5 and the following library versions: cartopy 0.21.1 matplotlib 3.8.0 numpy 1.26.2 pillow 10.0.1
Script de python para graficar datos de anomalía de precipitación mensual y acumulado total. El script original corre de manera operativa en un servidor del IMN y se actualiza a diario tomando los datos directamente de una base de datos.
Este script es una versión de ejemplo que contiene unicamente la parte gráfica y no la parte de conexión a la base de datos
Este script fue probado existosamente con python 3.11.5 y las siguientes versiones de la librerias: cartopy 0.21.1 matplotlib 3.8.0 numpy 1.26.2 pillow 10.0.1