Skip to content

Commit

Permalink
crop step
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent b17f8cf commit ac08d3d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/python-env/crop.md
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

0 comments on commit ac08d3d

Please sign in to comment.