Skip to content

Commit

Permalink
docs: proofreading
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Dec 11, 2023
1 parent ccfc090 commit 8d51753
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions doc/en.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Planet order
============
*Explore and download Planet Lab images with the Planet Order app*

This dasboard application, based on the `SEPAL-UI <https://sepal-ui.readthedocs.io/en/latest/>`_ framework, provides users with an interface to explore and download Planet Lab images.

Expand All @@ -8,13 +9,13 @@ This dasboard application, based on the `SEPAL-UI <https://sepal-ui.readthedocs.

.. attention::

To start this module, you need to (`sign up for NICFI <https://docs.sepal.io/en/latest/setup/nicfi.html#access-nicfi-through-gee>`_) and (`connect your GEE account to SEPAL <https://docs.sepal.io/en/latest/setup/gee.html#connection-between-gee-and-sepal>`_).
To start this module, `sign up for NICFI <https://docs.sepal.io/en/latest/setup/nicfi.html#access-nicfi-through-gee>`_ and `connect your GEE account to SEPAL <https://docs.sepal.io/en/latest/setup/gee.html#connection-between-gee-and-sepal>`_.

On the landing page of our module, in the lower left of the window, you will find three buttons:

- :btn:`<fa-solid fa-file-code>`: Opens the GitHub repository that is used to create this module in a new tab (our code is open-source and distributed under the MIT license).
- :btn:`<fa-solid fa-book-open>`: Leads to the wiki page.
- :btn:`<fa-solid fa-bug>`: Opens the issue tracker of our GitHub repository in a new tab (you can write here if you experience bugs or if you have any feature requests; the SEPAL team will answer as quickly as possible).
- :btn:`<fa-solid fa-file-code>`: Opens the **GitHub repository** that is used to create this module in a new tab (our code is open-source and distributed under the MIT license).
- :btn:`<fa-solid fa-book-open>`: Leads to the **Wiki page**.
- :btn:`<fa-solid fa-bug>`: Opens the **Issue tracker** of our GitHub repository in a new tab (you can write here if you experience bugs or if you have any feature requests; the SEPAL team will answer as quickly as possible).

Parameters
----------
Expand All @@ -26,19 +27,19 @@ In the lower-right corner, two tabs are available:

In the upper-left corner, three other tabs will allow you to interact with data:

- :btn:`<fa-solid fa-magnifying-glass>`: the Planet order manager
- :btn:`<fa-solid fa-palette>`: color management
- :btn:`<fa-solid fa-cloud-arrow-down>`: download panel
- :btn:`<fa-solid fa-magnifying-glass>`: the **Planet order manager**
- :btn:`<fa-solid fa-palette>`: **Colour management**
- :btn:`<fa-solid fa-cloud-arrow-down>`: **Download** pane

Select an AOI
-------------

The application uses the same AOI selector that you will find in many other SEPAL applications (see the `Module AOI section <https://docs.sepal.io/en/latest/feature/aoi_selector.html#module-aoi>`__ for more information).
The application uses the same **AOI selector** that you will find in many other SEPAL applications (for more information, see the `Module AOI section <https://docs.sepal.io/en/latest/feature/aoi_selector.html#module-aoi>`__).

Planet Lab authentication
-------------------------

To authenticate the user, complete the form in the second tab with either your credentials or a Planet API key, which you can find in the settings section in your Planet profile page. Once the values are set, select :btn:`Validate`. If your Planet credentials are valid, the :btn:`NICFI` button should turn green. You can now select a mosaic from the provided list.
To authenticate the user, complete the form in the second tab with either your credentials or a Planet API key, which you can find in the **Settings** section in your **Planet profile page**. Once the values are set, select :btn:`Validate`. If your Planet credentials are valid, the :btn:`NICFI` button should turn green. You can now select a mosaic from the provided list.

.. thumbnail:: https://raw.githubusercontent.com/12rambau/planet-order/master/doc/img/planet_auth.png
:group: planet-order
Expand All @@ -60,16 +61,16 @@ Once a mosaic is selected, the module will display basemaps on the map.
Manage color combination
------------------------

Select :btn:`<fa-solid fa-palette>` on the upper-left side of the map, which will show the different color combinations available, including:
Select :btn:`<fa-solid fa-palette>` on the upper-left side of the map, which will show the different colour combinations available, including:

- Red-green-blue (RGB)
- Color-infrared (CIR)
- Normalized difference vegetation index (NDVI)
- Normalized difference water index (NDWI)
- Visual atmosphere resistance index (VARI)
- Modified soil-adjusted vegetation index (MSAVI2)
- Modified triangular vegetation index (MTVI2)
- Triangular greenness index (TGI)
- Red-green-blue (**RGB**)
- Color-infrared (**CIR**)
- Normalized difference vegetation index (**NDVI**)
- Normalized difference water index (**NDWI**)
- Visual atmosphere resistance index (**VARI**)
- Modified soil-adjusted vegetation index (**MSAVI2**)
- Modified triangular vegetation index (**MTVI2**)
- Triangular greenness index (**TGI**)

Selecting one will update the displayed basemap.

Expand Down Expand Up @@ -127,6 +128,4 @@ The images will be stored in the following folder: :code:`~/module_results/plane

If the requested image is not available (e.g. the grid points to water area, the image was too cloudy and filtered by Planet, you don't have the rights to download it, etc.) the image will fail.

If the image already exists in your folder, it will be skipped. This behaviour allows you to restart a process if your SEPAL connection crashes without needing to restart all downloads.

.. custom-edit:: https://raw.githubusercontent.com/sepal-contrib/planet-order/release/doc/en.rst
If the image already exists in your folder, it will be skipped. This behaviour allows you to restart a process if your SEPAL connection crashes without needing to restart all downloads.

0 comments on commit 8d51753

Please sign in to comment.