Spaces:
Paused
Paused
File size: 6,060 Bytes
0c712aa 31d0265 0c712aa 233ac9e 681b2d3 0c712aa 31d0265 46a37ca 31d0265 46a37ca 31d0265 46a37ca 31d0265 46a37ca 31d0265 46a37ca 31d0265 46a37ca 31d0265 46a37ca 31d0265 2bef295 31d0265 2bef295 22a573d 2bef295 46a37ca 2bef295 46a37ca 31d0265 22a573d 31d0265 46a37ca 5c85de4 46a37ca 22a573d 46a37ca 22a573d 46a37ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | ---
title: ECMWF Complete Data Explorer
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.42.0
app_file: app.py
pinned: false
license: gpl-3.0
---
# π ECMWF Complete Data Explorer
A comprehensive Gradio web application providing unified access to **all** ECMWF free meteorological data:
## π **Open Data** (No Authentication Required)
- **Real-time operational forecasts** from IFS and AIFS models
- **Ensemble forecasts** for uncertainty quantification
- Updated every 6 hours, available 7-9 hours after forecast initialization
- 0.25Β° resolution (~25km global coverage)
## π **Climate Data Store (CDS)** (Free Account Required)
- **ERA5 reanalysis data** from 1940 to present
- **Seasonal forecasts** up to 7 months ahead
- Historical climate data and long-range predictions
## β¨ Key Features
### π **Comprehensive Data Access**
- **Open Data**: Real-time IFS & AIFS operational forecasts (no account needed)
- **Ensemble Forecasts**: 51-member ensemble predictions for uncertainty analysis
- **ERA5 Reanalysis**: Complete historical weather data from 1940-present
- **Seasonal Forecasts**: Long-range predictions up to 7 months ahead
### π¨ **Advanced Visualization**
- Automatic spatial plots and time series generation
- Support for both NetCDF and GRIB2 file formats
- Interactive web interface with immediate data preview
- Comprehensive data information display
### βοΈ **Flexible Configuration**
- Multiple forecast models (IFS traditional, AIFS AI-powered)
- Extensive parameter selection (temperature, precipitation, pressure, wind, etc.)
- Customizable forecast steps (0-360 hours)
- Geographic area filtering for targeted analysis
## π **INSTANT ACCESS - NO SETUP REQUIRED!**
### π **FREE Real-time Weather Maps (No Account Needed)**
```bash
# That's it - just run it!
pip install -r requirements.txt
python simple_app.py
```
**β
Zero configuration needed for live weather maps!**
- No API keys required
- No account registration
- No authentication setup
- Instant access to professional weather data
### π **Historical Data (Optional - Free Account)**
Only needed if you want historical ERA5 data:
1. Create free [ECMWF account](https://accounts.ecmwf.int/) (optional)
2. Configure CDS access (only for historical data)
**π Most users can start immediately with live forecasts!**
## π¦ Installation
```bash
# Clone repository
git clone [repository-url]
cd ECMWF_PLayground
# Install dependencies
pip install -r requirements.txt
# Run application (simplified version for stable deployment)
python simple_app.py
# Or run full version (may experience Gradio compatibility issues)
python ecmwf_gradio_app.py
```
### Dependencies
- `ecmwf-opendata>=0.3.0` - Access to real-time ECMWF forecasts
- `cdsapi>=0.7.4` - Climate Data Store API client
- `gradio>=5.9.1` - Web interface framework
- `xarray`, `matplotlib` - Data processing and visualization
- `cfgrib` - GRIB file support
## π― Available Data & Parameters
### π **Open Data Parameters**
| Code | Description | Units |
|------|-------------|--------|
| **2t** | 2m Temperature | K |
| **msl** | Mean Sea Level Pressure | Pa |
| **10u/10v** | 10m Wind Components | m/s |
| **tp** | Total Precipitation | m |
| **2d** | 2m Dewpoint Temperature | K |
| **sp** | Surface Pressure | Pa |
| **tcwv** | Total Column Water Vapour | kg/mΒ² |
| **100u/100v** | 100m Wind Components | m/s |
| **strd** | Surface Thermal Radiation | W/mΒ² |
| **ssrd** | Surface Solar Radiation | W/mΒ² |
### π€ **Forecast Models**
- **IFS (Integrated Forecast System)**: Traditional numerical weather prediction
- **AIFS (AI Forecast System)**: Machine learning-powered forecasting
### β° **Forecast Types**
- **fc (Forecast)**: Future weather predictions (0-240+ hours)
- **an (Analysis)**: Current weather conditions
- **pf (Ensemble)**: 51-member probability forecasts
### π **CDS Historical Data**
- **ERA5 Reanalysis**: 1940-present, hourly data
- **Seasonal Forecasts**: Up to 7 months ahead
- Multiple variables with geographic subsetting
## Data Formats
- Downloaded data is in NetCDF format
- Visualizations are automatically generated as PNG images
- Data information includes dimensions, variables, and time ranges
## Important Notes
- **Open Data**: All data accessed through this application is provided under CC BY 4.0 license
- **Usage Limits**: Free accounts have usage limitations
- **Download Time**: Large datasets may take several minutes to download
- **Storage**: Downloaded files are stored in temporary directories
- **Internet Required**: Active internet connection needed for data retrieval
## Troubleshooting
### Current Known Issues
**β οΈ Gradio JSON Schema Error**: The main application (`ecmwf_gradio_app.py`) may experience compatibility issues with certain Gradio versions causing `TypeError: argument of type 'bool' is not iterable`.
**β
Workaround**: Use the simplified version (`simple_app.py`) for stable deployment.
### Common Issues
1. **API Key Error**: Ensure your `~/.cdsapirc` file is correctly formatted and contains valid credentials
2. **Download Failures**: Check internet connection and verify the requested data exists
3. **Plotting Errors**: Some datasets may have different structures that affect visualization
4. **Memory Issues**: Large datasets may require more RAM for processing
5. **Gradio Compatibility**: If experiencing deployment issues, switch to `simple_app.py`
### Getting Help
- [CDS Documentation](https://cds.climate.copernicus.eu/how-to-api)
- [ECMWF User Support](https://confluence.ecmwf.int/display/UDOC/ECMWF+User+Documentation)
- [CDS Forum](https://forum.ecmwf.int/)
## License
This application is provided as-is for educational and research purposes. All data accessed through the ECMWF CDS is subject to the respective dataset licenses.
## Acknowledgments
- ECMWF for providing free access to climate data
- Copernicus Climate Change Service (C3S) for the Climate Data Store
- The open-source Python scientific computing community |