... | @@ -3,11 +3,11 @@ |
... | @@ -3,11 +3,11 @@ |
|
|
|
|
|
# Part 3 - Upload and run your own processor
|
|
# Part 3 - Upload and run your own processor
|
|
|
|
|
|
# Open a product with QGis
|
|
## 1. Open a product with QGis
|
|
|
|
|
|
# Shared a product with other users
|
|
## 2. Shared a product with other users
|
|
|
|
|
|
# Develop on Ubuntu
|
|
## 3. Develop on Ubuntu
|
|
|
|
|
|
1. Create your own processor. Here we will use a shell processor "proc1.sh" (don't forget to put #!/bin/sh at the beginning). This script will take two arguments in input and write the result in a text file.
|
|
1. Create your own processor. Here we will use a shell processor "proc1.sh" (don't forget to put #!/bin/sh at the beginning). This script will take two arguments in input and write the result in a text file.
|
|
(You must use the environment variable $CTEP_OUTPUT_DIR).
|
|
(You must use the environment variable $CTEP_OUTPUT_DIR).
|
... | | ... | |