diff --git a/docs/source/command_line.rst b/docs/source/command_line.rst index bafbee1..4026802 100644 --- a/docs/source/command_line.rst +++ b/docs/source/command_line.rst @@ -68,10 +68,14 @@ To download all tiles for the 5x5 degree area (recommended) covering 35 - 40 deg To specify an output directory, we can use the ``-o`` option: +.. code-block:: console + biota download -lon 38 -lat -8 -y 2007 2010 -o /path/to/output_dir ALOS mosaic data are delivered as compressed files, which ``biota`` will decompress. To remove the original files after decompression, use the ``-r`` flag: +.. code-block:: console + biota download -lon 38 -lat -8 -y 2007 2010 -r Mapping vegetation properties diff --git a/docs/source/setup.rst b/docs/source/setup.rst index c9b98a2..680a6d1 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -17,7 +17,7 @@ Installing Anaconda We recommend running ``biota`` in Anaconda. -If you are using a Linux machine, open a terminal window, change directory to the location you'd like to install Anaconda Python, and run the following commands: +If you are using a Linux machine, open a terminal window, change directory to the location you downloaded Anaconda Python, and run the following commands: .. code-block:: console