Skip to content

Commit 2de00ac

Browse files
author
RVINDAS
committed
first commit
0 parents  commit 2de00ac

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
@author: Roberto Camilo Vindas (rvindas/DMSA/IMN)
2+
3+
Python script to graph monthly precipitation anomaly data and also the cumulative total. The original script runs operationally on an IMN server
4+
and is updated daily taking data directly from a database.
5+
6+
##### This script is an example version that contains only the graphical part and not the database connection part ##################### ######
7+
8+
This script was successfully tested with python 3.11.5 and the following library versions:
9+
cartopy 0.21.1
10+
matplotlib 3.8.0
11+
numpy 1.26.2
12+
pillow 10.0.1
13+
14+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
15+
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
16+
y se actualiza a diario tomando los datos directamente de una base de datos.
17+
18+
##### 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 ###########################
19+
20+
Este script fue probado existosamente con python 3.11.5 y las siguientes versiones de la librerias:
21+
cartopy 0.21.1
22+
matplotlib 3.8.0
23+
numpy 1.26.2
24+
pillow 10.0.1

0 commit comments

Comments
 (0)