REFACTOR AEMET weather file

This commit is contained in:
Urtzi Alfaro
2025-07-24 16:07:58 +02:00
parent e3cb711206
commit 37dce4886e
8 changed files with 2582 additions and 380 deletions

View File

@@ -22,7 +22,7 @@ aio-pika==9.3.1
# HTTP client
httpx==0.25.2
# Data processing (UPDATED - Added openpyxl and xlrd)
# Data processing
pandas==2.1.3
numpy==1.25.2
openpyxl==3.1.2 # For Excel (.xlsx) files
@@ -43,5 +43,10 @@ bcrypt==4.1.2
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-xdist==3.5.0
pytest-timeout==2.2.0
psutil==5.9.8
# Cartographic projections and coordinate transformations library
pyproj==3.4.0