add data mirror

master
ml server 2020-01-03 13:37:48 -07:00
parent aca66b6e94
commit 1817cd63ad
1 changed files with 13 additions and 0 deletions

View File

@ -130,6 +130,19 @@ The `data` directory is just temporary files,mostly linked from the
`downloads` directory. Files in the `data` directory are deleted by many
scripts, so don't put anything you want to keep in there.
# 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.
```
# Something like:
wget --mirror https://ml.spacecruft.org/download
# Or with rsync:
mkdir download
rsync -ultav rsync://ml.spacecruft.org/download/ download/
```
# Caveats
This is the first machine learning script I've done,
I know little about satellites and less about radio,