contrib/README: Add artifacts helper section

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
pull/25/head
Fabian P. Schmidt 2021-09-04 01:03:25 +02:00
parent ef08aa056f
commit 6c1f859c68
1 changed files with 18 additions and 0 deletions

View File

@ -13,3 +13,21 @@
cp env-dist .env
```
- Configure the data paths (they must already exist!) and add your SatNOGS DB API Token in `.env`
## Find good observations with SatNOGS artifacts
```
$ ./contrib/find_good_satnogs_artifacts.py
```
## Download SatNOGS Artifacts
```
$ ./contrib/download_satnogs_artifact.py 2786575
Artifact Metadata for Observation #2786575 found.
Download failed for https://db-satnogs.freetls.fastly.net/media/artifacts/b4975058-04eb-4ab7-9c40-9bcce76d94db.h5
```
```
$ ./contrib/download_satnogs_artifact.py 4443137
Artifact Metadata for Observation #4443137 found.
Artifact for Observation #4443137 saved in '/tmp/tmp1rdpnz_k'
```