Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T tutorial
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • coastal-tep
  • tutorial
  • Wiki
  • ias

Last edited by Sebastien Clerc Aug 30, 2019
Page history
This is an old version of this page. You can view the most recent version or browse the history.

ias

| ⬅ Go to Part 3: Upload and run your own processor | | :------ |-----:|

Part 3 - Upload and run your own processor

1. Open a product with QGis

2. Shared a product with other users

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.

(You must use the environment variable $CTEP_OUTPUT_DIR). im33 2. Compress your file (tar.gz) 3. Go to the geobrowser and login with your ESA SSO account: https://coastal-tep.eo.esa.int/geobrowser/. 4. Go to the uploading processor interface https://coastal-tep.eo.esa.int/wps/ui/#/. im34 5. Click on the Upload button and select you compressed file. im35 6. Your processor is building. Please refresh the page. im36 7. Your processor is now ready. im37 8. 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. im38 9. Open the Inputs panel and define your parameters (name and type). im39 10. Go to the execution panel and enter the path of your processor. im40 11. Return to the geobrowser interface: https://coastal-tep.eo.esa.int/geobrowser/. In the processor panel you will now see your processor. im41 12. Enter the values of input parameters. And execute your job. im42 13. After few minutes, your process should be done. im43 14. Go now to the Interactive Application Service to see your results. im44 15. Open an Ubuntu virtual machine by clicking on Start new. im45 16. Click on Start container. im46 17. And connect to the machine. im47 18. You should see the following result. Click on the file manager button. im48 19. Go in your basket folder. im49 20. Choose the folder corresponding to your last job. im50 21. You can see two files: the output of your process and the associated log. im51 22. Click on the result file and open it with the application of your choice. im52 23. For example LibreOffice. im53 24. Congratulations! You have processed your first job on the CTep! im54 25. You can also have a look on the log file. im55

| ⬅ Go to Part 3: Upload and run your own processor | | :------ |-----:|

Clone repository
  • A more complex processor
  • Adding layers
  • Processors use cases
  • Home
  • ias
  • sen2cor processor
  • upload processor
  • user activity manager