From 1817cd63add978dd401d83bc0bc6e875e42d4e3c Mon Sep 17 00:00:00 2001 From: ml server Date: Fri, 3 Jan 2020 13:37:48 -0700 Subject: [PATCH] add data mirror --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index cf3ce0b..5e867f4 100644 --- a/README.md +++ b/README.md @@ -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,