Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent b338e8c commit 9b47115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/app/app.md → docs/app/water-bodies-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end
- read staged Landsat-9 data as a STAC Catalog and a STAC item, applies the crop over the area of interest for the radiometric bands green and NIR, the normalized difference, the Ostu threshold and finaly creates a STAC catalog and items for the generated results.

This scenario is depicted below:

``` mermaid
graph TB
subgraph stage-in
Expand Down Expand Up @@ -90,7 +90,7 @@ The development and test dataset is made of two Sentinel-2 acquisitions:

| Acquisitions | | |
|-------------- |---------------------------------------------- |---------------------------------------------------------------------------------------------------------------------- |
| Mission | Sentinel-2 Sentinel-2 |
| Mission | Sentinel-2 | Sentinel-2 |
| Date | 2022-05-24 | 2021-07-13 | 2023-10-15 |
| URL | [S2B_10TFK_20210713_0_L2A](https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2B_10TFK_20210713_0_L2A) | [S2A_10TFK_20220524_0_L2A](https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items/S2A_10TFK_20220524_0_L2A) | |
| Quicklook | ![image](https://roda.sentinel-hub.com/sentinel-s2-l1c/tiles/10/T/FK/2021/7/13/0/preview.jpg) | ![image](https://roda.sentinel-hub.com/sentinel-s2-l1c/tiles/10/T/FK/2021/7/13/0/preview.jpg) | ![image](https://planetarycomputer.microsoft.com/api/data/v1/item/preview.png?collection=landsat-c2-l2&item=LC09_L2SP_042033_20231015_02_T1&assets=red&assets=green&assets=blue&color_formula=gamma+RGB+2.7%2C+saturation+1.5%2C+sigmoidal+RGB+15+0.55&format=png) |
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ nav:
- Earth Observation Application Package:
- OGC Context: app-package/ogc-context.md
- Introducing the application:
- Water bodies detection: app/app.md
- Water bodies detection: app/water-bodies-detection.md
- Application Steps:
- Crop:
- Description: app/crop/app.md
Expand Down

0 comments on commit 9b47115

Please sign in to comment.