saintaardvark / hughtest / 0.1.0
rbnpredictor
Royalty Free
Return a prediction of propagation on the 20 metre amateur radio band for Vancouver, BC.
Language
Python 3.x
Metrics
API Calls - 24
Avg call duration -
N/A
Permissions
The GNU General Public License (GNU GPL or GPL) is a free software license which guarantees end users the freedom to run, study, share and modify the software.
Learn more
Run an example
Input
Output
"{\"prediction_20m\": 11.217041969299316}"
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run saintaardvark/hughtest/0.1.0 -d '{
"sunspots_count": 0,
"hour": 23,
"month": 12,
"annual": 0.9972677595628415,
"weekend": 0,
"arrl_dx_contest": 0,
"solar_elevation": 15
}' --timeout 300