Skip to content

Commit

Permalink
fix formatting of code blocks for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Dec 3, 2024
1 parent 700c791 commit 62f6bf0
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,45 @@ Note that these procedures can take quite some RAM & CPU time.

* Data downloading:
for this, you have to go in the `scripts/input_data_prep` and run the following commands (note, if you want to download the data for specific dates, or onto specific directories, you can pass the arguments, e.g. --output_dir path/to/dir, and similar, as preferred):

.. code-block:: console
$ python download_tudelft_thermo.py
$ python download_sw_indices.py
$ python download_omniweb.py
$ python download_goes.py
$ python download_soho.py
$ python download_tudelft_thermo.py
$ python download_sw_indices.py
$ python download_omniweb.py
$ python download_goes.py
$ python download_soho.py
We also run the NRLMSISE-00 model and collect the output for both the nowcasting and forecasting model (note that
if you want to change input/output path to directories, or configurations of the parallel processing, you can do so by specifying the arguments):

.. code-block:: console
$ python run_nrlmsise00.py
$ python run_nrlmsise00_time_series.py
$ python run_nrlmsise00.py
$ python run_nrlmsise00_time_series.py
Once this is done, you can start the pre-processing.

* Data pre-processing:
for this, you have to go in the `scripts/input_data_prep` and run the following commands (note, if you want to pre-process the data onto specific directories, e.g. --output_dir path/to/dir
you can do so by specifying the argument):
.. code-block:: console

$ python process_tudelft_data.py
$ python process_sw_indices.py
$ python process_omniweb_data.py
$ python process_goes_data.py
$ python process_soho_data.py
.. code-block:: console
$ python process_tudelft_data.py
$ python process_sw_indices.py
$ python process_omniweb_data.py
$ python process_goes_data.py
$ python process_soho_data.py
* Data merging:
for this, you have to go in the `scripts/input_data_prep` and run the following commands (note, if you want to merge the data onto specific directories, e.g. --output_dir path/to/dir
you can do so by specifying the argument):

.. code-block:: console
$ python merge_omni_data.py
$ python merge_sw_and_tudelft_data.py
$ python merge_omni_data.py
$ python merge_sw_and_tudelft_data.py
Basics
Expand Down

0 comments on commit 62f6bf0

Please sign in to comment.