ml.spacecruft.org

master 0.10
ml server 2020-01-03 19:03:43 -07:00
parent 2fa920feab
commit 3945f5f826
2 changed files with 9 additions and 3 deletions

View File

@ -123,7 +123,13 @@ The following steps need to be performed:
1. Rate an observation using the `wut` script.
# Data Caching Downloads
# ml.spacecruft.org
This server is processing the data and has directories available
to sync.
* https://ml.spacecruft.org/
## Data Caching Downloads
The scripts are designed to not download a waterfall or make a JSON request
for an observation it has already requested. The first time an observation
is requested, it is downloaded from the SatNOGS network to the `download`
@ -135,7 +141,7 @@ The `data` directory is just temporary files,mostly linked from the
scripts, so don't put anything you want to keep in there.
# SatNOGS Observation Data Mirror
## SatNOGS Observation Data Mirror
The downloaded waterfalls are available below via `http` and `rsync`.
Use this instead of downloading from SatNOGS to save their bandwidth.

View File

@ -46,7 +46,7 @@ while [ $OBSID -gt $OBSIDMIN ]
--continue-at - \
--remote-time \
--output $WATERFILE \
$WATERURL && sleep `echo $((0 + RANDOM % 1))`
$WATERURL && sleep `echo $((0 + RANDOM % 2))`
cd ..
let OBSID=$OBSID-1
done