From d8e9966056a0998adb3461358bd6375af9ce64c2 Mon Sep 17 00:00:00 2001 From: Christoph Schirninger <116004212+Schirni@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:08:52 +0100 Subject: [PATCH] Update README.md Add dataset download from GCS --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df5e807..94ce36b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ We can install it directly through pip ```bash pip install git+https://github.com/spaceml-org/helio_tools +pip install gsutil ``` We also use poetry for the development environment. @@ -58,6 +59,12 @@ conda activate helio_tools poetry install ``` +--- +## Test Dataset +We provide a test dataset for the notebooks containing data from SDO/AIA, EUI/FSI, EUI/HRI and PROBA2/SWAP which can be downloaded with gsutil +```bash +gsutil cp -r gs://iti-dataset/ [local_path] + --- ## References @@ -73,4 +80,4 @@ poetry install * [EVE](https://lasp.colorado.edu/home/eve/data/) - Extreme Ultraviolet Variability Experiment. * [SolO](https://sci.esa.int/web/solar-orbiter) - Solar Orbiter. * FSI - Full Sun Imager. -* [SOHO](https://soho.nascom.nasa.gov//) - Solar and Heliospheric Observatory. \ No newline at end of file +* [SOHO](https://soho.nascom.nasa.gov//) - Solar and Heliospheric Observatory.