Go to Part 3: Sen2Cor processor |
---|
Part 2 - Upload an run your own processor
-
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).
2. Compress your file (tar.gz)
3. Go to the geobrowser and login with your ESA SSO account: http://213.244.27.15/geobrowser.
-
Go to the uploading processor interface [https://coastal-tep.eo.esa.int/wps/ui/#/](https://coastal-tep.eo.esa.int/wps/ui/#).
-
Your processor is building. Please refresh the page.
-
Click on the edit button to define your processor parameters. First you will see the Info panel. Enter a name and a short description for your processor.
-
Open the Inputs panel and define your parameters (name and type).
-
Go to the execution panel and enter the path of your processor.
-
Return to the geobrowser interface: [http://213.244.27.15/geobrowser](http://213.244.27.15/geobrowser). In the processor panel you will now see your processor.
-
Go now to the Interactive Application Service to see your results.
-
You should see the following result. Click on the file manager button.
-
You can see two files: the output of your process and the associated log.
-
Click on the result file and open it with the application of your choice.
-
Congratulations! You have processed your first job on th CTep!
Go to Part 3: Sen2Cor processor |
---|