Skip to content

Commit

Permalink
crop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent 0a6669c commit 97a6795
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/python-env/crop.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ scripts/crop_env.sh

### Step 3 - Crop the green band

The command line tool is invoked to crop the green band:

```bash linenums="1" hl_lines="8-11" title="terminal"
--8<--
scripts/crop_green.sh
Expand All @@ -32,6 +34,8 @@ scripts/crop_green.sh

### Step 4 - Crop the NIR band

The command line tool is invoked to crop the NIR band:

```bash linenums="1" hl_lines="8-11" title="terminal"
--8<--
scripts/crop_nir.sh
Expand All @@ -40,6 +44,8 @@ scripts/crop_nir.sh

### Step 5 - Clean-up

The Python virtual environment is no longer needed.

```bash linenums="1" title="terminal"
--8<--
scripts/crop_deactivate.sh
Expand Down

0 comments on commit 97a6795

Please sign in to comment.