From 67600f16353ad3bb70c00e07c6a57877c6570ef1 Mon Sep 17 00:00:00 2001 From: Ana Manica Date: Thu, 29 Aug 2024 13:43:53 -0600 Subject: [PATCH] Small changes --- docs/source/data-access-api/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/data-access-api/index.rst b/docs/source/data-access-api/index.rst index c411b1166..4d868d32a 100644 --- a/docs/source/data-access-api/index.rst +++ b/docs/source/data-access-api/index.rst @@ -61,14 +61,15 @@ Further information is found in in the ``query -h`` menu. You can use parameters Download ^^^^^^^^ -To download files using the CLI tool, use the command ``download``. These will be placed in a ``data`` directory. +To download files using the CLI tool, use the command ``download``. The downloaded files will be placed in a ``data`` directory. It is important to note that your working directory will be established as the default directory. I.e, the ``data`` directory will automatically be placed in this file path. Choose your working directory accordingly to suit your desires. When downloading a file from the API, different folders within the ``data`` directory will be made to better -organize the downloaded files. See the example path: ``data/imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_20240105_v00-01.pkts`` +organize the downloaded files. See the example path: ``data/imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_20240105_v00-01.pkts``. +The ``data`` directory and its structure is further described here: `Data Directory`_ **Example Usage:** @@ -117,6 +118,7 @@ Imap data access can also be imported and used as a python package if desired. Configuration -------------- +.. _data-directory: Data Directory ^^^^^^^^^^^^^^