Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sambowers committed Jul 19, 2019
1 parent 441ee2c commit 6a6c7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/source/command_line.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/setup.rst
Expand Up @@ -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
Expand Down

0 comments on commit 6a6c7fa

Please sign in to comment.