Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update alos_mosaics.rst #456

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions docs/source/modules/dwn/alos_mosaics.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
ALOS Kyoto & Carbon Mosaics by JAXA
===================================
ALOS K&C mosaics
================

This module was adapted to the SEPAL environment from `this script by Vollrath <https://code.earthengine.google.com/3784ea8db0b93bcaa41d1a3ada0c055e>`_.
This module allows users to:

Designed on top of the interactive framework `sepal_ui <https://github.com/12rambau/sepal_ui>`_, this module allows users to extract ALOS K&C mosaics.
- extract ALOS Kyoto & Carbon (ALOS K&C) mosaics by JAXA;
- display the mosaics in interactive maps; and
- export the mosaics as Google Earth Engine (GEE) assets and/or SEPAL .tif files.

Designed on top of the interactive framework `sepal_ui <https://github.com/12rambau/sepal_ui>`_, it was adapted to the SEPAL environment from `this script by Vollrath <https://code.earthengine.google.com/3784ea8db0b93bcaa41d1a3ada0c055e>`_.

Necessary inputs include:

- an area of interest (AOI)
- a year
- select filters

The user will be able to display the mosaic in an interactive map and export it as a Google Earth Engine (GEE) asset and/or SEPAL .tif file.

The three-step process is described in the sections below, as well as presented in the following video tutorial.
The three-step process is described in the subsections below, as well as presented in the following video tutorial.

.. youtube:: Asc8Nz0B1DI

Expand All @@ -28,7 +30,7 @@ Using the provided **AOI selector**, select an AOI of your choice between the di

.. note::

If a custom AOI from a shape or drawing is selected, you will be able to use it directly. The upload to GEE will be launched in the background.
If a custom AOI from a shape or drawing is selected, you will be able to use it directly (the upload to GEE will be launched in the background).

Process mosaic
--------------
Expand All @@ -43,7 +45,7 @@ In the **Process** tile, set the different parameters of your mosaic:
- **Shadow masking**: activate or deactivate shadow masking
- **Db**: whether or not to scale the output to Db

After setting your parameters, select the button. The dataset will be automatically sent to the **Vizualization** tile.
After setting your parameters, select the button (the dataset will be automatically sent to the **Vizualization** tile).

.. figure:: https://raw.githubusercontent.com/lecrabe/alos_mosaics/main/doc/img/parameters.png

Expand All @@ -67,7 +69,10 @@ Choose from three diplay options:
Export dataset
--------------

When you're satified with the information displayed, it can be exported for further use in GIS software or in a GEE process. The tool provides two main exportation options: as an asset (in GEE) or a .tif file (in SEPAL).
When you're satified with the information displayed, it can be exported for further use in GIS software or in a GEE process. The tool provides two main exportation options:

- an asset (in GEE), or
- a .tif file (in SEPAL).

Both use the GEE export system and share the same set of parameters:

Expand All @@ -80,7 +85,7 @@ Both use the GEE export system and share the same set of parameters:

.. note::

The default export parameters include: 25 metre resolution with backscatter and RFDI.
The default export parameters include: 25 m resolution with backscatter and RFDI.

.. figure:: https://raw.githubusercontent.com/lecrabe/alos_mosaics/main/doc/img/export.png

Expand Down