-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b17f8cf
commit ac08d3d
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,46 @@ | ||
# crop | ||
## Goal | ||
|
||
Run the `crop` step in a Python virtual environment. | ||
|
||
### Step 1 - Configure the workspace | ||
|
||
```bash linenums="1" hl_lines="9-12 49-53" title="terminal" | ||
--8<-- | ||
scripts/setup.sh | ||
--8<-- | ||
``` | ||
|
||
### Step 2 - Create the Python virtual environment | ||
|
||
```bash linenums="1" hl_lines="9-12 49-53" title="terminal" | ||
--8<-- | ||
scripts/crop_env.sh | ||
--8<-- | ||
``` | ||
|
||
|
||
### Step 3 - Crop the green band | ||
|
||
```bash linenums="1" hl_lines="9-12 49-53" title="terminal" | ||
--8<-- | ||
scripts/crop_green.sh | ||
--8<-- | ||
``` | ||
|
||
|
||
### Step 4 - Crop the NIR band | ||
|
||
```bash linenums="1" hl_lines="9-12 49-53" title="terminal" | ||
--8<-- | ||
scripts/crop_nir.sh | ||
--8<-- | ||
``` | ||
|
||
### Step 5 - Clean-up | ||
|
||
```bash linenums="1" hl_lines="9-12 49-53" title="terminal" | ||
--8<-- | ||
scripts/crop_deactivate.sh | ||
--8<-- | ||
``` | ||
``` | ||
|
||
### Expected outcome | ||
|