Skip to content

Commit

Permalink
app
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent c3d4485 commit 456e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ graph TB
A[STAC Items] --> B
A[STAC Items] --> C
subgraph Process STAC item
B["crop(green)"] --> D[Normalized difference];
B((("crop(green)"))) --> D[Normalized difference];
C["crop(nir)"] --> D[Normalized difference];
D --> E[Otsu threshold]
end
Expand Down

0 comments on commit 456e237

Please sign in to comment.