RUNecho"=== ITURHFProp files ==="&& ls -la /opt/iturhfprop/ &&echo"=== Data files ==="&& ls -la /opt/iturhfprop/Data/ 2>/dev/null || ls -la /opt/iturhfprop/data/ 2>/dev/null ||echo"Data dir not found"
# Set up the API service
# Set up the API service
WORKDIR /app
WORKDIR /app
@ -32,9 +39,9 @@ RUN npm install --production
COPY server.js ./
COPY server.js ./
# Environment
# Environment - adjust DATA path based on actual structure
REST API wrapper for the [ITURHFProp](https://github.com/G4FKH/ITURHFProp) HF propagation prediction engine, implementing **ITU-R P.533-14** "Method for the prediction of the performance of HF circuits".
REST API wrapper for the [ITURHFProp](https://github.com/ITU-R-Study-Group-3/ITU-R-HF) HF propagation prediction engine, implementing **ITU-R P.533-14** "Method for the prediction of the performance of HF circuits".
## Overview
## Overview
@ -9,8 +9,8 @@ This microservice provides HF propagation predictions as a REST API, suitable fo
### Why ITURHFProp?
### Why ITURHFProp?
- **ITU-R P.533-14 Compliant** - The international standard for HF prediction
- **ITU-R P.533-14 Compliant** - The international standard for HF prediction
- **Open Source** - BSD licensed, freely available
- **Official ITU Release** - From ITU-R Study Group 3
- **Accurate** - Used by professional HF planning tools
- **Pre-built Binaries** - No compilation required
- **No API Restrictions** - Unlike web services, you control the engine
- **No API Restrictions** - Unlike web services, you control the engine