ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

55 parameterise base forecast time #103

Closed rstrange-scottlogic closed 2 weeks ago

rstrange-scottlogic commented 2 weeks ago

Allows you to override the forecast base time by adding it to the .env file, i.e. FORECAST_BASE_TIME=2024-5-25 12

Also sorts out an issue calculating the valid forecast base date didn't account for dates that weren't the current day.

github-actions[bot] commented 2 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
752 707 94% 80% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
air-quality-backend/scripts/run_forecast_etl.py 96% 🟢
air-quality-backend/src/air_quality/etl/forecast/forecast_dao.py 100% 🟢
TOTAL 98% 🟢

updated for commit: 9cfbb71 by action🐍