Vantage Forecaster - Portable Edition
Version 2.0.0 | March 2026
A desktop application for generating electricity demand and capacity factor forecasts for the Philippines grid.
Quick Start
- Extract the ZIP file to any folder (e.g.,
C:\VantageForecaster\) - Double-click
Vantage Forecaster.exeto launch - Configure data paths in the Settings tab (first time only)
- Run forecasts from the main interface
No installation required. No admin rights needed.
What's Included
| Folder/File | Description | Size |
|---|---|---|
Vantage Forecaster.exe | Main application | ~150 MB |
cli/ | Backend engine with bundled Node.js | ~150 MB |
data/ | Pre-loaded databases (iload.db, iload_zonal.db) | ~2.3 GB |
weather_cache/ | Cached weather data | ~500 MB |
Data Samples/ | Training data for models | ~35 MB |
config.json | API keys and gateway settings | - |
System Requirements
- OS: Windows 10 or Windows 11
- RAM: 8 GB minimum, 16 GB recommended
- Disk: 5 GB free space
- Network: Internet for weather fetching (optional if using cached data)
Documentation
| File | Description |
|---|---|
README.md | This file |
BEGINNERS_GUIDE.md | Complete feature walkthrough |
QUICK_START.md | Quick reference card |
TESTING_CHECKLIST.md | QA testing checklist |
First Time Setup
1. Launch the Application
Double-click Vantage Forecaster.exe. The main window will open.
2. Configure Data Paths
Go to Settings tab and set:
| Setting | Value |
|---|---|
| Database Path | data\iload.db (regional) or data\iload_zonal.db (zonal) |
| Weather Cache | weather_cache |
3. Run Your First Forecast
- Select forecast type (Demand, CFAC, or both)
- Set date range
- Click Run Forecast
Support
For issues or questions:
- Check
BEGINNERS_GUIDE.mdfor detailed instructions - Review
TESTING_CHECKLIST.mdfor known issues - Contact the development team
Version History
| Version | Date | Changes |
|---|---|---|
| 2.0.0 | March 2026 | Initial portable release with GUI |